From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "MarkS." Newsgroups: gmane.emacs.help Subject: Re: How to really escape a double quote? Date: Fri, 25 Feb 2011 20:04:40 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <87sjvdq8z2.fsf@lola.goethe.zz> <3634a4ce-623f-4187-ad7c-c23bc64587a0@a8g2000pri.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1298695247 30775 80.91.229.12 (26 Feb 2011 04:40:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 Feb 2011 04:40:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 26 05:40:43 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PtBxT-0000c4-8Y for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Feb 2011 05:40:43 +0100 Original-Received: from localhost ([127.0.0.1]:57464 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtBxS-00062Z-Qt for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Feb 2011 23:40:42 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!a8g2000pri.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 174.66.136.230 Original-X-Trace: posting.google.com 1298693080 30655 127.0.0.1 (26 Feb 2011 04:04:40 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 26 Feb 2011 04:04:40 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a8g2000pri.googlegroups.com; posting-host=174.66.136.230; posting-account=161FygoAAACx9nISkuOX_xZXUjtrzJMJ User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.7.62 Version/11.01,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:185331 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79489 Archived-At: On Feb 25, 6:05=A0pm, Le Wang wrote: Yes! Thank you! That was the ticket. I suppose there's a page out there that talks about vector representations? I'm still working mainly out of a book. Thanks again! Mark > > 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. =A0Does this do what you want? > > (global-set-key [(control x) (\")] 'delete-stuff) > > -- > Le