Daniel Elenius wrote: > > I have this problem that has been bugging me for quite some time: > I can't get my DEL key working properly in Xemacs. I want it to always > generate delete-char, but it works like backspace, i.e. generates > delete-backward-char. I have a swedish keyboard. I've put > (require 'iso-syntax) in my .emacs. > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
I have this in my .emacs, and it seems to do the trick... (custom-set-variables '(delete-key-deletes-forward t)) -damon