[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: keymap inheritance for non-sparse keymaps
From: |
Miles Bader |
Subject: |
Re: keymap inheritance for non-sparse keymaps |
Date: |
03 Nov 2001 08:52:52 +0900 |
Richard Stallman <address@hidden> writes:
> In particular, anytime you use `suppress-keymap', you probably want to
> use a non-sparse keymap (because suppress-keymap works by binding lots
> of keys to `undefined'), even if you're going to only bind a few keys of
> your own.
>
> Why do you want a parent for such a keymap?
Because that mode (debug-mode) uses buttons now, so I wanted to use
`button-buffer-map' as a parent keymap, which adds some common bindings
for buffers that use buttons (currently only TAB and backtab).
-Miles
--
Somebody has to do something, and it's just incredibly pathetic that it
has to be us. -- Jerry Garcia
- keymap inheritance for non-sparse keymaps, Miles Bader, 2001/11/01
- Re: keymap inheritance for non-sparse keymaps, Miles Bader, 2001/11/01
- Re: keymap inheritance for non-sparse keymaps, Stefan Monnier, 2001/11/01
- Re: keymap inheritance for non-sparse keymaps, Richard Stallman, 2001/11/02
- Re: keymap inheritance for non-sparse keymaps, Miles Bader, 2001/11/02
- Re: keymap inheritance for non-sparse keymaps, Richard Stallman, 2001/11/02
- Re: keymap inheritance for non-sparse keymaps,
Miles Bader <=
- Re: keymap inheritance for non-sparse keymaps, Richard Stallman, 2001/11/04
- Re: keymap inheritance for non-sparse keymaps, Stefan Monnier, 2001/11/04
- Re: keymap inheritance for non-sparse keymaps, Richard Stallman, 2001/11/05
- Re: keymap inheritance for non-sparse keymaps, Stefan Monnier, 2001/11/06
- Re: keymap inheritance for non-sparse keymaps, Richard Stallman, 2001/11/07
- Re: keymap inheritance for non-sparse keymaps, Kim F. Storm, 2001/11/07
- Re: keymap inheritance for non-sparse keymaps, Richard Stallman, 2001/11/07
- Re: keymap inheritance for non-sparse keymaps, Stefan Monnier, 2001/11/07
- Re: keymap inheritance for non-sparse keymaps, Andreas Schwab, 2001/11/07
- Re: keymap inheritance for non-sparse keymaps, Stefan Monnier, 2001/11/07