unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Key binding with multiple modifiers
Date: Tue, 27 Jan 2004 12:58:29 -0700	[thread overview]
Message-ID: <4016C2E5.2030501@yahoo.com> (raw)
In-Reply-To: acb6374c.0401270311.45e57ad3@posting.google.com

Chris Laux wrote:

> Alan Mackenzie<none@example.invalid> wrote in message  
> 
> 
>>Another useful trick is to do the binding interactively with M-x
>>global-set-key, etc., then use C-x <esc> <esc> (`repeat-complex-command')
>>to see what it looks like in lisp.
>>
> 
> Thank you all for your help; the advice above actually worked in my
> case, other examples didn't strangely.  In case you are curious, I
> ended up with the command looking like this:
> 
> ;(global-set-key (quote [-67108809]) (quote shell))

That is not portable, which is why the "\M-\C-x", [?\M-\C-x], and

(meta control ?x) syntaxes are preferred.

-- 
Kevin Rodgers

  reply	other threads:[~2004-01-27 19:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-26 21:18 Key binding with multiple modifiers Chris Laux
2004-01-26 21:19 ` Alan Mackenzie
2004-01-27 11:11   ` Chris Laux
2004-01-27 19:58     ` Kevin Rodgers [this message]
2004-01-28 18:53     ` Stefan Monnier
2004-01-31 20:17       ` Kai Grossjohann
2004-01-26 21:26 ` Jesper Harder
2004-01-26 22:13 ` Stefan Monnier

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=4016C2E5.2030501@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).