all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* keys with meta-prefix cannot be longer than two chars?
@ 2015-10-21 15:07 Artur Malabarba
  2015-10-21 16:45 ` John Wiegley
  0 siblings, 1 reply; 3+ messages in thread
From: Artur Malabarba @ 2015-10-21 15:07 UTC (permalink / raw)
  To: emacs-devel

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?



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-22 14:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 15:07 keys with meta-prefix cannot be longer than two chars? Artur Malabarba
2015-10-21 16:45 ` John Wiegley
2015-10-22 14:47   ` Eli Zaretskii

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.