all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tyler Smith <tyler.smith@mail.mcgill.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: arrow keys in the console
Date: 18 May 2007 12:16:59 GMT	[thread overview]
Message-ID: <slrnf4r9qe.3n5.tyler.smith@blackbart.mynetwork> (raw)
In-Reply-To: 87646qoaow.fsf@thalassa.lan.informatimago.com

On 2007-05-18, Pascal Bourguignon <pjb@informatimago.com> wrote:
>
> You can fix it by setting the right value for the TERM environment variable.
>
> What terminal emulator or what kind of console do you use?
>
> For example, I use xterm, so I write:
> TERM=xterm ; export TERM
> in my ~/.bashrc file.
>
I'm just experimenting with the console in linux, i.e., starting up
emacs without starting X. echo $TERM now shows: linux. How do I find
out what it should be?

For some reason the problem seems to have fixed itself in xterm when
running X. I've been mucking around in my .Xresources trying to fix
the xterm fonts, but I'm not sure what the change was that solved the
problem. It stil exists in the non-X console.

>
> Otherwise, you can rebind the commands dynamically:
> M-x global-set-key RET <up-arrow> RET previous-line RET
> M-x global-set-key RET <down-arrow> RET next-line RET
> M-x global-set-key RET <right-arrow> RET forward-char RET
> M-x global-set-key RET <left-arrow> RET backward-char RET
> etc...

I'll try that if I can't figure out the underlying problem, thanks.

Tyler

  reply	other threads:[~2007-05-18 12:16 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-18  1:00 arrow keys in the console Tyler Smith
2007-05-18  7:25 ` Pascal Bourguignon
2007-05-18 12:16   ` Tyler Smith [this message]
2007-05-18 12:37     ` poppyer
2007-05-18 14:00     ` Peter Dyballa
2007-05-18 15:14       ` Tyler Smith
     [not found]       ` <mailman.807.1179498154.32220.help-gnu-emacs@gnu.org>
2007-05-19  3:03         ` Tim X
2007-05-19  3:14           ` Tyler Smith
2007-05-19  4:54             ` Tim X
2007-05-19  2:38     ` Tim X
     [not found]     ` <mailman.805.1179497353.32220.help-gnu-emacs@gnu.org>
2007-05-19  2:41       ` Tim X
2007-05-19  3:00         ` Tyler Smith
2007-05-19 14:37           ` Peter Dyballa
     [not found]           ` <mailman.860.1179585463.32220.help-gnu-emacs@gnu.org>
2007-05-19 14:58             ` poppyer
2007-05-19 14:59             ` Tyler Smith
2007-05-19 17:22               ` Peter Dyballa
     [not found]               ` <mailman.872.1179595364.32220.help-gnu-emacs@gnu.org>
2007-05-20 15:43                 ` Tyler Smith
2007-05-21 12:03                 ` Will Parsons
2007-05-22  4:38           ` Xavier Maillard

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=slrnf4r9qe.3n5.tyler.smith@blackbart.mynetwork \
    --to=tyler.smith@mail.mcgill.ca \
    --cc=help-gnu-emacs@gnu.org \
    /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.