[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tool-bar changes
From: |
Stefan Monnier |
Subject: |
Re: Tool-bar changes |
Date: |
Tue, 13 May 2008 14:19:29 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> The problem was the the use of plist-get and plist-put in
> tool-bar-make-keymap failed to account for the format of menu-item
> lists, which can contain an optional KEY-BINDING-DATA entry that screws
> up the property list ordering. I just checked in a fix.
Thank you. I wonder why it never hit me.... Oh yes now I remember:
I threw away this caching code in my own Emacs (I threw it out a long
time ago, i.e. when I added the where-is-internal reverse keymap cache,
since this made on-the-fly recomputation sufficiently fast for me to
make the cache unnecessary (or even harmful since it's not correctly
maaintained: when the cache key-sequence becomes invalid, it is
correclty thrown out, but if a key-sequence becomes later available,
the cache will prevent it from being discovered)).
Stefan
- Re: Next release, (continued)
- Re: Next release, Eli Zaretskii, 2008/05/08
- Re: Next release, Stefan Monnier, 2008/05/08
- Re: Next release, Juanma Barranquero, 2008/05/07
- Tool-bar changes (Was: Next release), Chong Yidong, 2008/05/08
- Re: Tool-bar changes, Stefan Monnier, 2008/05/08
- Re: Tool-bar changes, Tassilo Horn, 2008/05/09
- Re: Tool-bar changes, Chong Yidong, 2008/05/13
- Re: Tool-bar changes,
Stefan Monnier <=
- Re: Tool-bar changes, David Reitter, 2008/05/13
- Re: Tool-bar changes, Eli Zaretskii, 2008/05/13
- Re: Tool-bar changes, Chong Yidong, 2008/05/13
- Re: Tool-bar changes, Chong Yidong, 2008/05/14
- Re: Tool-bar changes, Stefan Monnier, 2008/05/14
- Re: Tool-bar changes, Chong Yidong, 2008/05/14
- Re: Tool-bar changes, Chong Yidong, 2008/05/14
- Re: Tool-bar changes, Stefan Monnier, 2008/05/14
- Re: Next release, YAMAMOTO Mitsuharu, 2008/05/05
- Re: Next release, Chong Yidong, 2008/05/04