|
From: | Jim Porter |
Subject: | Re: Recent isearch changes in eshell |
Date: | Tue, 17 Dec 2024 21:25:18 -0800 |
On 12/16/2024 6:25 AM, Andreas Schwab wrote:
On Dez 16 2024, Colin Baxter wrote:Recently, isearch in eshell was changed. According to NEWS, the following will revert the changes: (keymap-set eshell-hist-mode-map "M-r" #'eshell-previous-matching-input) (keymap-set eshell-hist-mode-map "M-s" #'eshell-next-matching-input) It seems that the above will only work if they are evaluated after calling eshell, otherwise they give "void variable eshell-hist-mode-map" error.(with-eval-after-load 'em-hist ...)
Thanks (and thanks for Colin for reporting this). Now fixed in 43fcda0c8ea.
[Prev in Thread] | Current Thread | [Next in Thread] |