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

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

bug#15200: isearch-other-meta-char and shift


From: Stefan Monnier
Subject: bug#15200: isearch-other-meta-char and shift
Date: Tue, 27 Aug 2013 20:27:18 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Another problem is that shifted cursor motion keys
> don't activate the region.  Test case:

These are all the kinds of problems one gets into when one reads events
and then want to re-read them in a different context.

My hope is that these kinds of problems would all disappear if we
re-implemented isearch using set-temporary-overlay-map, which would save
us from having to re-read events.


        Stefan





reply via email to

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