aboutsummaryrefslogtreecommitdiffstats
path: root/etc/TODO
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2007-05-08 00:50:07 +0000
committerStefan Monnier <[email protected]>2007-05-08 00:50:07 +0000
commit48b8e4a00450bfae2b1617856c90405ade2081fc (patch)
treec857b2cf5c410976dfdffa7d7d7a4d8327cc4eea /etc/TODO
parentd6d8548d54477b3d9f4e2ba5d3bf489cf0de9d2f (diff)
*** empty log message ***
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO27
1 files changed, 27 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 50fb4a1948..e03c5d76a7 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -594,6 +594,33 @@ but which can also be used as a modifier).
* Other known bugs:
+** The \\{...} keymap dump output does not correctly remove shadowed entries:
+From: "Drew Adams" <[email protected]>
+
+(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.