unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Screwed up keyboard mappings on RedHat
@ 2003-04-18 14:26 Roy Smith
  2003-04-18 15:28 ` Kai Großjohann
  0 siblings, 1 reply; 6+ messages in thread
From: Roy Smith @ 2003-04-18 14:26 UTC (permalink / raw)


I'm using GNU Emacs 21.2.1 on a RedHat 8.0 box.  Neither my delete nor 
C-H key are working right.  C-H is acting like the delete key should.  
When I type "M-X help return c C-H", I get:

DEL runs the command backward-delete-char-untabify

Obviously something is mapping the C-H I typed into DEL.  I know it's 
not happening in some terminal emulation or transport layer before emacs 
gets hold of it.  If I trace the emacs process, I see it reading the 
right characters from stdin:

[roy@bonkers roy]$ grep '^read(0' typescript 
read(0, "\10", 1)                       = 1
read(0, "\10", 1)                       = 1
read(0, "\33x", 2)                      = 2
read(0, "h", 1)                         = 1
read(0, "e", 1)                         = 1
read(0, "l", 1)                         = 1
read(0, "p", 1)                         = 1
read(0, "\r", 1)                        = 1
read(0, "c", 1)                         = 1
read(0, "\10", 1)                       = 1
read(0, "\30", 1)                       = 1
read(0, "\3", 1)                        = 1

Two questions:

1) Where is this bogus mapping being done?

2) Why did RedHat screw this up?

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

end of thread, other threads:[~2003-04-21 16:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-18 14:26 Screwed up keyboard mappings on RedHat Roy Smith
2003-04-18 15:28 ` Kai Großjohann
2003-04-18 16:12   ` Roy Smith
2003-04-18 18:12     ` Kevin Rodgers
2003-04-21 16:50       ` Kevin Rodgers
2003-04-18 18:47     ` Kai Großjohann

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