bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8948: Unable to scroll from y-or-n-p prompt


From: Chong Yidong
Subject: bug#8948: Unable to scroll from y-or-n-p prompt
Date: Sun, 09 Sep 2012 14:45:54 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

> I think I have reported this in the past, and it seem not fixed.
> This patch fix it, please review.

Thanks for the patch.  The functionality is good, but the approach is
flawed.  y-or-n-p should not treat the scrolling command keys specially;
they should be part of query-replace-map just like the other responses,
similar to how the existing `recenter' response is treated.

So instead I committed a different patch, which adds window scroll via
new bindings in query-replace-map.  It provides other-window scrolling
too.





reply via email to

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