all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Philipp Stephani <p.stephani2@gmail.com>
To: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Using keymap argument of define-minor-mode
Date: Fri, 15 Apr 2016 11:57:46 +0000	[thread overview]
Message-ID: <CAArVCkSBb5ZXdybyg7AC4w6qWjUjMVRYO4hVn=8KOUuR5v1E8w@mail.gmail.com> (raw)

The docstring of `define-minor-mode' says that KEYMAP can be a list of
arguments to `easy-mmode-define-keymap'. However, this doesn't seem to work:

(define-minor-mode test-mode nil
  :keymap '((([?a] . ignore)) :inherit grep-mode-map))

This attempts to call `easy-mmode-define-keymap' with the single
argument ((([97]
. ignore)) :inherit grep-mode-map), so it doesn't interpret the list as
list of arguments. Is the syntax somehow different, or is this a bug?

Thanks,
Philipp


             reply	other threads:[~2016-04-15 11:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-15 11:57 Philipp Stephani [this message]
2016-04-15 12:36 ` Using keymap argument of define-minor-mode Stefan Monnier
2016-04-15 20:02   ` Philipp Stephani
2016-04-15 21:18     ` Stefan Monnier
2016-04-16 13:16       ` Philipp Stephani
2016-04-18 16:32         ` Stefan Monnier
2016-04-18 16:42           ` Kaushal Modi
2016-04-18 18:42             ` John Wiegley
2016-12-07 12:59               ` Philipp Stephani

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='CAArVCkSBb5ZXdybyg7AC4w6qWjUjMVRYO4hVn=8KOUuR5v1E8w@mail.gmail.com' \
    --to=p.stephani2@gmail.com \
    --cc=help-gnu-emacs@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.