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: Pascal J. Bourguignon
Subject: Re: How to bind to M-"
Date: Thu, 29 Jan 2009 02:24:09 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.3 (darwin)

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 \"")
But don't you prefer M-" ?  (kbd "M-\"")


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



-- 
__Pascal Bourguignon__


reply via email to

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