all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Artur Malabarba <bruce.connor.am@gmail.com>
To: emacs-devel <emacs-devel@gnu.org>
Subject: keys with meta-prefix cannot be longer than two chars?
Date: Wed, 21 Oct 2015 16:07:37 +0100	[thread overview]
Message-ID: <CAAdUY-++c78C5jfY6pqdmq-jOGysOmReDtoLd6WWrNKxyGxERg@mail.gmail.com> (raw)

The following is quoted from the header comments in isearch.el

;; The key bindings active within isearch-mode are defined below in
;; `isearch-mode-map' which is given bindings close to the default
;; characters of the original isearch.el.  With `isearch-mode',
;; however, you can bind multi-character keys and it should be easier
;; to add new commands.  One bug though: keys with meta-prefix cannot
;; be longer than two chars.

That last sentence is intriguing. I tested with this snippet and it
didn't hold true for me.
    (define-key isearch-mode-map "\M-6lo" (lambda () (interactive)
(message "HI")))

Does anyone know its origin and may I delete it?



             reply	other threads:[~2015-10-21 15:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-21 15:07 Artur Malabarba [this message]
2015-10-21 16:45 ` keys with meta-prefix cannot be longer than two chars? John Wiegley
2015-10-22 14:47   ` Eli Zaretskii

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAdUY-++c78C5jfY6pqdmq-jOGysOmReDtoLd6WWrNKxyGxERg@mail.gmail.com \
    --to=bruce.connor.am@gmail.com \
    --cc=emacs-devel@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.