[PATCH] emacs: Fix search tab completion in terminals

David Bremner david at tethera.net
Sun Mar 18 05:42:57 PDT 2012


On Thu, 15 Mar 2012 23:13:12 -0400, Austin Clements <amdragon at MIT.EDU> wrote:
> 
> Previously, the search tab completion code usedq (kbd "<tab>"), which
> produced the event sequence [tab], which only matched the 'tab event
> and hence only worked in X.  This patch changes it to (kbd "TAB"),
> which matches the general ?\t event and works in all situations.

pushed,

d


More information about the notmuch mailing list