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: Kevin Rodgers
Subject: Re: gnu/emacs client --create-frame somehow?
Date: Mon, 01 Dec 2003 13:19:08 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Thorsten Bonow wrote:

"Stefan" == Stefan Monnier <monnier@iro.umontreal.ca> writes:


    >> What I'm looking for is some way of simulating a --create-frame
    >> option and then calling emacsclient/gnuclient --create-frame
    >> FILE

    Stefan> Since server.el and emacsclient.c do not offer any way to
    Stefan> add new options like --create-frame, your best bet is
    Stefan> probably something like

    Stefan>   emacsclient --eval '(find-file-other-frame "FILE")'

    Yes, this opens up a new frame, but then I am loosing the
    [+line-number] option of gnu/emacsclient.


emacsclient --eval '(progn (find-file-other-frame "FILE") (goto-line LINE))'

--
Kevin Rodgers



reply via email to

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