emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bind pcomplete to C-M-i


From: Gustavo Barros
Subject: Re: [O] Bind pcomplete to C-M-i
Date: Sun, 27 Jan 2019 17:02:40 -0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Hi all,
Hi Johannes,

for the record, there has been a question regarding this in Emacs.SX as of recent:
https://emacs.stackexchange.com/q/47239/18951

Best,
Gustavo.


On 27/01/2019 15:51, Johannes Altmanninger wrote:
Hi,

My installation of Emacs bundles Org mode 9.1.9
and it defines keyboard mapping for completion like this:

(org-defkey org-mode-map "\M-\t" #'pcomplete)
(org-defkey org-mode-map [?\e (tab)] #'pcomplete)

Here I can also use C-M-i to call pcomplete.
(Both in windowed and terminal mode).


However, I want to use org-plus-contrib from the Org ELPA repository.
which uses a slightly different definition:

(org-defkey org-mode-map (kbd "M-<tab>") #'pcomplete)
(org-defkey org-mode-map (kbd "ESC <tab>") #'pcomplete)

This does not bind C-M-i which I'd like to use.
Is there any reason for this discrepancy?

Thank you
Johannes



reply via email to

[Prev in Thread] Current Thread [Next in Thread]