diff options
| author | Reuben Thomas | 2016-12-01 15:21:57 +0000 |
|---|---|---|
| committer | Reuben Thomas | 2017-08-07 21:57:22 +0100 |
| commit | 28f1fe97daa13e13714e6c43c9a6fbb0c0e99a26 (patch) | |
| tree | c8e0b5bfe7d148378238a5a1b75ffe03a8f1c654 /etc | |
| parent | 7136e6723d87b51ae3089f5ceef6b14621bfaf87 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -505,6 +505,10 @@ Linum mode and all similar packages are henceforth becoming obsolete. | |||
| 505 | Users and developers are encouraged to switch to this new feature | 505 | Users and developers are encouraged to switch to this new feature |
| 506 | instead. | 506 | instead. |
| 507 | 507 | ||
| 508 | +++ | ||
| 509 | ** emacsclient now accepts command-line options in ALTERNATE_EDITOR | ||
| 510 | and --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 | ||