* bug in read-key-sequence
@ 2004-09-30 3:26 Richard Stallman
2004-09-30 9:32 ` Andreas Schwab
0 siblings, 1 reply; 4+ messages in thread
From: Richard Stallman @ 2004-09-30 3:26 UTC (permalink / raw)
When I eval (read-key-sequence "Foo") and type DELETE, I get
"^[[3~". It ought to return [delete].
Strangely, all the other function keys seem to work properly.
Could someone who has recently worked on read-key-sequence
take a look at this?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bug in read-key-sequence
2004-09-30 3:26 bug in read-key-sequence Richard Stallman
@ 2004-09-30 9:32 ` Andreas Schwab
2004-09-30 10:03 ` Kim F. Storm
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Schwab @ 2004-09-30 9:32 UTC (permalink / raw)
Cc: emacs-devel
Richard Stallman <rms@gnu.org> writes:
> When I eval (read-key-sequence "Foo") and type DELETE, I get
> "^[[3~". It ought to return [delete].
I can't reproduce that with current CVS on an xterm. The key sequence is
correctly translated to [deletechar].
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bug in read-key-sequence
2004-09-30 9:32 ` Andreas Schwab
@ 2004-09-30 10:03 ` Kim F. Storm
2004-09-30 17:37 ` Richard Stallman
0 siblings, 1 reply; 4+ messages in thread
From: Kim F. Storm @ 2004-09-30 10:03 UTC (permalink / raw)
Cc: rms, emacs-devel
Andreas Schwab <schwab@suse.de> writes:
> Richard Stallman <rms@gnu.org> writes:
>
>> When I eval (read-key-sequence "Foo") and type DELETE, I get
>> "^[[3~". It ought to return [delete].
>
> I can't reproduce that with current CVS on an xterm. The key sequence is
> correctly translated to [deletechar].
It works for me too -- both in xterm and in a console (on GNU/Linux).
--
Kim F. Storm <storm@cua.dk> http://www.cua.dk
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bug in read-key-sequence
2004-09-30 10:03 ` Kim F. Storm
@ 2004-09-30 17:37 ` Richard Stallman
0 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2004-09-30 17:37 UTC (permalink / raw)
Cc: schwab, emacs-devel
I see it was caused by a strange definition in my .emacs.
Sorry to waste people's time.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-09-30 17:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-30 3:26 bug in read-key-sequence Richard Stallman
2004-09-30 9:32 ` Andreas Schwab
2004-09-30 10:03 ` Kim F. Storm
2004-09-30 17:37 ` Richard Stallman
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.