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

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

Re: How to really escape a double quote?


From: Le Wang
Subject: Re: How to really escape a double quote?
Date: Sat, 26 Feb 2011 10:05:52 +0800


Thank you! I didn't realize there was a special meaning to the caret
in this context. Now just need to figure out how to get the global key
definition to work.

Thanks again!

The vector representation of key sequence always seems to much cleaner to me.  Does this do what you want?

(global-set-key [(control x) (\")] 'delete-stuff)

--
Le

reply via email to

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