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

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

bug#15233: pp-eval-expression: Signature parity with `eval-expression'


From: Stefan Monnier
Subject: bug#15233: pp-eval-expression: Signature parity with `eval-expression'
Date: Mon, 02 Sep 2013 21:44:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>     (global-set-key "\272" (quote pp-eval-expression)) ; M-:

Please don't: "\272" is not M-: (except back in the world as it existed
20 years ago, maybe).  Use [?\M-:] instead (M-: is not a plain
character, so it can't really be stored in a string).


        Stefan





reply via email to

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