On Thu, 15 Mar 2012 23:13:12 -0400, Austin Clements <amdragon@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