1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-17 04:12:44 -07:00
emacs/test/lisp/eshell
Jim Porter e22b072423 Ensure navigating by paragraphs in Eshell stops at prompts and paragraphs
The previous implementation in 6ae2b74ed2 only stopped at prompts,
which isn't the right behavior (bug#61545).

* lisp/eshell/em-prompt.el (eshell-forward-paragraph)
(eshell-backward-paragraph): Reimplement to handle prompts and
paragraphs (the latter by calling the original 'forward-paragraph').

* test/lisp/eshell/em-prompt-tests.el
(em-prompt-test/next-previous-prompt/multiline): Rename.
(em-prompt-test/forward-backward-paragraph-1): New function.
(em-prompt-test/forward-backward-paragraph)
(em-prompt-test/forward-backward-paragraph/multiline): New tests.
2024-06-20 19:01:20 -07:00
..
em-alias-tests.el
em-basic-tests.el
em-cmpl-tests.el
em-dirs-tests.el
em-extpipe-tests.el Fix em-extpipe-tests on MS-Windows 2024-06-15 22:20:56 +03:00
em-glob-tests.el
em-hist-tests.el
em-ls-tests.el
em-pred-tests.el
em-prompt-tests.el Ensure navigating by paragraphs in Eshell stops at prompts and paragraphs 2024-06-20 19:01:20 -07:00
em-script-tests.el
em-tramp-tests.el
em-unix-tests.el Improve correctness of 'eshell-quote-argument' 2024-06-09 15:28:40 -07:00
esh-arg-tests.el
esh-cmd-tests.el Fix Eshell "which" test on MS-Windows 2024-06-15 22:51:42 -07:00
esh-ext-tests.el
esh-io-tests.el
esh-mode-tests.el
esh-opt-tests.el
esh-proc-tests.el ; Improve last change 2024-06-15 11:27:07 -07:00
esh-util-tests.el
esh-var-tests.el Improve correctness of 'eshell-quote-argument' 2024-06-09 15:28:40 -07:00
eshell-tests-helpers.el Fix Eshell "which" test on MS-Windows 2024-06-15 22:51:42 -07:00
eshell-tests-unload.el
eshell-tests.el