all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: ffap bindings suggestion
Date: Sun, 12 Feb 2006 08:43:32 -0500	[thread overview]
Message-ID: <87lkwgd7bx.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <DNEMKBNJBGPAOPIJOOICIEIGDCAA.drew.adams@oracle.com> (Drew Adams's message of "Sat, 11 Feb 2006 17:56:18 -0800")

>     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.)
    
>     Is there no recommended way (or recommended ways) to handle 
>     this? It's not uncommon for a library to let users adopt the
>     library's suggested (multiple, often global) bindings in some easy
>     way. Perhaps we should come up with a recommended way for libraries
>     to do that. That way should, in the best case, let users get back
>     their original bindings when they no longer want to use
>     the features of the library.
    
> No ideas/opinions on this?

Too general for me to answer.  I'm not really sure what you're
talking about.  Make it more concrete.

I think you've already seen here some example code that modifies a keymap
and then restores the original one, using inheritance (so the "save" and the
"restore" of changed key-bindings are done in one step each).


        Stefan

  reply	other threads:[~2006-02-12 13:43 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 [this message]
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
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=87lkwgd7bx.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --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.