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

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

Re: gnu/emacs client --create-frame somehow?


From: Stefan Monnier
Subject: Re: gnu/emacs client --create-frame somehow?
Date: Tue, 02 Dec 2003 23:44:47 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>     gnuserv-visible-frame-function on the other hand is frame
>     oriented. If there is no frame on my virtual screen, one pops up,
>     even if the file is already displayed in another buffer.

You mean it will reuse a pre-existing window and change the buffer
displayed in that window ?
In that case indeed, pop-to-buffer might not be what you want, but I don't
understand when a frame is going to be opened, then, unless you're thinking
of a multiple-X-server situation, in which case the --display argument of
emacsclient should be what you want (although it's only be lightly tested).

Or do you mean that if the buffer is already displayed in a window but
on another display, then pop-to-buffer fails to open a new window/frame
on the right display ?  That might be: there are many such bugs in
a multiple-display situation.  Please report such problems to gnu.emacs.bug
via M-x report-emacs-bug.
    
>     (defun my-xemacs-info-other-frame ()
>            "my-xemacs-info-other-frame"
>            (interactive)
>            (let (gnuserv-frame)
>            (info)))

>     I can call gnuclient -eval "(my-xemacs-info-other-frame)" and a
>     frame pops up even if *INFO* is displayed in another frame.

But I can't easily check what the above code does: are you trying to force
the creation of a new frame that shows the same *info* buffer a second time
on the same display or is it on a separate display ?


        Stefan


reply via email to

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