From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Yuill Newsgroups: gmane.emacs.help Subject: bind to M-" Date: Tue, 4 May 2004 12:34:05 -0300 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <7A3BEE40-9DE0-11D8-91D1-000393A38CD2@datashepherd.com> References: <274A369893F5FB4099345F006439D987013878CA@bella.corp.resmed.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1083685023 19986 80.91.224.253 (4 May 2004 15:37:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 May 2004 15:37:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 04 17:36:49 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BL1yR-0007Ce-00 for ; Tue, 04 May 2004 17:36:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BL1y6-00029Y-Vp for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2004 11:36:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BL1xa-00027E-N1 for help-gnu-emacs@gnu.org; Tue, 04 May 2004 11:35:54 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BL1x4-0001oD-1N for help-gnu-emacs@gnu.org; Tue, 04 May 2004 11:35:53 -0400 Original-Received: from [198.164.196.26] (helo=mail.dsdev.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BL1x3-0001U4-Jv for help-gnu-emacs@gnu.org; Tue, 04 May 2004 11:35:21 -0400 Original-Received: from [192.168.1.182] ([198.164.196.148]) BY mail.dsdev.net ([198.164.196.26]) WITH ESMTP (4D WebSTAR V Mail (5.3.2)); Tue, 04 May 2004 12:34:06 -0300 In-Reply-To: Original-To: help-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.613) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18239 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18239 Hi everyone, My lisp experience consists mostly of copy/paste -> modify so forgive me if this is a silly question. I would like to bind a command to M-". I've tried things like.. (global-set-key "\M-"" 'my-function) ;; obviously shouldn't work and (global-set-key [\M-"] 'my-function) ;; End of file during parsing error .. to no avail. Could some kind soul please point me in the right direction? Thanks, -Dave PS: FWIW I'm running cvs emacs on Mac OS 10.3.3