* key collision for auto completion
@ 2014-07-14 0:45 Shiyuan
2014-07-14 22:46 ` John Kitchin
2014-07-27 18:05 ` Bastien
0 siblings, 2 replies; 3+ messages in thread
From: Shiyuan @ 2014-07-14 0:45 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 566 bytes --]
Hi all,
According to the manual :
http://orgmode.org/manual/Special-symbols.html
<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 I need to
rebind the key. I digged into the org.el file but failed to locate the
code for key binding. Any pointer or hints are appreciated. In particular,
what command is M-tab supposed to be bound to for auto completion for the
special symbols? Thanks.
Shiyuan
[-- Attachment #2: Type: text/html, Size: 649 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: key collision for auto completion
2014-07-14 0:45 key collision for auto completion Shiyuan
@ 2014-07-14 22:46 ` John Kitchin
2014-07-27 18:05 ` Bastien
1 sibling, 0 replies; 3+ messages in thread
From: John Kitchin @ 2014-07-14 22:46 UTC (permalink / raw)
To: Shiyuan; +Cc: emacs-orgmode@gnu.org
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 <gshy2014@gmail.com> writes:
> 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
> I need to rebind the key. I digged into the org.el file but failed to
> locate the code for key binding. Any pointer or hints are appreciated.
> In particular, what command is M-tab supposed to be bound to for auto
> completion for the special symbols? Thanks.
>
> Shiyuan
>
--
-----------------------------------
John Kitchin
Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: key collision for auto completion
2014-07-14 0:45 key collision for auto completion Shiyuan
2014-07-14 22:46 ` John Kitchin
@ 2014-07-27 18:05 ` Bastien
1 sibling, 0 replies; 3+ messages in thread
From: Bastien @ 2014-07-27 18:05 UTC (permalink / raw)
To: Shiyuan; +Cc: emacs-orgmode@gnu.org
Shiyuan <gshy2014@gmail.com> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-28 17:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-14 0:45 key collision for auto completion Shiyuan
2014-07-14 22:46 ` John Kitchin
2014-07-27 18:05 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).