Re: [Plplot-devel] -dev tk has an embedded blank issue

2010-02-07 Thread Arjen Markus
Hi Andrew, good to hear that. I could not test it myself, as I had no Linux machine at my disposal and Windows does not currently allow the tk device to be built. I am glad we could fix this with the proper Tcl commands. Regards, Arjen On 2010-02-06 21:36, Andrew Ross wrote: > Arjen, > > Than

Re: [Plplot-devel] -dev tk has an embedded blank issue

2010-02-06 Thread Alan W. Irwin
On 2010-02-06 20:36- Andrew Ross wrote: > > Arjen, > > Thanks! That seems to fix the problem for me. I've committed your > patch (with due credit). I have followed with something similar (revision 10795) for bindings/tk-x-plat/pkgIndex.tcl.in. Untested. Thanks to both of you for sorting out

Re: [Plplot-devel] -dev tk has an embedded blank issue

2010-02-06 Thread Andrew Ross
Arjen, Thanks! That seems to fix the problem for me. I've committed your patch (with due credit). Andrew On Sat, Feb 06, 2010 at 03:16:09PM +0100, Arjen Markus wrote: > On Fri, 5 Feb 2010 08:39:52 + > Andrew Ross wrote: >> >> Arjen, >> >> If you could supply a test case then I'd be happy

Re: [Plplot-devel] -dev tk has an embedded blank issue

2010-02-06 Thread Arjen Markus
On Fri, 5 Feb 2010 08:39:52 + Andrew Ross wrote: > > Arjen, > > If you could supply a test case then I'd be happy to try >it out on Linux. > I think your experience generally with tcl / tk is much >greater than mine. > Hi Andrew, I see in the source code (files like plserver.c) that t

Re: [Plplot-devel] -dev tk has an embedded blank issue

2010-02-05 Thread Arjen Markus
Hi Andrew, will do. Could you send me the Tcl/Tk files as found in the installation (probably best to it off list, so as not to muddy the information flow)? I would like to see what the substituted directory names look like. Regards, Arjen On 2010-02-05 09:39, Andrew Ross wrote: > Arjen, > > I

Re: [Plplot-devel] -dev tk has an embedded blank issue

2010-02-05 Thread Andrew Ross
Arjen, If you could supply a test case then I'd be happy to try it out on Linux. I think your experience generally with tcl / tk is much greater than mine. Thanks Andrew On Fri, Feb 05, 2010 at 09:32:25AM +0100, Arjen Markus wrote: > Hi Andrew, > > I see from the comments that the tk device i

Re: [Plplot-devel] -dev tk has an embedded blank issue

2010-02-05 Thread Arjen Markus
Hi Andrew, I see from the comments that the tk device is relying on the autoload mechanism. I have not got a Linux system at hand at the moment, so I can not easily test the tk device. I imagine though that autoloading does not deal gracefully with spaces in directory names. That is something I ca

Re: [Plplot-devel] -dev tk has an embedded blank issue

2010-02-04 Thread Arjen Markus
Hi Andrew, I can have a look too, if you want. While I have always been annoyed by the use of spaces in file names and directory names (complicating things beyond whatever benefit I can see), it is a worldly fact, so PLplot will have to cope with it. Regards, Arjen On 2010-02-04 21:23, Andrew R

Re: [Plplot-devel] -dev tk has an embedded blank issue

2010-02-04 Thread Andrew Ross
Hi Alan, I've taken a quick look at this and, like you, can't see an immediate cause. My experience with debugging the tk bindings is only slightly more than yours. I'll keep looking. Andrew On Fri, Jan 29, 2010 at 10:32:29PM -0800, Alan Irwin wrote: > Hi Andrew: > > I am getting this strange