Re: [vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread Rick O'Shaughnessy
I think Shawn is correct. I'm using Eterm and in the theme.cfg file I can change the behavior you mention with this line: # The characters to use as word delimiters for double-click selection cut_chars "\t\\\`\\\"\'&() *,;<=>?@[]{|}" Double-clicking on "2.96688494e+05" thus copies the whole

Re: [vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread Ryan
I think if you mess with xterm's -cc (cut chars) option you can make it not break words at a period. Poke around in the man page. On Tuesday 09 April 2002 12:28 pm, Peter Jay Salzman wrote: > is there a way to modify the selection behavior of the mouse under X? > > for instance, in this line: >

Re: [vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread Henry House
On Tue, Apr 09, 2002 at 01:51:10PM -0700, nbs wrote: [...] > I can't find anything under xterm like this. > There may be an X resource for it. > (I don't seem to have a man page for xterm! Bizarre! This is Debian!) You can do this in xterm. The following snippet from the man page may help:

Re: [vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread Peter Jay Salzman
begin nbs <[EMAIL PROTECTED]> > On Tue, Apr 09, 2002 at 01:59:15PM -0700, Peter Jay Salzman wrote: > > > > egads! the first thing that makes me want to use a desktop manager. > > prolly still won't make me take the cpu hog plunge tho. ;) i'm going > > to look into mark's suggestion and if it

Re: [vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread nbs
On Tue, Apr 09, 2002 at 01:59:15PM -0700, Peter Jay Salzman wrote: > > egads! the first thing that makes me want to use a desktop manager. > prolly still won't make me take the cpu hog plunge tho. ;) i'm going > to look into mark's suggestion and if it doesn't pan out i'll experiment > with b

Re: [vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread Peter Jay Salzman
begin nbs <[EMAIL PROTECTED]> > On Tue, Apr 09, 2002 at 12:28:33PM -0700, Peter Jay Salzman wrote: > > is there a way to modify the selection behavior of the mouse under X? > > It depends on the terminal. It'd be nice if it were some shared, > system-wide preference (it probably is under KDE, k

Re: [vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread nbs
On Tue, Apr 09, 2002 at 12:28:33PM -0700, Peter Jay Salzman wrote: > is there a way to modify the selection behavior of the mouse under X? It depends on the terminal. It'd be nice if it were some shared, system-wide preference (it probably is under KDE, knowing them :) ) I'm not in front of KDE

Re: [vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread Mark K. Kim
On Tue, 9 Apr 2002, Peter Jay Salzman wrote: > i'm in the > position of cut and pasting hundreds of numbers into a spread sheet and > double clicking would be easier than click, move mouse, release. Copy the whole thing to vi, regex filter, then import to the spreadsheet? -Mark -- Mark K. Kim

Re: [vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread Shawn P. Neugebauer
On Tuesday 09 April 2002 01:07 pm, you wrote: > ... > > btw, what exactly is a KDE compose window? is that like an xterm? an > html editor? i was just referring to a kmail compose window. shawn. ___ vox-tech mailing list [EMAIL PROTECTED] http://list

RE: [vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread ALLO (Alfredo Lopez)
-Partial Original Message- From: Peter Jay Salzman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 1:07 PM >btw, what exactly is a KDE compose window? >is that like an xterm? an html editor? >pete I may be wrong but I think he meant "Konsole" window. Just a KDE wat to call a

Re: [vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread Peter Jay Salzman
begin Shawn P. Neugebauer <[EMAIL PROTECTED]> > generally, selection behavior is application-specific. hi shawn, ahh. this makes sense. > for example, given > "Z = 2.96688494e+05" in a Konsole, a double-click selects "2.96688494e"; > in a KDE compose window, a double-click selects "2.96688494

Re: [vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread Shawn P. Neugebauer
generally, selection behavior is application-specific. for example, given "Z = 2.96688494e+05" in a Konsole, a double-click selects "2.96688494e"; in a KDE compose window, a double-click selects "2.96688494e+05". it's unlikely you would be able to significantly modify this behavior in your appl

[vox-tech] modifying mouse selection behavior under X

2002-04-09 Thread Peter Jay Salzman
is there a way to modify the selection behavior of the mouse under X? for instance, in this line: Z = 2.96688494e+05 by double clicking, i can select "96688494e". by triple clicking i get the entire line of the xterm. it's more useful for me for the selection to be based on spaces rather than