all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: bind to M-"
Date: Tue, 04 May 2004 16:11:43 GMT	[thread overview]
Message-ID: <jwvwu3sw4w5.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: mailman.3260.1083685014.1061.help-gnu-emacs@gnu.org

> (global-set-key "\M-"" 'my-function) ;; obviously shouldn't work

(global-set-key "\M-\"" 'my-function)

> (global-set-key [\M-"] 'my-function) ;; End of file during parsing error

(global-set-key [?\M-\"] 'my-function)

or also

(global-set-key [(meta ?\")] 'my-function)


        Stefan

  parent reply	other threads:[~2004-05-04 16:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-28 20:53 Accessiing the CVS tip for Emacs Peter Milliken
2004-04-29  5:49 ` Eli Zaretskii
     [not found] ` <mailman.2316.1083214080.1061.help-gnu-emacs@gnu.org>
2004-04-29 12:47   ` Glenn Morris
2004-05-04 15:34     ` bind to M-" Dave Yuill
     [not found]     ` <mailman.3260.1083685014.1061.help-gnu-emacs@gnu.org>
2004-05-04 16:11       ` Stefan Monnier [this message]
2004-05-04 16:26       ` martin
2004-05-04 17:14       ` upro
  -- strict thread matches above, loose matches on Subject: below --
2004-05-05  0:45 Dave Yuill

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvwu3sw4w5.fsf-monnier+gnu.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.