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: Wed, 28 Jan 2009 18:09:57 -0700
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

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\""

Since we are at it, how would one create a string of five double
quotes using make-string:
I tried

(make-string 5 \")

(make-string 5 ?\")

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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