changeset 27307:1d69cbf8a91e

emacsclient, --alternate-editor
author Gerd Moellmann <gerd@gnu.org>
date Wed, 12 Jan 2000 13:56:21 +0000
parents e800c7e35912
children f12bf5a9aa21
files etc/NEWS
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Jan 12 13:43:51 2000 +0000
+++ b/etc/NEWS	Wed Jan 12 13:56:21 2000 +0000
@@ -5390,10 +5390,17 @@
 *** DSSSL mode is a variant of Scheme mode, for editing DSSSL scripts.
 Use M-x dsssl-mode.
 
-** The emacsclient program now accepts an option --no-wait which tells
+** Changes to the emacsclient program
+
+*** The emacsclient program now accepts an option --no-wait which tells
 it to return immediately without waiting for you to "finish" the
 buffer in Emacs.
 
+*** The new option --alternate-editor allows to specify an editor to
+use if Emacs is not running.  The environment variable
+ALTERNATE_EDITOR can be used for the same effect; the command line
+option takes precedence.
+
 ** M-x eldoc-mode enables a minor mode in which the echo area
 constantly shows the parameter list for function being called at point
 (in Emacs Lisp and Lisp Interaction modes only).