From: Roy Smith <roy@panix.com>
Subject: Re: Screwed up keyboard mappings on RedHat
Date: Fri, 18 Apr 2003 12:12:05 -0400 [thread overview]
Message-ID: <roy-1E7FB8.12120518042003@reader1.panix.com> (raw)
In-Reply-To: 84lly7x1sm.fsf@lucy.is.informatik.uni-duisburg.de
kai.grossjohann@gmx.net (Kai Grossjohann) wrote:
> Roy Smith <roy@panix.com> writes:
>
> > 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
>
> Interesting. Investigate the variable normal-erase-is-backspace and
> the function normal-erase-is-backspace-mode. Does this help?
Hmmm. It's currently set to "t". It looks like that might be what I
need to play with, thanks.
In the meantime (before your response came), I had already discovered
keyboard translation tables and fixed the problem with:
(keyboard-translate ?\C-h nil)
(keyboard-translate ?\C-? nil)
in my .emacs file. It gets me the behavior I want, even if it's not the
right way to do it.
PS -- I've been using emacs for 20 years (since the original TOPS-10
TECO version) and never even knew keyboard translation tables existed.
Is this a new development?
next prev parent reply other threads:[~2003-04-18 16:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2003-04-18 18:12 ` Kevin Rodgers
2003-04-21 16:50 ` Kevin Rodgers
2003-04-18 18:47 ` Kai Großjohann
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=roy-1E7FB8.12120518042003@reader1.panix.com \
--to=roy@panix.com \
/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.