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

Re: DEL key in Xemacs



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 debian-user-request@lists.debian.org < /dev/null

I have this in my .emacs, and it seems to do the trick...

(custom-set-variables '(delete-key-deletes-forward t))

-damon


Reply to: