emacs-devel
[Top][All Lists]
Advanced

[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: 01 Nov 2001 17:28:32 +0900

Ack, I sent that mail too soon, I forgot the mention the bug!

I mean to say:

> However, if I do:
>
>    (progn
>      (setq map (make-keymap))
>      (set-keymap-parent map button-buffer-map)
>      (use-local-map map))
>
> [the same, but with `make-keymap' instead of `make-sparse-keymap']

... then the TAB key retains the global binding, ignoring the parent
keymap of my local map.

-Miles
-- 
Love is a snowmobile racing across the tundra.  Suddenly it flips over,
pinning you underneath.  At night the ice weasels come.  --Nietzsche



reply via email to

[Prev in Thread] Current Thread [Next in Thread]