unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Angelina Carlton <brat@magma.ca>
Subject: Re: home and end not working Debian Sarge
Date: Tue, 12 Jul 2005 14:55:18 -0400	[thread overview]
Message-ID: <874qaz4zxl.fsf@magma.ca> (raw)
In-Reply-To: <5b21e924837ae5f8af0c5c8355ce3606@Web.DE> (Peter Dyballa's message of "Tue, 12 Jul 2005 17:59:29 +0200")

Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> Look into /usr/local/share/emacs/<version>/lisp/term/vt100.el and then
> /usr/local/share/emacs/<version>/lisp/term/lk201.el how they translate
> multi-byte sequences like ^[[7~ or \e[7~ to something useful like home
> or end. If not (I just looked into lk201.el) just add it into your VT
> or terminal specific file. Copy one of them to a new file name
> according to the terminal (or emulation) type and then add your
> unknown keys there!

Thank you,

I had set $TERM to be xterm, even though I use urxvt, this makes screen
behave properly for some reason. Anyway adding..

(define-key function-key-map "\e[7~" [home]) 
(define-key function-key-map "\e[8~" [end])

to /usr/share/emacs/21.4/lisp/term/xterm.el works like a charm,

thanks again.
   
-- 
-----Angelina Carlton-----
orchid on irc.freenode.net
     brat@magma.ca
web:bzgirl.bakadigital.com
--------------------------

      reply	other threads:[~2005-07-12 18:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-12 12:57 home and end not working Debian Sarge Angelina Carlton
2005-07-12 15:59 ` Peter Dyballa
2005-07-12 18:55   ` Angelina Carlton [this message]

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=874qaz4zxl.fsf@magma.ca \
    --to=brat@magma.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).