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

Re: In a downward spiral



Alan Chandler <alan@chandlerfamily.org.uk> 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 to: