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

> * Chong Yidong <address@hidden> [2006-06-05 12:42:39 -0400]:
>
> 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))))

I do not observe any change in behaviour.

-- 
Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 5 (Bordeaux)
http://pmw.org.il http://openvotingconsortium.org http://dhimmi.com
http://mideasttruth.com http://memri.org http://honestreporting.com
Lisp: its not just for geniuses anymore.





reply via email to

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