diff options
author | Glenn Morris <rgm@gnu.org> | 2020-01-20 07:50:30 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-01-20 07:50:30 -0800 |
commit | 215ceadcc8607a0118340181805d7951fa25c979 (patch) | |
tree | 48e94744c44923dccd0a679021f669e704b8e0d6 /etc/NEWS.27 | |
parent | 1a54e50efae22f2a6670d8e40b6940b0c3849cb4 (diff) | |
parent | 154cd116be38fd9666484cca9d3f08827d25dd66 (diff) | |
download | emacs-215ceadcc8607a0118340181805d7951fa25c979.tar.gz |
Merge from origin/emacs-27
154cd116be (origin/emacs-27) * admin/release-process: Adapt bug numbe...
fd19282134 Fix shell-tests failures
891f7de8ed * test/lisp/simple-tests.el: Full path to Emacs binary (bu...
92f30d62c0 * lisp/tab-line.el (tab-line-auto-hscroll): Fix for long t...
dde313151d * lisp/menu-bar.el (menu-bar-options-menu): Add desktop-sa...
3543b9fad9 ; Fix a test (Bug#39067)
83f9fe44fa ; * etc/NEWS: Fix typo.
2eb0b7835d Fix shell-command-dont-erase-buffer feature
c134978a76 Remove reference to Emacs 19 from FAQ
fabf0065c5 Doc fixes in package.el
# Conflicts:
# etc/NEWS
Diffstat (limited to 'etc/NEWS.27')
-rw-r--r-- | etc/NEWS.27 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS.27 b/etc/NEWS.27 index a6092736cec..9c74c84f456 100644 --- a/etc/NEWS.27 +++ b/etc/NEWS.27 @@ -2038,6 +2038,14 @@ variable for remote shells. It still defaults to "/bin/sh". ** Single shell commands +++ +*** 'shell-command-dont-erase-buffer' accepts the value 'erase' to +force to erase the output buffer before execution of the command. + +*** The new functions 'shell-command-save-pos-or-erase' and +'shell-command-set-point-after-cmd' control how point is handled +between two consecutive shell commands in the same buffer. + ++++ *** 'async-shell-command-width' defines the number of display columns available for output of asynchronous shell commands. |