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

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

Re: Is it possible to use emacsclient as the Gnome system editor?


From: Juanma Barranquero
Subject: Re: Is it possible to use emacsclient as the Gnome system editor?
Date: Tue, 21 Nov 2006 20:11:33 +0100

On 11/21/06, Olive <olive@noemail.org> wrote:

#! /bin/sh
emacsclient -n "$@" &> /dev/null || exec emacs "$@"

You can do simply:

#! /bin/sh
emacsclient -a emacs -n "$@"

                   /L/e/k/t/u




reply via email to

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