Re: Delete key not working as expected in emacs under X

2000-08-28 Thread Thomas Guettler
I think I had a this problem, too. There was a bugreport telling me to: (define-key function-key-map [delete] "\C-d") in .emacs. Tell me if this worked. On Sun, Aug 27, 2000 at 10:54:05AM -0700, [EMAIL PROTECTED] wrote: > > I'm using GNU emacs 20 with mule. In xterm and on console emacs gives

Delete key not working as expected in emacs under X

2000-08-27 Thread ferret
I'm using GNU emacs 20 with mule. In xterm and on console emacs gives me what I consider to be proper behaviour. My BackSpace key on keyboard will quote as '^?' and is described with 'describe-key as 'DEL runs the command backward-delete-char-untabify'. My Delete key quotes as '^[[3~' and is descr