From: Peter Lee <pete_lee/remove-for-email/@swbell.net>
Subject: Re: M-[
Date: Mon, 07 Apr 2003 17:40:32 GMT [thread overview]
Message-ID: <u1y0euul7.fsf@swbell.net> (raw)
In-Reply-To: a%oja.27$cO1.1882@paloalto-snr1.gtei.net
Barry Margolin <barry.margolin@level3.com> writes:
> In article <b6l2k3$t5l$1@news-int.gatech.edu>,
> greg jednaszewski <greg@attenuated.org> wrote:
> >I use swbuff.el for cycling through buffers, and I'd like to be able to
> >bind M-[ to swbuff-switch-to-previous-buffer like so:
> >
> >(global-set-key (kbd "M-[") 'swbuff-switch-to-previous-buffer)
> >
> >However, I can't seem to be able to bind anything to simply M-[. When I
> >do describe-key on M-[, it expects another keypress, in the same way
> >that C-x expects another keypress.
> >
> >What is the reasoning behind this, and is there any way around it?
>
> On most ASCII terminals, special function keys (like arrow keys) send
> sequences that begin with ESC [.
I have the following in my .emacs:
(global-set-key "\M-[" 'curly-brace-region)
It's always worked fine for me. Perhaps it is an OS issue. I'm on
XP.
next prev parent reply other threads:[~2003-04-07 17:40 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-04 22:57 M-[ greg jednaszewski
2003-04-04 23:59 ` M-[ Barry Margolin
2003-04-07 17:40 ` Peter Lee [this message]
2003-04-07 18:14 ` M-[ Kevin Rodgers
-- strict thread matches above, loose matches on Subject: below --
2012-07-24 7:57 M-= Ulrich Mueller
2012-07-24 9:37 ` M-= Tassilo Horn
2012-07-24 10:13 ` M-= Ulrich Mueller
2012-07-24 10:28 ` M-= Tassilo Horn
2012-07-27 4:05 ` M-= Chong Yidong
2012-07-27 10:59 ` M-= Ulrich Mueller
2012-07-27 14:57 ` M-= Tassilo Horn
2012-07-27 16:24 ` M-= Ulrich Mueller
2012-07-27 17:32 ` M-= Tassilo Horn
2012-07-29 3:33 ` M-= Chong Yidong
2012-07-27 17:30 ` M-= James Cloos
2012-07-27 19:02 ` M-= Andreas Röhler
2012-07-24 9:03 M-= Dmitry Gutov
2012-07-24 9:24 ` M-= Ulrich Mueller
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=u1y0euul7.fsf@swbell.net \
--to=pete_lee/remove-for-email/@swbell.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.