From: Kai Grossjohann <kai.grossjohann@gmx.net>
Subject: Re: c++ programming utilities
Date: Sun, 16 May 2004 11:11:39 +0200 [thread overview]
Message-ID: <86brkolos4.fsf@slowfox.dyndns.org> (raw)
In-Reply-To: 874qqgpxou.fsf@abc.abc
william xuuu <abc@abc.abc> writes:
> Oh, today i found a command M-x repeat-complex-command, which helped me
> solve a bit:
>
> (local-set-key "^[ " 'cmd)
>
> Wow, the "^[ " stands for ESC TAB, any other methods? And, I find it's
> impossible to bind ESC TAB globally, though i don't need that actually.
You can use (kbd "ESC TAB") or (kbd "M-TAB") instead of "^[ ", I
think that's more intuitive.
You can use global-set-key instead of local-set-key to bind the key
globally. But some modes may override this binding, so you also need
to bind the key locally in those modes.
Kai
next prev parent reply other threads:[~2004-05-16 9:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-15 18:37 c++ programming utilities william xuuu
2004-05-16 6:13 ` Eli Zaretskii
[not found] ` <mailman.5566.1084684326.1061.help-gnu-emacs@gnu.org>
2004-05-16 8:45 ` william xuuu
2004-05-16 9:11 ` Kai Grossjohann [this message]
2004-05-16 10:13 ` Miles Bader
2004-05-16 14:02 ` William Xuuu
2004-05-16 11:22 ` Eli Zaretskii
2004-05-17 14:23 ` Eric Ludlam
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=86brkolos4.fsf@slowfox.dyndns.org \
--to=kai.grossjohann@gmx.net \
/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.