Re: DEL key in Xemacs

1998-11-26 Thread Torsten Hilbrich
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)) T

Re: DEL key in Xemacs

1998-11-24 Thread Hernan Joel Cervantes Rodriguez
HI Daniel : > > Well, nothing in the HOWTO works! > There is bizarre situation, on my computer the del and backspace key are working correctly. Perhaps the TERM environment variable is not correctly set. That variable must be "linux" : )n bash do :

Re: DEL key in Xemacs

1998-11-24 Thread Jan Vroonhof
Daniel Elenius <[EMAIL PROTECTED]> writes: > Yes, but xemacs in X works fine, it's when I run it in the console > that I get this problem. Is there a similar setting for the console > somewhere? Just to be specific: Are we talking about XEmacs running on a true linux console (i.e. terminal type i

Re: DEL key in Xemacs

1998-11-24 Thread Daniel Elenius
Well, nothing in the HOWTO works!

Re: DEL key in Xemacs

1998-11-24 Thread Hernan Joel Cervantes Rodriguez
Hi Daniel : > Yes, but xemacs in X works fine, it's when I run it in the console > that I get this problem. Is there a similar setting for the console > somewhere? Thats is diferent,I am thinking always in X. There is a Howto that explain that troube :

Re: DEL key in Xemacs

1998-11-24 Thread Daniel Elenius
Yes, but xemacs in X works fine, it's when I run it in the console that I get this problem. Is there a similar setting for the console somewhere? (thanks for your patience with me)

Re: DEL key in Xemacs

1998-11-24 Thread Hernan Joel Cervantes Rodriguez
Hi Daniel : > > No, sorry but it still doesn't work. Xemacs doesn't seem to recognize > my backspace for what it is ..!? > Perhaps your keyboard are not correctly configurated. My current key configuracion is : LNQRNMR2:~> xmodmap -pke | grep Back keycode 22 = BackSpace LNQRN

Re: DEL key in Xemacs

1998-11-24 Thread Daniel Elenius
No, sorry but it still doesn't work. Xemacs doesn't seem to recognize my backspace for what it is ..!?

Re: Re: DEL key in Xemacs

1998-11-24 Thread Daniel Elenius
Actually, none of this works. The problem is that the backspace and DEL keys are somehow treated like the same key. So I can either have both do 'delete-char' or both do 'delete-forward-char'. There must be some lower level where I could set this up, but I'll be darned if I know how/where...

Re: DEL key in Xemacs

1998-11-24 Thread Daniel Elenius
No, actually, that makes both DEL and Backspace behave like DEL. Like I said, I would really like it if Backspace deleted backwards and DEL 'forwards', so to speak.

Re: DEL key in Xemacs

1998-11-24 Thread Daniel Martin
Daniel Elenius <[EMAIL PROTECTED]> writes: > 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 key

Re: DEL key in Xemacs

1998-11-24 Thread Damon Buckwalter
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 > (re