[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#6387: 24.0.50; ESC TAB should be bound to `isearch-complete'
From: |
Drew Adams |
Subject: |
bug#6387: 24.0.50; ESC TAB should be bound to `isearch-complete' |
Date: |
Sun, 21 Aug 2016 14:52:58 -0700 (PDT) |
> > In isearch.el, we have this:
> > (define-key map "\M-\t" 'isearch-complete)
> >
> > We should also have this, so `ESC TAB' works too:
> ESC TAB works for me since at least 24.4. Does it work for you now?
Yes. The bug was fixed in 24.4. Earlier versions had an explicit binding of
<escape> TAB to `isearch-complete', but ESC TAB did not work.