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: Chong Yidong
Subject: Re: emacs server and new frames
Date: Mon, 05 Jun 2006 12:42:39 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Sam Steingold <address@hidden> writes:

> 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...

I do

  (add-hook 'server-visit-hook
            '(lambda () (setq server-window (new-frame))))




reply via email to

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