help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Emacs in console mode -- DELETE key misbehavior


From: Ignoramus21205
Subject: GNU Emacs in console mode -- DELETE key misbehavior
Date: Fri, 31 Jul 2009 10:12:40 -0500
User-agent: slrn/pre1.0.0-2 (Linux)

I use Ubuntu Jaunty Linux. 

My problem is that when I run emacs -nw, my BACKSPACE key somehow is
mapped to C-d and deletes forward. This is NOT what I want -- I want
it to delete backward like regular C-d.

I did run emacs without any custom .emacs file, and still had this
problem. 

When I do describe-key <ENTER> and then his BACKSPACE, I get:

C-d runs the command delete-char
  which is an interactive built-in function in `C source code'.
It is bound to C-d, <deletechar>.
(delete-char N &optional KILLFLAG)

I did note that if I say in command line:

stty erase C-v BACKSPACE

then BACKSPACE works as I want, but I would like to see if I can do it
in emacs only.

i


reply via email to

[Prev in Thread] Current Thread [Next in Thread]