From: "Drew Adams" <drew.adams@oracle.com>
Subject: RE: ffap bindings suggestion
Date: Sun, 12 Feb 2006 13:19:31 -0800 [thread overview]
Message-ID: <DNEMKBNJBGPAOPIJOOICCEJBDCAA.drew.adams@oracle.com> (raw)
In-Reply-To: <873bioxq2c.fsf-monnier+emacs@gnu.org>
> In one of my libraries, I use a minor mode, and restore the
> original bindings when the mode is exited. I find that
> clean. However, the library currently just restores the vanilla
> Emacs (-q) bindings; it would of course be better to save the
> bindings at the time of entry into the mode, and restore those
> (original user bindings) when the mode is exited. I'm not
> referring here to a keymap that is local to the mode; in my
> case, the minor mode changes minibuffer key bindings. (Using a
> local keymap is obviously the way to go when appropriate.)
BTW, why do you change the minibuffer-local-map rather than simply use
a proper minor mode with minor-mode-map-alist?
Perhaps I don't understand `minor-mode-map-alist' well enough. I don't know
how to use it to create some bindings that will be used only in the
minibuffer (some only for particular kinds of completion etc.), and that
will be seen by built-in functions that work with the minibuffer.
I change the various `minibuffer-*-map's because I use built-in functions
such as `completing-read' that work with those maps (built-in functions
don't know about my minor mode). For instance, the C code defining
`completing-read' refers to `Vminibuffer_local_completion_map' (and so on)
explicitly.
It is only minibuffer maps that I need to change in this way. I do also have
a minor-mode map that I use for some bindings that are not limited to the
minibuffer.
Let me know if I'm missing a better way to do this.
next prev parent reply other threads:[~2006-02-12 21:19 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-08 18:46 ffap bindings suggestion Drew Adams
2006-02-09 17:33 ` Juri Linkov
2006-02-09 18:13 ` Drew Adams
2006-02-12 1:56 ` Drew Adams
2006-02-12 13:43 ` Stefan Monnier
2006-02-12 15:51 ` Drew Adams
2006-02-12 17:15 ` Stefan Monnier
2006-02-12 17:34 ` Drew Adams
2006-02-12 20:48 ` Stefan Monnier
2006-02-12 21:19 ` Drew Adams [this message]
2006-02-13 5:06 ` Stefan Monnier
2006-02-13 15:29 ` Drew Adams
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=DNEMKBNJBGPAOPIJOOICCEJBDCAA.drew.adams@oracle.com \
--to=drew.adams@oracle.com \
/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.