|
From: Ethan M. <merritt@u.washington.edu> - 2006-04-26 21:36:27
|
On Wednesday 26 April 2006 02:24 pm, Timoth=E9e Lecomte wrote: > > Anyhow gnuplot already allows you to specify a window title, > > so all that's wanting is a way to change the prompt. > > myname =3D "Foo" > > set term x11 title myname > > set prompt myname."> " > > > >> Many programs I know are able to recognize if an instance is already > >> running. > > > > Probably safer to let the application do the naming. > > Pure numbers are not the most informative identifiers. >=20 > Do you mean : "Probably safer to let the _user_ do the naming" ? Well no, I meant the application. My thought was that if you ran applications A, B, and C simultaneously (or three instances A, B, and C of a single application like Octave), then the piped output from these apps to three separate gnuplot instances would respectively start with a line "myname =3D 'A'", "myname =3D 'B', or "myname =3D 'C'". I suppose in this case you could say the application *is* the user. But I still don't have a good picture of the environment Petr is working in that pops up all these disconnected windows, so perhaps this wouldn't help any.=20 =2D-=20 Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |