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

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

bug#20904: If global-set-key is used to rebind <tab>, searching for a TA


From: Fran Litterio
Subject: bug#20904: If global-set-key is used to rebind <tab>, searching for a TAB character inserts a TAB
Date: Fri, 26 Jun 2015 17:00:34 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I <flitterio <at> gmail.com> wrote:

>   2. Evaluate this form:
> 
>      (global-set-key (kbd "<tab>") 'tab-to-tab-stop)

I have found that changing the above form to:

  (global-set-key (kbd "TAB") 'tab-to-tab-stop)

avoids the problem (i.e., it allows the global binding of TAB to be
changed to tab-to-tab-stop and allows searching for a TAB character).
--
Fran







reply via email to

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