emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Recent isearch changes in eshell


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]