From: Johannes Altmanninger <aclopte@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Bind pcomplete to C-M-i
Date: Sun, 27 Jan 2019 18:51:08 +0100 [thread overview]
Message-ID: <CAF8SGM-+wVq8J2RmdqBM2zACsxYT5JSEyCN0RYTqTg-bJV8YOg@mail.gmail.com> (raw)
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
next reply other threads:[~2019-01-27 17:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-27 17:51 Johannes Altmanninger [this message]
2019-01-27 19:02 ` Bind pcomplete to C-M-i Gustavo Barros
2019-01-27 21:01 ` Nicolas Goaziou
2019-01-27 21:17 ` Johannes Altmanninger
2019-01-29 9:09 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAF8SGM-+wVq8J2RmdqBM2zACsxYT5JSEyCN0RYTqTg-bJV8YOg@mail.gmail.com \
--to=aclopte@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).