]> git.eshelyaron.com Git - emacs.git/commit
Add constants for shell command output buffer names
authorTino Calancha <tino.calancha@gmail.com>
Sun, 9 Aug 2020 12:18:09 +0000 (14:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Aug 2020 12:18:09 +0000 (14:18 +0200)
commit2ed502d2a76e93ecd5366a6ec3926894e4fbe827
tree7cbce9bf365767e57f2477ee132e669e0143b16f
parentdb77e9a0da934ba40950bc1306df61b6785843e0
Add constants for shell command output buffer names

Buffers `*Shell Command Output*' and `*Async Shell Command*'
have been around since a long time; used across several libraries,
they are de facto output buffers for shell commands.

* lisp/simple.el (shell-command-buffer-name)
(shell-command-buffer-name-async): New variables.
* lisp/dired-aux.el
* lisp/gnus/gnus-sum.el
* lisp/gnus/gnus-win.el
* lisp/ibuf-ext.el
* lisp/net/tramp.el: Use them.

* etc/NEWS (Changes in Emacs 28.1): Announce this change.

* doc/emacs/misc.texi (Single Shell)
* doc/misc/tramp.texi (Remote processes):
Update manual (bug#39138).
doc/emacs/misc.texi
doc/misc/tramp.texi
etc/NEWS
lisp/dired-aux.el
lisp/gnus/gnus-sum.el
lisp/gnus/gnus-win.el
lisp/ibuf-ext.el
lisp/net/tramp.el
lisp/simple.el