[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Recent isearch changes in eshell
From: |
Colin Baxter |
Subject: |
Recent isearch changes in eshell |
Date: |
Mon, 16 Dec 2024 14:01:57 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (gnu/linux) |
Recently, isearch in eshell was changed. According to NEWS, the
following will revert the changes:
--8<---------------cut here---------------start------------->8---
(keymap-set eshell-hist-mode-map "M-r"
#'eshell-previous-matching-input)
(keymap-set eshell-hist-mode-map "M-s"
#'eshell-next-matching-input)
--8<---------------cut here---------------end--------------->8---
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.
Can anyone suggest how I might revert the changes without having to eval
the above keymap-set in a scratch buffer after "M-x eshell <RET>"? I have
tried eval after load in my ~/.emacs but that appears to have no effect.
Thank you.
Colin Baxter.
- Recent isearch changes in eshell,
Colin Baxter <=