[cdesktopenv-devel] The dtdocbook problem

2018-10-25 Thread Chase via cdesktopenv-devel
Hi everyone, I wanted to make a separate email thread directly about this topic, we need to have an organized game plan on how to deal with dtdocbook going forward. A few ideas have been brought up, now lets come to an agreement. My personal thoughts on the subject are as follows, as some of yo

Re: [cdesktopenv-devel] ttsnoop: tail +0f

2018-10-25 Thread Jon Trulson
On 10/25/18 1:09 AM, Matthew R. Trower wrote: Did it break somewhere for you? Sorry I didn't reply to this - yes it was broken. All of the screens would show: tail: cannot open '+0f' for reading: No such file or directory Instead of actual data. -- Jon Trulson "In the game of chess, you

Re: [cdesktopenv-devel] [PATCH] Use installed X11 includes and libs

2018-10-25 Thread Jon Trulson
Applied to master, thanks! -jon On 10/25/18 4:54 AM, Matthew R. Trower wrote: This just cleans up the UseInstalledX11 logic. It flips the existing master toggle in site.def instead of overriding it for each platform. -mrt Jon Trulson writes: Nice! Applied to master. -jon On 06/27/2018

Re: [cdesktopenv-devel] The trouble with Tcl

2018-10-25 Thread Jon Trulson
I've applied this to master. I didn't go through the site.def/host.def route because this is the only place it will ever be used. Thanks! -jon On 10/25/18 4:20 AM, Matthew R. Trower wrote: Jon Trulson writes: This also means that Solaris/Sun and NetBSD will no longer build when I merge the

Re: [cdesktopenv-devel] ttsnoop: tail +0f

2018-10-25 Thread Jon Trulson
That worked for me... Send a patch, I'll apply it. -jon On 10/25/18 1:09 AM, Matthew R. Trower wrote: tail -n +0 -f -- Jon Trulson "In the game of chess, you can never let your adversary see your pieces." - Zapp Brannigan _

Re: [cdesktopenv-devel] [PATCH] Use installed X11 includes and libs

2018-10-25 Thread Matthew R. Trower
This just cleans up the UseInstalledX11 logic. It flips the existing master toggle in site.def instead of overriding it for each platform. -mrt >From d19bfde88ea2d8f5e4c9fb201bbe9764c13de1b8 Mon Sep 17 00:00:00 2001 From: "Matthew R. Trower" Date: Thu, 25 Oct 2018 05:38:28 -0500 Subject: [PATCH

Re: [cdesktopenv-devel] The trouble with Tcl

2018-10-25 Thread Matthew R. Trower
Jon Trulson writes: > This also means that Solaris/Sun and NetBSD will no longer build when > I merge the commit. It will be up to the people that maintain/use CDE > for them to send a patch as I do not have those systems available. > > So this is a "heads-up" to them as well. > > Hopefully it s

[cdesktopenv-devel] ttsnoop: tail +0f

2018-10-25 Thread Matthew R. Trower
Jon, Regarding commit 392356f6b48c12d8ee3fda4f1a75641dbcfa98c2 ... Whereas `tail -f` displays the last 10 lines of input before entering follow mode, `tail +0f` displays the *entire* input before entering follow mode (the number is the line of input to start on). I'm not certain what the context