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

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

Re: How to jump to running emacs with emacsclient


From: Juanma Barranquero
Subject: Re: How to jump to running emacs with emacsclient
Date: Mon, 28 Jun 2010 00:11:08 +0200

On Sun, Jun 27, 2010 at 21:33, Dan Davison <dandavison7@gmail.com> wrote:
> Using gnome on ubuntu, a shell command like

> I'd like to do this without specifying a file to visit, so that I can
> (in gnome) bind a command to a key that will cause my window manager to
> simply jump to emacs and show the current buffer. How?

You could try perhaps

   emacsclient -n --eval '(progn (raise-frame)
(select-frame-set-input-focus (selected-frame)))'

    Juanma



reply via email to

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