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

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

bug#14268: 24.3.50; isearch-repeat-forward without isearch-forward first


From: Juri Linkov
Subject: bug#14268: 24.3.50; isearch-repeat-forward without isearch-forward first signals error
Date: Sun, 28 Apr 2013 01:04:56 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

> I think it's the default key binding, but after grepped a lot from
> nowhere can I find  the key `s-d' bound to isearch-repeat-backward.

Grepping in the source directory `lisp' finds these ns-specific lines:

./lisp/term/ns-win.el:119:(define-key global-map [?\s-d] 
'isearch-repeat-backward)
./lisp/term/ns-win.el:122:(define-key global-map [?\s-g] 
'isearch-repeat-forward)

One way to reproduce your bug report is before typing `s-g'
set `isearch-error' to a non-nil value, e.g.

  (setq isearch-error "error")

I don't know what code in your config does this, so I installed
your patch as a precaution against such situation.  Thank you.





reply via email to

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