emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: \\{...} produces duplicate entries]


From: Richard Stallman
Subject: address@hidden: \\{...} produces duplicate entries]
Date: Mon, 07 May 2007 19:27:21 -0400

It would be good to fix this for later installation.

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
        autolearn=failed version=3.1.0
From: "Drew Adams" <address@hidden>
To: "Emacs-Pretest-Bug" <address@hidden>
Date: Sun, 6 May 2007 22:31:43 -0700
MIME-Version: 1.0
Content-Type: text/plain;
        charset="iso-8859-1"
Subject: \\{...} produces duplicate entries

emacs -Q

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

(defun toto () "\\{minibuffer-local-completion-map}"  4)

C-h f toto shows a duplicate entry for C-=:

toto is a Lisp function.
(toto)

key             binding
- ---             -------

C-g             abort-recursive-edit
TAB             minibuffer-complete
C-j             exit-minibuffer
RET             exit-minibuffer
ESC             Prefix Command
SPC             minibuffer-complete-word
?               minibuffer-completion-help
C-=             foo
C-=             foo
...

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

In GNU Emacs 22.0.96.1 (i386-mingw-nt5.1.2600)
 of 2007-03-21 on LENNART-69DE564
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'




_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------




reply via email to

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