[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Suggestion: Change C-x right / C-x left to C-x C-right / C-x C-left
From: |
Richard Stallman |
Subject: |
Re: Suggestion: Change C-x right / C-x left to C-x C-right / C-x C-left |
Date: |
Mon, 28 Mar 2005 17:53:44 -0500 |
Maybe it's a bug in the corresponding term/*.el file.
What does $TERM say and what does C-h l say after hitting C-left?
TERM is "linux", and C-h l shows ESC b. Not only that,
I did (list (read-event) (read-event)) and determined
that the console actually sends ESC b.
;-).