]> git.eshelyaron.com Git - emacs.git/commit
Add support for reading/writing IELM input history (bug#67000)
authorSimen Heggestøyl <simenheg@runbox.com>
Tue, 16 Jan 2024 07:21:41 +0000 (08:21 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 15 Feb 2024 10:08:43 +0000 (11:08 +0100)
commite1dae4918bdc8c9a86d8d32746898d70f4eaf1da
tree3397c9bcb759a69727d58dee3f7dd530f5a6d129
parentf5a963e09b61c53658ded2294914e60c8d9eff05
Add support for reading/writing IELM input history (bug#67000)

* lisp/ielm.el (inferior-emacs-lisp-mode): Add support for saving input
history to a file.
(ielm--history-file-name): New variable indicating IELM input history
file.
(ielm--exit): Holds a function to call when Emacs is killed to write
out the input history.
(ielm--input-history-writer): Helper function for writing the IELM
input history out to file.

* lisp/comint.el (comint-input-ring-file-name): Improve defcustom tag.

(cherry picked from commit 60cff1ac9d216e5abcb350ea5e623ab0b377c131)
etc/NEWS
lisp/comint.el
lisp/ielm.el