backspace in xterm

2000-01-05 Thread pplaw
debs, what's the config to backspace in xterm? btw: i'm running dlinux on 2 lapboxes and 2 deskboxes. on 1 lapbox, i can backspace in xterm; the other boxes, i cannot... ia, t. bentley taylor. //

Re: Backspace in xterm (again) [FIXED]

1998-10-22 Thread Pete Harlan
> > Pete> Does Alt-backspace work for anyone in an xterm (deleting the previous > > Pete> word on bash input, for example)? This worked fine in Bo and before. ... and now it works fine! Thanks to everyone for making a wonderful system where all the bad things go away and nice surprises show up a

Re: Backspace in xterm (again)

1998-09-13 Thread Pete Harlan
> After some experimentation, I found that the following works if you add it > to /etc/X11/Xresources: > > *VT100.Translations: #override BackSpace: string("\177")\n\ >MetaBackSpace: string("\033\177")\n\ ... Didn't produce any change for me. > bash-2.01$ bind -p

Re: Backspace in xterm (again)

1998-09-13 Thread Ed Cogburn
Branden Robinson wrote: > > On Thu, Sep 10, 1998 at 10:06:49AM +0100, Gilbert Laycock wrote: > > Pete> I wonder what the difference between your setup and mine could be... > > > > Odd isn't it. > > > > I finally compared my /etc/X11/Xresources with the one from the > > distribution. I had > > > >

Re: Backspace in xterm (again)

1998-09-11 Thread Branden Robinson
On Thu, Sep 10, 1998 at 10:06:49AM +0100, Gilbert Laycock wrote: > Pete> I wonder what the difference between your setup and mine could be... > > Odd isn't it. > > I finally compared my /etc/X11/Xresources with the one from the > distribution. I had > > *VT100.Translations: #override Delete: str

Re: Backspace in xterm (again)

1998-09-10 Thread Gilbert Laycock
Pete> I wonder what the difference between your setup and mine could be... Odd isn't it. I finally compared my /etc/X11/Xresources with the one from the distribution. I had *VT100.Translations: #override Delete: string("\033[3~")\n\ Home: string("\033OH")\n\

Re: Backspace in xterm (again)

1998-09-10 Thread Pete Harlan
Just to followup on my own message, it's probably not a bug in xterm because bo's xterm binary misbehaves identically when copied to slink. -- Pete Harlan [EMAIL PROTECTED]

Re: Backspace in xterm (again)

1998-09-10 Thread Pete Harlan
> Pete> Does Alt-backspace work for anyone in an xterm (deleting the previous > Pete> word on bash input, for example)? This worked fine in Bo and before. > > What kind of keyboard do you have? On my 104 key ("windows 95") > keyboard, the "windows" key produces Meta and the Alt key produces Alt

Re: Backspace in xterm (again)

1998-09-09 Thread Gilbert Laycock
Joost> But then `Alt-Backspace' in emacs deletes one word, as it does on Joost> the VC and so on. So I don't see the point in doing it different Joost> on an xterm. Nor do I think it is good: When I press `Alt-Backspace', Joost> I want something different to happen than when I just press `Backspace

Re: Backspace in xterm (again)

1998-09-09 Thread Gary L. Hennigan
Joost Witteveen <[EMAIL PROTECTED]> writes: | skribis Gilbert Laycock: | > Pete> Does Alt-backspace work for anyone in an xterm (deleting the previous | > Pete> word on bash input, for example)? This worked fine in Bo and before. | > | > What kind of keyboard do you have? On my 104 key ("windows

Re: Backspace in xterm (again)

1998-09-09 Thread Joost Witteveen
skribis Gilbert Laycock: > Pete> Does Alt-backspace work for anyone in an xterm (deleting the previous > Pete> word on bash input, for example)? This worked fine in Bo and before. > > What kind of keyboard do you have? On my 104 key ("windows 95") > keyboard, the "windows" key produces Meta and t

Re: Backspace in xterm (again)

1998-09-09 Thread Gilbert Laycock
Pete> Does Alt-backspace work for anyone in an xterm (deleting the previous Pete> word on bash input, for example)? This worked fine in Bo and before. What kind of keyboard do you have? On my 104 key ("windows 95") keyboard, the "windows" key produces Meta and the Alt key produces Alt when in X.

Re: Backspace in xterm (again)

1998-09-09 Thread A. M. Varon
Alt-backspace in an xterm[-debian] > just does a backspace (instead of a meta-backspace, as it does (and > should) on a text console or in an Emacs window.) > > Does Alt-backspace work for anyone in an xterm (deleting the previous > word on bash input, for example)? This worked fine i

Re: Backspace in xterm (again)

1998-09-08 Thread Pete Harlan
> I too have this problem few weeks ago. What I did was: > > 1. Run xf86config > 2. When it asks me for "Do you want to use XKB?" say yes. > 3. Choose a preconfigured keymaps. I selected then: "1 Standard 101-key, >US encoding" > > With this one, no more fiddling with xmodmap or anything,

Re: Backspace in xterm (again)

1998-09-07 Thread A. M. Varon
On Sun, 6 Sep 1998, Joost Witteveen wrote: > I upgraded my system yesterday (OK to slink, but it appears the same problem > is present in hamm), and now my bacspace generates an delete again. > (in an xterm that is. Emacs (X11) and VC are OK) > > I already asked this question once, but I seem to

Re: Backspace in xterm (again)

1998-09-07 Thread Jeremy Hinegardner
I had the same problem, I found a solution, it may not be the best solution but it works for me. I used xmodmap to make the backspace key work in the way you want. check your keymap table for X (xmodmap -pke). If BackSpace is not in it then add it using the command (xmodmap -e "keycode 22 = BackS

Re: Backspace in xterm (again)

1998-09-06 Thread Joost Witteveen
> > Does anybody know what I should do to get my beloved backspace back again > > (yes, I want backspace to delete the char left to the curser, as it does > > in the VC's). > > Make sure the following is present in your /etc/X11/Xresources: Thanks. But unfortunately, it _is_ already present! > *

Re: Backspace in xterm (again)

1998-09-06 Thread peloy
I think I had this same problem and solved it after someone in IRC (#debian) told me to disable XKEYBOARD extension (but I am not sure this was the problem, though). Try disabling XKEYBOARD in XF86Config... peloy.- Joost Witteveen <[EMAIL PROTECTED]> wrote: > Hi, here I am agian. > > I upgraded

Re: Backspace in xterm (again)

1998-09-06 Thread aqy6633
> Does anybody know what I should do to get my beloved backspace back again > (yes, I want backspace to delete the char left to the curser, as it does > in the VC's). Make sure the following is present in your /etc/X11/Xresources: *Text.translations: #override ~Shift ~Meta Delete: delete-next-cha

Backspace in xterm (again)

1998-09-06 Thread Joost Witteveen
Hi, here I am agian. I upgraded my system yesterday (OK to slink, but it appears the same problem is present in hamm), and now my bacspace generates an delete again. (in an xterm that is. Emacs (X11) and VC are OK) I already asked this question once, but I seem to have lost the responce I got the