[Tab] - display possible completion in a buffer (or open the file or go down the directory if there is only one possible completion).
This piece of writing came from the emacs wiki on ido mode.
In my emacs 24.0.50 nightly build from May 5th, on OSX the functionality I had was that when pressing TAB it used to cycle through my choices. Now, if i hit tab, and there is more then one file matching, it pulls up a buffer with the choices.
This is annoying and basically, i want my old tab complete (ala bash) style back.
Anyone know how to fix this? I can map the tab key, but to what?
I think
TABis doing what it supposed to do. However I useSPCto select the next match.you can customize the following to use
TABinstead.