emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: \\{...} produces duplicate entries


From: Stefan Monnier
Subject: Re: Fwd: \\{...} produces duplicate entries
Date: Mon, 07 May 2007 20:46:27 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

> (define-key minibuffer-local-map [(control ?=)] 'foo)
> (define-key minibuffer-local-completion-map [(control ?=)] 'foo)
[...]
> C-=           foo
> C-=           foo
> ...

> Only a single C-= entry is present in Emacs 20 and Emacs 21.

Actually, the bug is already present in Emacs-20.  It's just that in
Emacs-22, we have remove the duplication of bindings between
minibuffer-local-completion-map and minibuffer-local-map by making the first
inherit from the second.  If that same ineritance is added to Emacs-20, the
same bug will manifest itself.

This said, it should be fixed, of course.


        Stefan




reply via email to

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