On Fri, 14 Jul 2000, Bob Taylor wrote:

> In xterm both Backspace and Delete keys show ~ and the bell sounds. 
> In Xemacs the Delete key acts like the Backspace key. In the xterm 
> showkey shows Backspace as 14 and the Delete key as 111.
> 
> I'm at a loss as to what the problem is.
> 

Check to make sure your default shell is bash, and not something else:

echo $SHELL


Also, run this command to re-configure the backspace to delete characters:

xmodmap -e "keysym Delete = BackSpace osfBackSpace"

I assume you're talking about the xterm itself, and not from within vi or
any other editor.  Take the abive lines with a grain of salt, since your
message did not contain a lot of information to really know the source of
the problem.


------------------------------
Nitebirdz
http://www.linuxnovice.org
Tips, articles, news, links...


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to