Re: [vox-tech] Xterm and terminal types

2004-12-12 Thread Ken Bloom
On Sun, 12 Dec 2004 12:30:14 -0800 Rod Roark <[EMAIL PROTECTED]> wrote: > On Sunday 12 December 2004 10:51 am, Ken Bloom wrote: > > On Sun, 12 Dec 2004 08:46:42 -0800 > > Rod Roark <[EMAIL PROTECTED]> wrote: > > > > > On Saturday 11 December 2004 06:13 pm, Ken Bloom wrote: > > > > http://develope

Re: [vox-tech] Xterm and terminal types

2004-12-12 Thread Bill Kendrick
On Sun, Dec 12, 2004 at 03:00:39PM -0800, Bill Kendrick wrote: > Heh... I love that. Comment. :^) Er... "I love that comment." -bill! (suddenly... I sound like... William... Shatner) ___ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/m

Re: [vox-tech] Xterm and terminal types

2004-12-12 Thread Bill Kendrick
On Sun, Dec 12, 2004 at 10:51:37AM -0800, Ken Bloom wrote: > - retval[i] = g_strdup ("TERM=xterm"); /* FIXME configurable later? */ > + retval[i] = g_strdup ("TERM=scoansi"); /* FIXME configurable later? */ Heh... I love that. Comment. :^) Perhaps one of us should fix it to make it configura

Re: [vox-tech] Xterm and terminal types

2004-12-12 Thread Rod Roark
On Sunday 12 December 2004 10:51 am, Ken Bloom wrote: > On Sun, 12 Dec 2004 08:46:42 -0800 > Rod Roark <[EMAIL PROTECTED]> wrote: > > > On Saturday 11 December 2004 06:13 pm, Ken Bloom wrote: > > > http://developer.gnome.org/doc/API/2.0/vte/vteterminal.html > > > > > > look at vte_terminal_set_em

Re: [vox-tech] Xterm and terminal types

2004-12-12 Thread Ken Bloom
On Sun, 12 Dec 2004 08:46:42 -0800 Rod Roark <[EMAIL PROTECTED]> wrote: > On Saturday 11 December 2004 06:13 pm, Ken Bloom wrote: > > http://developer.gnome.org/doc/API/2.0/vte/vteterminal.html > > > > look at vte_terminal_set_emulation() > > > > You may need to add this line to the appropriate

Re: [vox-tech] Can a User Write To Windows Partition?

2004-12-12 Thread Robert G. Scofield
On Sunday 12 December 2004 00:54, Mark K. Kim wrote: > Each file system type has its own set of options. Adding those extra > options probably won't affect a VFAT partition in anyway (it'll probably > be ignored.) `man mount` has the list of standard file systems and the > options applicable for

Re: [vox-tech] Xterm and terminal types

2004-12-12 Thread Rod Roark
On Saturday 11 December 2004 06:13 pm, Ken Bloom wrote: > http://developer.gnome.org/doc/API/2.0/vte/vteterminal.html > > look at vte_terminal_set_emulation() > > You may need to add this line to the appropriate place in Gnome > Terminal, but I don't know what it is. > > As always, reply when yo

Re: [vox-tech] Can a User Write To Windows Partition?

2004-12-12 Thread Mark K. Kim
Each file system type has its own set of options. Adding those extra options probably won't affect a VFAT partition in anyway (it'll probably be ignored.) `man mount` has the list of standard file systems and the options applicable for each FS. Good luck! -Mark PS: "acl" = "access control list