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

Re: DEL key in Xemacs



On: Tue, 24 Nov 1998 16:01:04 +0100 (CET) Daniel Elenius writes:
> 
> Well, nothing in the HOWTO works!

I had the same problems and inserted the following lines in my
.emacs:

(setq delete-key-deletes-forward t)
(unless window-system
  (puthash ?\^? 'backspace keyboard-translate-table))

	Torsten


Reply to: