[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#4894: 23.1; emacs ignores number characters in incremental search in
From: |
Chong Yidong |
Subject: |
bug#4894: 23.1; emacs ignores number characters in incremental search in keyboard macros |
Date: |
Tue, 30 Oct 2012 07:21:58 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
> Actually, the need for cancel-kbd-macro-events is explained in
> the comment. The problem is that after cancelling the <kp-0> we should
> add the ?0 replacement. That should normally be done by isearch-unread,
> but for printing char, we don't call that function any more.
>
> I.e. the problem was introduced by the change below. Handa, can you
> explain why we need this? Maybe it was needed at the time but not
> any more?
Since there has been no follow up in a long time, I went ahead and
committed a fix that involves calling store-kbd-macro-event in the
affected function.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#4894: 23.1; emacs ignores number characters in incremental search in keyboard macros,
Chong Yidong <=