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

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

Re: How to bind to M-"


From: Kevin Rodgers
Subject: Re: How to bind to M-"
Date: Fri, 30 Jan 2009 21:10:58 -0700
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Pascal J. Bourguignon wrote:
Kevin Rodgers <kevin.d.rodgers@gmail.com> writes:

Mirko wrote:
Hello,
I would like to bind a command to the Escape + quote `"' character
sequency.
I tried a few combinations of "M-" and  \", ?\", but none work.
What
is the official way?
"\e\""

I always use kbd:           (kbd "ESC \"")

I sometimes do.  The only 2 examples in my .emacs are
(kbd "<C-M-backspace>") and (kbd "<C-M-delete>").  But
in general it's easier for me to understand the rules
for reading key sequences than the rules for printing
key sequences.

But don't you prefer M-" ?  (kbd "M-\"")

Yes, I do.  But Mirko specifically asked for Escape.

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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