Alan Chandler <[EMAIL PROTECTED]> writes:

> Help
> 
> I have a problem with emacs when being accessed through ssh in that
> the backspace key is generating a C-h so I keep getting help when I
> am trying to edit.

Add the following line to your ~/.emacs:

(global-set-key "\C-h" 'delete-backward-char)

HTH,
Anthony

Reply via email to