]> git.eshelyaron.com Git - emacs.git/commit
New user option 'shell-history-file-name'
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 2 Jun 2024 17:30:12 +0000 (19:30 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Jun 2024 09:50:19 +0000 (11:50 +0200)
commit034fce06add5ac1730c86731a9f3a7ed77b1a5f0
tree783b562178c9a0edf774d837950a6c24dc4fd7f4
parent7f5e2f639b43a52e7aebdb1c5d38f1678c117b4d
New user option 'shell-history-file-name'

* doc/emacs/misc.texi (Shell Ring): Explain shell-history-file-name.

* doc/misc/tramp.texi (Inline methods): Be more specific with containers.
(Remote processes): New subsection "Managing remote shell history".
Explain shell-history-file-name.
(Frequently Asked Questions): Add items to Tramp speedup.  Remove
entry about history file.

* etc/NEWS: New user option 'shell-history-file-name'.

* lisp/shell.el (shell-history-file-name): New defcustom.
(shell-mode): Use it.  (Bug#71049)

(cherry picked from commit bffe73b562f4065bfa99095a46f1bdb731bebc13)
doc/emacs/misc.texi
doc/misc/tramp.texi
etc/NEWS
lisp/shell.el