TAB, which is pretty convenient way to complete AC suggestions, but in many modes (org, mediawiki-mode) it has been already reserved for another operations. How to teach Emacs use TAB for ac-complete when there are suggestion (line or menu) and for the default major-mode binding otherwise?
TAB , which is pretty convenient way to complete AC suggestions, but in many
Share
I found that the issue was the bindings themselves. AC manual provides the following line:
But if wants to use
TABin a completing map, there is another binding to redefine:With this line, at first
TABcompletes the word and then, the second hit of theTAB, do the major mode operation.