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

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

bug#9185: 24.0.50; "C-s M-p" does not bring the tip of the search ring


From: Dani Moncayo
Subject: bug#9185: 24.0.50; "C-s M-p" does not bring the tip of the search ring
Date: Wed, 24 Aug 2011 16:23:24 +0200

Hi Juri,

I've tested your patch and it works fine for the three cases you said:

> 1. in isearch-edit-string: C-s M-e RET M-p
> 2. in isearch-repeat: C-s C-s M-p
> 3. in isearch-ring-adjust1: C-s M-p

But I've found another use-case that seems to need a fix too:
0. C-s a <RET> C-s b <RET> C-s c <RET>
1. C-s C-s     --> "c" is selected, OK.
2. M-p <RET>   --> "b" is selected, OK.
3. M-p         --> Now "c" (the previous used entry) should have been
selected, but I see that "b" (the current entry) remains selected
instead.

Do you see the same behavior?

-- 
Dani Moncayo





reply via email to

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