]> git.eshelyaron.com Git - emacs.git/commit
Provide our own implementation of paragraph navigation in Eshell
authorJim Porter <jporterbugs@gmail.com>
Sat, 2 Sep 2023 22:03:10 +0000 (15:03 -0700)
committerJim Porter <jporterbugs@gmail.com>
Sat, 2 Sep 2023 22:06:56 +0000 (15:06 -0700)
commit6ae2b74ed20f7c96384ed67981405212d7e2bea2
treebc161f3eda9dea65d862e46f5d98454011ddd85a
parent5a430f90c1182ace27883a2a7ee808f3e5d722ce
Provide our own implementation of paragraph navigation in Eshell

This lets us finally obsolete 'eshell-prompt-regexp', making it
simpler for users to customize their prompts.

* lisp/eshell/em-prompt.el (eshell-prompt-function): Update docstring.
(eshell-prompt-regexp): Make obsolete.
(eshell-prompt-initialize): Remove 'eshell-prompt-regexp' code.
(eshell-prompt-mode-map): Remap paragraph navigation commands to...
(eshell-forward-paragraph, eshell-backward-paragraph): ... these new
commands.
lisp/eshell/em-prompt.el