From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: How to bind (shift Fx) for emacs in putty?
Date: Mon, 26 Dec 2005 11:51:58 -0500 [thread overview]
Message-ID: <87zmmn7qgg.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: 1135599847.723056.26650@g49g2000cwa.googlegroups.com
> (define-key function-key-map "\e[23~" [(shift f1)])
This is wrong. It should be
(define-key function-key-map "\e[23~" [S-f1])
The compatibility code that turns XEmacs-style [(shift f1)] into [S-f1] is
only applied to the second argument of define-key, not the third.
Stefan
next prev parent reply other threads:[~2005-12-26 16:51 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-24 16:30 How to bind (shift Fx) for emacs in putty? c.c
2005-12-25 11:49 ` Peter Dyballa
[not found] ` <mailman.20392.1135512536.20277.help-gnu-emacs@gnu.org>
2005-12-25 12:58 ` c.c
2005-12-25 13:32 ` Peter Dyballa
[not found] ` <mailman.20395.1135517652.20277.help-gnu-emacs@gnu.org>
2005-12-25 14:04 ` c.c
2005-12-25 14:51 ` Peter Dyballa
[not found] ` <mailman.20398.1135522358.20277.help-gnu-emacs@gnu.org>
2005-12-25 15:33 ` c.c
2005-12-25 17:53 ` Peter Dyballa
[not found] ` <mailman.20408.1135533298.20277.help-gnu-emacs@gnu.org>
2005-12-26 12:24 ` c.c
2005-12-26 13:45 ` Peter Dyballa
2005-12-26 16:51 ` Stefan Monnier [this message]
2005-12-27 11:40 ` liaoweijie
2005-12-29 3:57 ` Stefan Monnier
2005-12-27 11:51 ` c.c
2005-12-26 12:32 ` Slawomir Nowaczyk
2005-12-26 18:49 ` Eli Zaretskii
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=87zmmn7qgg.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.
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).