[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recent isearch changes in eshell
From: |
Colin Baxter |
Subject: |
Re: Recent isearch changes in eshell |
Date: |
Mon, 16 Dec 2024 14:40:50 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (gnu/linux) |
>>>>> Andreas Schwab <schwab@suse.de> writes:
> 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 ...)
Thank you! That worked.
I wonder if perhaps NEWS could be amended to include this?
Colin Baxter.