xterm & backspace key

If you're using xterm and hitting the backspace key doesn't do what you expect, add this to your .Xdefaults file:

xterm.*.backarrowKey: false

(Thanks, Kelly Felkins.) Another solution specific to Emacs is to add this to your .emacs file:

(define-key global-map "\010" 'backward-delete-char-untabify)

(Thanks, Ehud Karni.)

Categories

About this Entry

This page contains a single entry by Mike Tsao published on July 1, 2005 1:20 PM.

Hammock was the previous entry in this blog.

Amazon GC = cash is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.2rc2-en