Re: Random leftover file

2009-07-30 Thread rgheck
On 07/30/2009 05:37 PM, Vincent van Ravesteijn wrote: rgheck schreef: On 07/30/2009 04:02 PM, David Raymond wrote: I notice that lyx 1.6.3 leaves a zero-length file called "index" in the working directory after exiting. Is this a leftover from some debugging effort? I don't see this on curre

Re: Random leftover file

2009-07-30 Thread Vincent van Ravesteijn
rgheck schreef: On 07/30/2009 04:02 PM, David Raymond wrote: I notice that lyx 1.6.3 leaves a zero-length file called "index" in the working directory after exiting. Is this a leftover from some debugging effort? I don't see this on current svn, on linux. rh I've seen these index files

Re: Random leftover file

2009-07-30 Thread rgheck
On 07/30/2009 04:02 PM, David Raymond wrote: I notice that lyx 1.6.3 leaves a zero-length file called "index" in the working directory after exiting. Is this a leftover from some debugging effort? I don't see this on current svn, on linux. rh

Random leftover file

2009-07-30 Thread David Raymond
I notice that lyx 1.6.3 leaves a zero-length file called "index" in the working directory after exiting. Is this a leftover from some debugging effort? Dave Raymond

fonts in lyx tarball, consider distributing separately

2009-07-30 Thread Rex Dieter
For some time, quite a few ttf fonts have been distributed along with lyx in it's tarball. Now, an added wrinkle is http://wiki.lyx.org/FAQ/Qt which references what seems to be a slightly older separate copy of these same fonts. Allow me to humbly request that these fonts (continue) to be dist

Re: Re: LyX in different Linux distros (page in Open Source Watershed)

2009-07-30 Thread Andre Poenitz
On Thu, Jul 30, 2009 at 10:28:53AM +0200, Vincent van Ravesteijn - TNW wrote: > >As for converting whatever java script that's used > >into generating a table or something is beyond me. > > Weren't you a rocket scientist ? Maybe that conversion is not rocket science... Andre'

Re: [patch] Re: RFC: Use Author hash value to identify tracked changes

2009-07-30 Thread Andre Poenitz
On Thu, Jul 30, 2009 at 03:05:10AM +0100, Gregory Jefferis wrote: > [ second patch series ] A few more nits: > + authorindex=-1; Common LyX style uses spaces around binary operators > + if(it != bp.author_map.end()) ... and after if, while etc (but not after function names) > +

Re: Lyx git mirror

2009-07-30 Thread Christian Ridderström
On Thu, 30 Jul 2009, Gregory Jefferis wrote: I just wondered if the lyx git mirror is going to be restarted? Given (detailed) instructions, I could probably set a mirror up on the development server. /Christian -- Christian Ridderström Mobile: +46-8 768 39 44

RE: Re: LyX in different Linux distros (page in Open Source Watershed)

2009-07-30 Thread Vincent van Ravesteijn - TNW
>As for converting whatever java script that's used >into generating a table or something is beyond me. Weren't you a rocket scientist ? Vincent

Re: LyX in different Linux distros (page in Open Source Watershed)

2009-07-30 Thread Christian Ridderström
On Tue, 28 Jul 2009, Jürgen Spitzmüller wrote: Pavel Sanda wrote: I have to say that I find the information rather irritating than helpful, since the page seems to list only the version shipped with the vanilla distro. For instance, it lists 1.6.0 for openSuse, but openSuse actually provides 1

Re: [patch] Re: RFC: Use Author hash value to identify tracked changes

2009-07-30 Thread Andre Poenitz
On Thu, Jul 30, 2009 at 03:05:10AM +0100, Gregory Jefferis wrote: > After a long hiatus, I returned to this problem, editing my previous patch > series to respond to the helpful comments from various people on the list. > Vincent made the most detailed response so I responded below point by point >