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: Andreas Schwab
Subject: Re: Recent isearch changes in eshell
Date: Mon, 16 Dec 2024 15:25:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

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 ...)

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



reply via email to

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