]> git.eshelyaron.com Git - emacs.git/commitdiff
New option --alternate-editor for emacsclient.
authorGerd Moellmann <gerd@gnu.org>
Wed, 12 Jan 2000 13:43:51 +0000 (13:43 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 12 Jan 2000 13:43:51 +0000 (13:43 +0000)
man/misc.texi

index 75042888e9104c340777b859c6da767111d435c0..28e035bfaddde3bee55973f20e0cdc4aad8ef932 100644 (file)
@@ -1177,6 +1177,19 @@ names that are temporary.
 returns immediately without waiting for you to ``finish'' the buffer in
 Emacs.
 
+  If you have forgotten to start Emacs, then the option
+@samp{--alternate-editor=@var{command}} may be useful.  It specifies a
+command to run if @code{emacsclient} fails to contact Emacs.  For
+example, the following setting for the @var{EDITOR} environment variable
+will always give an editor, even if Emacs is not running.
+
+@example
+EDITOR="emacsclient --alternate-editor vi +%d %s"
+@end example
+
+The environment variable @var{ALTERNATE_EDITOR} has the same effect, but
+the value of the @samp{--alternate-editor} takes precedence.
+
 @menu
 * Invoking emacsclient::
 @end menu