]> git.eshelyaron.com Git - emacs.git/commit
Fix behavior of Eshell prompt when yanking output into it
authorJim Porter <jporterbugs@gmail.com>
Wed, 11 Oct 2023 18:38:27 +0000 (11:38 -0700)
committerJim Porter <jporterbugs@gmail.com>
Wed, 11 Oct 2023 19:44:31 +0000 (12:44 -0700)
commit60f695285331dcf723dc9ce69c8bffc3b3d606c9
tree72909216bbe3083b93d541985240f069f0f9ac63
parentcfed3bb395030662059d560f94ea0318f820f00f
Fix behavior of Eshell prompt when yanking output into it

* lisp/eshell/esh-util.el (eshell--unmark-string-as-output): New
function...

* lisp/eshell/esh-mode.el (eshell-mode): ... use it.

* test/lisp/eshell/eshell-tests.el (eshell-test/yank-output): New test
(bug#66469).
lisp/eshell/esh-mode.el
lisp/eshell/esh-util.el
test/lisp/eshell/eshell-tests.el