all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* shouldn't substitute-command-keys remove duplicates?
@ 2008-03-21  4:47 Drew Adams
  2008-03-21  4:59 ` Drew Adams
  0 siblings, 1 reply; 8+ messages in thread
From: Drew Adams @ 2008-03-21  4:47 UTC (permalink / raw)
  To: emacs-pretest-bug

Shouldn't substitute-command-keys remove duplicates?
 
If you explicitly bind a key to the same command in both a
keymap km
and its parent pkm, and then you call this, the binding is
written
twice:
 
(define-key km  "a" 'foo)
(define-key pkm "a" 'foo)
 
(substitute-command-keys "\\{km\\}")
 
key             binding
---             -------
 
...
a  foo
a  foo
...
 

In GNU Emacs 22.1.90.1 (i386-mingw-nt5.1.2600)
 of 2008-01-30 on PRETEST
Windowing system distributor `Microsoft Corp.', version
5.1.2600
configured using `configure --with-gcc (3.4) --cflags
-Ic:/gnuwin32/include'
 





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-03-23  5:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-21  4:47 shouldn't substitute-command-keys remove duplicates? Drew Adams
2008-03-21  4:59 ` Drew Adams
2008-03-21 17:21   ` Stefan Monnier
2008-03-22  1:29     ` Juri Linkov
2008-03-22  2:38       ` Drew Adams
2008-03-23  2:30         ` Juri Linkov
2008-03-23  5:59           ` Drew Adams
2008-03-22 17:07       ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.