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

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

Problem with substitute-command-keys?


From: Matt Hodges
Subject: Problem with substitute-command-keys?
Date: Fri, 15 Oct 2004 15:12:04 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

In GNU Emacs 21.3.50.9 (i686-pc-linux-gnu, GTK+ Version 2.4.10)
 of 2004-10-13 on dugong
configured using `configure '--with-gtk''

substitute-command-keys seems to have problems when a command isn't
bound to a key. I now see:

    (substitute-command-keys "\\[apropos] & \\[apropos-command]")
        => "C-^ & C-h a"

rather than:

    (substitute-command-keys "\\[apropos] & \\[apropos-command]")
        => "M-x apropos & C-h a"

Thanks,

Matt




reply via email to

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