]> git.eshelyaron.com Git - emacs.git/commitdiff
emacsclient, --alternate-editor
authorGerd Moellmann <gerd@gnu.org>
Wed, 12 Jan 2000 13:59:26 +0000 (13:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 12 Jan 2000 13:59:26 +0000 (13:59 +0000)
etc/NEWS
lisp/ChangeLog

index 10bf603a41f1fb7de1f13a100ea5b91bda376818..bd66d8492f5abcadc8e82a97d405e5cdad3ae8e9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -5390,10 +5390,17 @@ variables as buffer-local variables.
 *** 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).
index d9fc7693054b6d4fef77f700c539be85741ebfd2..06de896681102c58404e05d9c93df4760c54fa64 100644 (file)
@@ -1,5 +1,7 @@
 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
 
+       * net: New directory.
+
        * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
        eval-last-sexp.  Don't bind debug-on-error here.
        (eval-last-sexp): New function.  Bind debug-on-error if
@@ -29,8 +31,8 @@
        of erasing buffer.
 
        * textmodes/fill.el (fill-common-string-prefix): New function.
-       (fill-context-prefix): Use the longest common substring of both
-       prefixes, if there is one.
+       (fill-context-prefix): Use the longest common prefix of first
+       and second line fill prefix, if there is one.
 
 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>