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: Colin Baxter
Subject: Re: Recent isearch changes in eshell
Date: Wed, 18 Dec 2024 18:02:22 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (gnu/linux)

>>>>> Jim Porter <jporterbugs@gmail.com> writes:

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

Thank you. I very much appreciate your addition to the NEWS item.

Best wishes,

Colin Baxter.



reply via email to

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