aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorReuben Thomas2016-12-01 15:21:57 +0000
committerReuben Thomas2017-08-07 21:57:22 +0100
commit28f1fe97daa13e13714e6c43c9a6fbb0c0e99a26 (patch)
treec8e0b5bfe7d148378238a5a1b75ffe03a8f1c654 /etc
parent7136e6723d87b51ae3089f5ceef6b14621bfaf87 (diff)
downloademacs-28f1fe97daa13e13714e6c43c9a6fbb0c0e99a26.tar.gz
emacs-28f1fe97daa13e13714e6c43c9a6fbb0c0e99a26.zip
Add support for arguments in ALTERNATE_EDITOR to emacsclient
* lib-src/emacsclient.c (fail): Parse ALTERNATE_EDITOR, or corresponding command-line argument, into space-separated tokens. * etc/NEWS: Document. * test/lib-src/emacsclient-tests.el: Add a test.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 58b08348b10..f18837adfc9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -505,6 +505,10 @@ Linum mode and all similar packages are henceforth becoming obsolete.
505Users and developers are encouraged to switch to this new feature 505Users and developers are encouraged to switch to this new feature
506instead. 506instead.
507 507
508+++
509** emacsclient now accepts command-line options in ALTERNATE_EDITOR
510and --alternate-editor. For example, ALTERNATE_EDITOR="emacs -Q -nw".
511
508 512
509* Editing Changes in Emacs 26.1 513* Editing Changes in Emacs 26.1
510 514