bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11325: 24.1.50; regression: bad order for `substitute-command-keys'


From: Lars Ingebrigtsen
Subject: bug#11325: 24.1.50; regression: bad order for `substitute-command-keys' with keymap
Date: Sun, 09 Feb 2014 20:59:38 -0800
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux)

"Drew Adams" <drew.adams@oracle.com> writes:

> Then it was broken differently in Emacs 24, which puts `e..f'
> first in the list, but restores `0..9' to its rightful place.

Isn't the main problem here that it even tries to do a two-letter range?
Seems awfully odd to me:

(substitute-command-keys "\\{dired-mode-map}")
"key             binding
---             -------

e .. f          dired-find-file

C-c             Prefix Command
RET             dired-find-file
C-o             dired-display-file
C-t             Prefix Command
ESC             Prefix Command
SPC             dired-next-line
!               dired-do-shell-command
#               dired-flag-auto-save-files
$               dired-hide-subdir
%               Prefix Command
&               dired-do-async-shell-command
(               dired-hide-details-mode
*               Prefix Command
+               dired-create-directory
-               negative-argument
.               dired-clean-directory
0 .. 9          digit-argument


-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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