unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1737: [Vincent Lefevre] The End key doesn't work in xterm-vt220.
@ 2008-12-30  8:09 ` Sven Joachim
  2008-12-30  9:57   ` Andreas Schwab
                     ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sven Joachim @ 2008-12-30  8:09 UTC (permalink / raw)
  To: bug-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

It seems that Emacs sees the <end> key as <select> in vt220 terminals.
Run "xterm -ti vt220 -kt vt220", in that xterm "emacs -Q -nw" and press
C-h k <end>.  You get the message: "<select> is undefined".


[-- Attachment #2: Type: message/rfc822, Size: 2286 bytes --]

From: Vincent Lefevre <vincent@vinc17.org>
To: submit@bugs.debian.org
Subject: Bug#173983: emacs21: The End key doesn't work in xterm-vt220.
Date: Sun, 22 Dec 2002 20:28:32 +0100
Message-ID: <E18QBm4-0001oy-00@ay>

Package: emacs21
Version: 21.2-1
Severity: normal

When emacs is run in an xterm with the VT220 keyboard and the
xterm-vt220 terminfo, the End key is incorrectly regarded as
<select> instead of <end>, according to describe-key. I tried
with emacs -q -nw.

For the End key, infocomp says:

  kend=\E[4~

and there's nothing about kslt.

The other applications, like Mutt, Tin and Less, recognize the
End key correctly.

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux ay 2.4.18-newpmac #1 Thu Mar 14 22:44:49 EST 2002 ppc  7410, altivec supported GNU/Linux

Versions of the packages emacs21 depends on:
ii  dpkg           1.10.9         Package maintenance system for Debian
ii  emacsen-common 1.4.15         Common facilities for all emacsen.
ii  libc6          2.2.5-14.3     GNU C Library: Shared libraries and Timezone
ii  libjpeg62      6b-6           The Independent JPEG Group's JPEG runtime li
ii  liblockfile1   1.03           NFS-safe locking library, includes dotlockfi
ii  libncurses5    5.2.20020112a- Shared libraries for terminal handling
ii  libpng2        1.0.12-3.woody PNG library - runtime
ii  libtiff3g      3.5.5-6        Tag Image File Format library
ii  xaw3dg         1.5-14         Xaw3d widget set
ii  xlibs          4.2.1-3        X Window System client libraries
ii  zlib1g         1.1.4-6        compression library - runtime




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1737: [Vincent Lefevre] The End key doesn't work in xterm-vt220.
  2008-12-30  8:09 ` bug#1737: [Vincent Lefevre] The End key doesn't work in xterm-vt220 Sven Joachim
@ 2008-12-30  9:57   ` Andreas Schwab
  2008-12-30 10:03   ` Dan Nicolaescu
  2008-12-30 10:30   ` bug#1737: marked as done ([Vincent Lefevre] The End key doesn't work in xterm-vt220.) Emacs bug Tracking System
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Schwab @ 2008-12-30  9:57 UTC (permalink / raw)
  To: Sven Joachim; +Cc: bug-gnu-emacs, 1737

Sven Joachim <svenjoac@gmx.de> writes:

> It seems that Emacs sees the <end> key as <select> in vt220 terminals.
> Run "xterm -ti vt220 -kt vt220", in that xterm "emacs -Q -nw" and press
> C-h k <end>.  You get the message: "<select> is undefined".

This is correct.  The vt220 does not have an <end> key.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP 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

* bug#1737: [Vincent Lefevre] The End key doesn't work in xterm-vt220.
  2008-12-30  8:09 ` bug#1737: [Vincent Lefevre] The End key doesn't work in xterm-vt220 Sven Joachim
  2008-12-30  9:57   ` Andreas Schwab
@ 2008-12-30 10:03   ` Dan Nicolaescu
  2008-12-30 10:30   ` bug#1737: marked as done ([Vincent Lefevre] The End key doesn't work in xterm-vt220.) Emacs bug Tracking System
  2 siblings, 0 replies; 4+ messages in thread
From: Dan Nicolaescu @ 2008-12-30 10:03 UTC (permalink / raw)
  To: Sven Joachim; +Cc: 1737

Sven Joachim <svenjoac@gmx.de> writes:

  > It seems that Emacs sees the <end> key as <select> in vt220 terminals.
  > Run "xterm -ti vt220 -kt vt220", in that xterm "emacs -Q -nw" and press
  > C-h k <end>.  You get the message: "<select> is undefined".

Did you miss one step: set TERM to xterm-vt220 ? 
After doing that emacs -Q -nw works just fine for me (with emacs from
CVS HEAD)

  > From: Vincent Lefevre <vincent@vinc17.org>
  > Subject: Bug#173983: emacs21: The End key doesn't work in xterm-vt220.
  > To: submit@bugs.debian.org
  > Date: Sun, 22 Dec 2002 20:28:32 +0100
  > Reply-To: Vincent Lefevre <vincent@vinc17.org>, 173983@bugs.debian.org
  > Resent-From: Vincent Lefevre <vincent@vinc17.org>
  > 
  > Package: emacs21
  > Version: 21.2-1
  > Severity: normal
  > 
  > When emacs is run in an xterm with the VT220 keyboard and the
  > xterm-vt220 terminfo, the End key is incorrectly regarded as
  > <select> instead of <end>, according to describe-key. I tried
  > with emacs -q -nw.
  > 
  > For the End key, infocomp says:
  > 
  >   kend=\E[4~
  > 
  > and there's nothing about kslt.
  > 
  > The other applications, like Mutt, Tin and Less, recognize the
  > End key correctly.
  > 
  > -- System Information
  > Debian Release: testing/unstable
  > Kernel Version: Linux ay 2.4.18-newpmac #1 Thu Mar 14 22:44:49 EST 2002 ppc  7410, altivec supported GNU/Linux
  > 
  > Versions of the packages emacs21 depends on:
  > ii  dpkg           1.10.9         Package maintenance system for Debian
  > ii  emacsen-common 1.4.15         Common facilities for all emacsen.
  > ii  libc6          2.2.5-14.3     GNU C Library: Shared libraries and Timezone
  > ii  libjpeg62      6b-6           The Independent JPEG Group's JPEG runtime li
  > ii  liblockfile1   1.03           NFS-safe locking library, includes dotlockfi
  > ii  libncurses5    5.2.20020112a- Shared libraries for terminal handling
  > ii  libpng2        1.0.12-3.woody PNG library - runtime
  > ii  libtiff3g      3.5.5-6        Tag Image File Format library
  > ii  xaw3dg         1.5-14         Xaw3d widget set
  > ii  xlibs          4.2.1-3        X Window System client libraries
  > ii  zlib1g         1.1.4-6        compression library - runtime
  > 
  > 
  > 
  > ----------






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1737: marked as done ([Vincent Lefevre] The End key doesn't  work in xterm-vt220.)
  2008-12-30  8:09 ` bug#1737: [Vincent Lefevre] The End key doesn't work in xterm-vt220 Sven Joachim
  2008-12-30  9:57   ` Andreas Schwab
  2008-12-30 10:03   ` Dan Nicolaescu
@ 2008-12-30 10:30   ` Emacs bug Tracking System
  2 siblings, 0 replies; 4+ messages in thread
From: Emacs bug Tracking System @ 2008-12-30 10:30 UTC (permalink / raw)
  To: Sven Joachim

[-- Attachment #1: Type: text/plain, Size: 914 bytes --]


Your message dated Tue, 30 Dec 2008 11:23:24 +0100
with message-id <87hc4m3qsj.fsf@turtle.gmx.de>
and subject line Re: bug#1737: [Vincent Lefevre] The End key doesn't work in xterm-vt220.
has caused the Emacs bug report #1737,
regarding [Vincent Lefevre] The End key doesn't work in xterm-vt220.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
1737: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1737
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 4815 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 204 bytes --]

It seems that Emacs sees the <end> key as <select> in vt220 terminals.
Run "xterm -ti vt220 -kt vt220", in that xterm "emacs -Q -nw" and press
C-h k <end>.  You get the message: "<select> is undefined".


[-- Attachment #2.1.2: Type: message/rfc822, Size: 2286 bytes --]

From: Vincent Lefevre <vincent@vinc17.org>
To: submit@bugs.debian.org
Subject: Bug#173983: emacs21: The End key doesn't work in xterm-vt220.
Date: Sun, 22 Dec 2002 20:28:32 +0100
Message-ID: <E18QBm4-0001oy-00@ay>

Package: emacs21
Version: 21.2-1
Severity: normal

When emacs is run in an xterm with the VT220 keyboard and the
xterm-vt220 terminfo, the End key is incorrectly regarded as
<select> instead of <end>, according to describe-key. I tried
with emacs -q -nw.

For the End key, infocomp says:

  kend=\E[4~

and there's nothing about kslt.

The other applications, like Mutt, Tin and Less, recognize the
End key correctly.

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux ay 2.4.18-newpmac #1 Thu Mar 14 22:44:49 EST 2002 ppc  7410, altivec supported GNU/Linux

Versions of the packages emacs21 depends on:
ii  dpkg           1.10.9         Package maintenance system for Debian
ii  emacsen-common 1.4.15         Common facilities for all emacsen.
ii  libc6          2.2.5-14.3     GNU C Library: Shared libraries and Timezone
ii  libjpeg62      6b-6           The Independent JPEG Group's JPEG runtime li
ii  liblockfile1   1.03           NFS-safe locking library, includes dotlockfi
ii  libncurses5    5.2.20020112a- Shared libraries for terminal handling
ii  libpng2        1.0.12-3.woody PNG library - runtime
ii  libtiff3g      3.5.5-6        Tag Image File Format library
ii  xaw3dg         1.5-14         Xaw3d widget set
ii  xlibs          4.2.1-3        X Window System client libraries
ii  zlib1g         1.1.4-6        compression library - runtime




[-- Attachment #3: Type: message/rfc822, Size: 2265 bytes --]

From: Sven Joachim <svenjoac@gmx.de>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: 1737-done@emacsbugs.donarmstrong.com
Subject: Re: bug#1737: [Vincent Lefevre] The End key doesn't work in xterm-vt220.
Date: Tue, 30 Dec 2008 11:23:24 +0100
Message-ID: <87hc4m3qsj.fsf@turtle.gmx.de>

On 2008-12-30 11:03 +0100, Dan Nicolaescu wrote:

> Sven Joachim <svenjoac@gmx.de> writes:
>
>   > It seems that Emacs sees the <end> key as <select> in vt220 terminals.
>   > Run "xterm -ti vt220 -kt vt220", in that xterm "emacs -Q -nw" and press
>   > C-h k <end>.  You get the message: "<select> is undefined".
>
> Did you miss one step: set TERM to xterm-vt220 ? 

Indeed, I missed that.

> After doing that emacs -Q -nw works just fine for me (with emacs from
> CVS HEAD)

Correct, thanks for the followup.

Cheers,
       Sven


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-12-30 10:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87hc4m3qsj.fsf@turtle.gmx.de>
2008-12-30  8:09 ` bug#1737: [Vincent Lefevre] The End key doesn't work in xterm-vt220 Sven Joachim
2008-12-30  9:57   ` Andreas Schwab
2008-12-30 10:03   ` Dan Nicolaescu
2008-12-30 10:30   ` bug#1737: marked as done ([Vincent Lefevre] The End key doesn't work in xterm-vt220.) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).