[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/TODO,v
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/etc/TODO,v |
Date: |
Tue, 08 May 2007 00:50:07 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Stefan Monnier <monnier> 07/05/08 00:50:07
Index: TODO
===================================================================
RCS file: /sources/emacs/emacs/etc/TODO,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -b -r1.154 -r1.155
--- TODO 27 Apr 2007 13:33:33 -0000 1.154
+++ TODO 8 May 2007 00:50:07 -0000 1.155
@@ -594,6 +594,33 @@
* Other known bugs:
+** The \\{...} keymap dump output does not correctly remove shadowed entries:
+From: "Drew Adams" <address@hidden>
+
+(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
+...
+
** a two-char comment-starter whose two chars are symbol constituents will
not be noticed if it appears within a word.
- [Emacs-diffs] Changes to emacs/etc/TODO,v,
Stefan Monnier <=