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

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

Re: Transferring focus to Emacs


From: Pascal J. Bourguignon
Subject: Re: Transferring focus to Emacs
Date: Wed, 28 Mar 2012 19:17:12 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Joe Riel <joer@san.rr.com> writes:

> I want a separate program to give the focus to Emacs, and put the
> cursor in a particular (existing) buffer.
>    
> Using emacsclient doesn't work, for example
>
> $ emacsclient --eval '(pop-to-buffer "my-buffer")'

emacsclient --eval '(progn (other-frame 0) (pop-to-buffer "my-buffer"))'

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


reply via email to

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