ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

isearch-forward and bépo #297

Closed brabalan closed 10 years ago

brabalan commented 10 years ago

When I use isearch-forward, reusing the key binding resets the search field instead of going to the next occurrence.

For instance:

If it matters, the ^ bépo key (which is 'y' on qwerty) is a dead key: it's used for some diacritical (like ê, î, â …). I see the same issue, however, using the "C-f" shortcut.

mattfidler commented 10 years ago

It my because of the dead key. I'm unsure. Do you mean M-^

mattfidler commented 10 years ago

I switched to bepo and tried "M-^" and it does isearch-backward. Repeating searches backward too. I also tried this with "C-f", repeated values search forward.

Basically I cannot reproduce this issue.

mattfidler commented 10 years ago

However, I can reproduce this when running icy-mode. Its an interaction between the two :(

mattfidler commented 10 years ago

Whenever you do a define-key iserach-mode-map the map looses its configuation keys ... This is what icy-mode does. Hence I figured out a test for this issue

mattfidler commented 10 years ago

Should be fixed

brabalan commented 10 years ago

It is, thanks.