diff options
| author | Glenn Morris | 2019-07-14 14:28:00 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-07-14 14:28:00 -0700 |
| commit | 5f69da273b5de96929ff3a6f455f532289f92fe3 (patch) | |
| tree | ce2999730f17dd30c40602302a1c0351d8243288 | |
| parent | fe2141d15715afa2fbcfd6375503e65ff745dceb (diff) | |
| download | emacs-5f69da273b5de96929ff3a6f455f532289f92fe3.tar.gz emacs-5f69da273b5de96929ff3a6f455f532289f92fe3.zip | |
; NEWS copyedits
| -rw-r--r-- | etc/NEWS | 16 |
1 files changed, 6 insertions, 10 deletions
| @@ -183,18 +183,14 @@ loads files during completion of 'C-h f' and 'C-h v' according to | |||
| 183 | 183 | ||
| 184 | ** emacsclient | 184 | ** emacsclient |
| 185 | 185 | ||
| 186 | *** Previously, when an alternate editor is started | 186 | *** emacsclient no longer passes --eval arguments to an alternate editor. |
| 187 | (--alternate-editor/-a), and there was an --eval switch, these | 187 | Previously, --eval arguments were passed as file names to any |
| 188 | parameters were used as file names for the alternate editor. | 188 | alternate editor started by --alternate-editor/-a. |
| 189 | emacsclient will now instead start the alternate editor without these | ||
| 190 | parameters. | ||
| 191 | 189 | ||
| 192 | +++ | 190 | +++ |
| 193 | *** emacsclient now supports the 'EMACS_SOCKET_NAME' environment variable. | 191 | *** emacsclient now supports an 'EMACS_SOCKET_NAME' environment variable. |
| 194 | The behavior is identical to 'EMACS_SERVER_FILE', in that the | 192 | The command-line argument '--socket-name' overrides it. |
| 195 | command-line value specified via '--socket-name' will override the | 193 | (The same behavior as for the pre-existing 'EMACS_SERVER_FILE' variable.) |
| 196 | environment, and the natural default to 'TMPDIR', then "/tmp", continues | ||
| 197 | to apply. | ||
| 198 | 194 | ||
| 199 | +++ | 195 | +++ |
| 200 | *** Emacs and emacsclient now default to "$XDG_RUNTIME_DIR/emacs" | 196 | *** Emacs and emacsclient now default to "$XDG_RUNTIME_DIR/emacs" |