Re: xterm-menus not working

1999-09-08 Thread Keith Harbaugh
On Sun, 1999-09-05 21:50:52 +0200, Johann Spies wrote: > Thanks Keith. That did it. After changing my .Xdefaults to > Xterm.vt.geometry in stead of using * the menus are usable. In which > documentation did you find that? Well, actually it wasn't so much the documentation as the experimentation

Re: xterm-menus not working

1999-09-05 Thread Johann Spies
On Sun, 5 Sep 1999, Keith Harbaugh wrote: > I had exactly the same problem you originally described, shrunken xterm-menus, > when I originally used for the geometry resource what the X people call > "loose resource specifications", with the `*', > which modifies the geometry of *all* widgets subo

Re: xterm-menus not working

1999-09-05 Thread Keith Harbaugh
On Sun, 1999-09-05 14:44:47 +0200, Johann Spies wrote: > On Sat, 4 Sep 1999, Keith Harbaugh wrote: > > > If you want to do a little further digging on this situation, > > try the following: > >xrdb -q | grep -i ^xterm > > and post the results back. > > > > Here are the results: > $xrdb -q |

Re: xterm-menus not working

1999-09-05 Thread Johann Spies
On Sat, 4 Sep 1999, Keith Harbaugh wrote: > If you want to do a little further digging on this situation, > try the following: >xrdb -q | grep -i ^xterm > and post the results back. > Hello Keith. Here are the results: $xrdb -q | grep -i ^xterm XTerm*termName: xterm-debian XTerm*geometry:

Re: xterm-menus not working

1999-09-04 Thread Keith Harbaugh
If you want to do a little further digging on this situation, try the following: xrdb -q | grep -i ^xterm and post the results back. And yes, I am using slink, but with some addons. Here's my /etc/apt/sources.list if you're interested deb http://ftp.netgod.net/ x/ deb http://security.debi

Re: xterm-menus not working

1999-09-01 Thread Johann Spies
On Wed, 1 Sep 1999, Keith Harbaugh wrote: > Change >XTerm*geometry: 80x24 >XTerm.VT100*geometry: 80x24 > to >XTerm.vt100.geometry: 80x24 > Let me know if that doesn't work; > it works fine for me (although actually I use 80x63). > I did that but that did not change the behaviour of x

Re: xterm-menus not working

1999-09-01 Thread Keith Harbaugh
Change XTerm*geometry: 80x24 XTerm.VT100*geometry: 80x24 to XTerm.vt100.geometry: 80x24 Let me know if that doesn't work; it works fine for me (although actually I use 80x63).

xterm-menus not working

1999-08-27 Thread Johann Spies
After reading the Xterm-FaQ I changed the geometry lines in .XDefaults to XTerm*geometry: 80x24 XTerm.VT100*geometry: 80x24 to see if I can get Xterm's menus to work, but it did not help. I get a small pop-up frame with a few letters in but no menu-options. According to the FAQ this is becaus