Re: [O] key collision for auto completion

2014-07-28 Thread Bastien
Shiyuan writes: > In particular, > what command is M-tab supposed to be bound to for auto completion for > the special symbols? Thanks. See this in org.el: (org-defkey org-mode-map "\M-\t" 'pcomplete) -- Bastien

Re: [O] key collision for auto completion

2014-07-14 Thread John Kitchin
I turned off flymode minor mode, and it looks like M-tab (on windows Esc-tab) is bound to (pcomplete &optional INTERACTIVELY) That seems to do some expansion of the special symbols. Shiyuan writes: > Hi all, > According to the manual : > http://orgmode.org/manual/Special-symbols.html , M-tab

[O] key collision for auto completion

2014-07-13 Thread Shiyuan
Hi all, According to the manual : http://orgmode.org/manual/Special-symbols.html , M-tab would perform auto complete in org mode for special symbols. However, it looks like that the key is shadowed by flyspell-auto-correct-word on my emacs and