# HG changeset patch # User Stefan Monnier # Date 1178585407 0 # Node ID c2c723c45f9a504bc0adda774835011daaccc419 # Parent 2f54c82c31de0cd1f60cca6aac4b6394cef8168f *** empty log message *** diff -r 2f54c82c31de -r c2c723c45f9a etc/TODO --- a/etc/TODO Mon May 07 20:50:08 2007 +0000 +++ b/etc/TODO Tue May 08 00:50:07 2007 +0000 @@ -594,6 +594,33 @@ * Other known bugs: +** The \\{...} keymap dump output does not correctly remove shadowed entries: +From: "Drew Adams" + +(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.