From: Glenn Morris Date: Sun, 14 Jul 2019 21:28:00 +0000 (-0700) Subject: ; NEWS copyedits X-Git-Tag: emacs-27.0.90~1907 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f69da273b5de96929ff3a6f455f532289f92fe3;p=emacs.git ; NEWS copyedits --- diff --git a/etc/NEWS b/etc/NEWS index 190509ff130..97143d2897b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -183,18 +183,14 @@ loads files during completion of 'C-h f' and 'C-h v' according to ** emacsclient -*** Previously, when an alternate editor is started -(--alternate-editor/-a), and there was an --eval switch, these -parameters were used as file names for the alternate editor. -emacsclient will now instead start the alternate editor without these -parameters. +*** emacsclient no longer passes --eval arguments to an alternate editor. +Previously, --eval arguments were passed as file names to any +alternate editor started by --alternate-editor/-a. +++ -*** emacsclient now supports the 'EMACS_SOCKET_NAME' environment variable. -The behavior is identical to 'EMACS_SERVER_FILE', in that the -command-line value specified via '--socket-name' will override the -environment, and the natural default to 'TMPDIR', then "/tmp", continues -to apply. +*** emacsclient now supports an 'EMACS_SOCKET_NAME' environment variable. +The command-line argument '--socket-name' overrides it. +(The same behavior as for the pre-existing 'EMACS_SERVER_FILE' variable.) +++ *** Emacs and emacsclient now default to "$XDG_RUNTIME_DIR/emacs"