emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs server and new frames


From: Kevin Rodgers
Subject: Re: emacs server and new frames
Date: Mon, 05 Jun 2006 10:21:19 -0600
User-agent: Thunderbird 1.5.0.2 (Windows/20060308)

Sam Steingold wrote:
GNU Emacs 22.0.50.4 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2006-06-05 on quant8

I want buffers created by the emacs server to show up in their own
frames, so I do

(add-hook 'server-switch-hook 'new-frame)
(custom-set-variables '(server-window 'pop-to-buffer))

the result is that the server buffer is shown both in a new frame and a
new window in an existing frame.
neither *Help*, nor *info*, nor the source are helpful...

You could try setting server-window to a function that doesn't do
anything, like 'ignore or 'identity.

--
Kevin





reply via email to

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