help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

raising an iconified emacs server


From: rustom
Subject: raising an iconified emacs server
Date: Tue, 18 Dec 2007 20:36:47 -0800 (PST)
User-agent: G2/1.0

I am trying to make an emacsclient call such that it pops up the emacs
server.
I have the following lines in my .emacs

(server-start)
(defun myserver ()
  (raise-frame)
  (remember)
)

Then when I call emacsclient.emacs-snapshot -e '(myserver)'
the icon for emacs just blinks in the icon-bar but it does not
activate the window

If I change (raise-frame) to (make-frame-visible) it activates the
emacs window but does not bring it to the top. This is so even if I
use both (raise-frame) and (make-frame-visible)

So any ideas about how to (1) activate (if necesary deiconify) and (2)
bring to top the emacs frame??

Also one more thing:  Where do I get the 'emacs as server' info files
(under debian etch)?

Thanks

Rustom


reply via email to

[Prev in Thread] Current Thread [Next in Thread]