[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#24580: 25.2.50; query-replace history doesn't work
From: |
Mark Oteiza |
Subject: |
bug#24580: 25.2.50; query-replace history doesn't work |
Date: |
Sun, 2 Oct 2016 00:17:15 -0400 |
User-agent: |
Mutt/1.7+23 (87911ba95dae) (2016-08-17) |
On 01/10/16 at 11:40am, Eli Zaretskii wrote:
> > From: Marcin Borkowski <mbork@mbork.pl>
> > Date: Sat, 01 Oct 2016 08:43:27 +0200
> >
> > - start emacs -Q
> > - press `a' `C-b', `M-%', `a', `RET', `b', `RET', `!'
> > - press `M-%', `M-p'
> >
> > Emacs says "Beginning of history; no preceding item".
>
> Mark, this regression was caused by the lexical-binding change in
> replace.el. Could you please take a look?
The problem lies (at least) in query-replace-read-from, where
query-replace-from-to is let bound, and later read-from-minibuffer
refers to the symbol 'query-replace-from-to. At first sight, it looks
like it could be fixed by putting some of the setup done by these
bindings into the minibuffer setup hook.
As for the other problem Marcin mentioned, that seems to be due to the
custom-reevaluate-setting call in the same function.
- bug#24580: 25.2.50; query-replace history doesn't work, Marcin Borkowski, 2016/10/01
- bug#24580: 25.2.50; query-replace history doesn't work, Eli Zaretskii, 2016/10/01
- bug#24580: 25.2.50; query-replace history doesn't work,
Mark Oteiza <=
- bug#24580: 25.2.50; query-replace history doesn't work, Eli Zaretskii, 2016/10/02
- bug#24580: 25.2.50; query-replace history doesn't work, Mark Oteiza, 2016/10/02
- bug#24580: 25.2.50; query-replace history doesn't work, Mark Oteiza, 2016/10/02
- bug#24580: 25.2.50; query-replace history doesn't work, Eli Zaretskii, 2016/10/03
- bug#24580: 25.2.50; query-replace history doesn't work, Mark Oteiza, 2016/10/03
- bug#24580: 25.2.50; query-replace history doesn't work, Eli Zaretskii, 2016/10/04
- bug#24580: 25.2.50; query-replace history doesn't work, Mark Oteiza, 2016/10/05
- bug#24580: 25.2.50; query-replace history doesn't work, Eli Zaretskii, 2016/10/03
- bug#24580: 25.2.50; query-replace history doesn't work, Mark Oteiza, 2016/10/03
- bug#24580: 25.2.50; query-replace history doesn't work, Eli Zaretskii, 2016/10/03