Re: new statistics function

1999-03-15 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: >> The most possible candidate is the string class and code using it, >> which has been largely changed. I had to change it at many places >> before I got it to work here... Allan> and its siblings? Allan> if so since some of our headers

Re: new statistics function

1999-03-14 Thread Allan Rae
On Thu, 11 Mar 1999, Jean-Marc Lasgouttes wrote: > > "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: > > Allan> I've been getting the same problem with egcs-1.1b and 1.1.1 on > Allan> RH5.2 (and I mentioned it at least once). I know where the > Allan> crash occurs but I still haven't figur

Re: new statistics function

1999-03-11 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> I've been getting the same problem with egcs-1.1b and 1.1.1 on Allan> RH5.2 (and I mentioned it at least once). I know where the Allan> crash occurs but I still haven't figured out why there are so Allan> many errors parsing lyxrc and

Re: new statistics function

1999-03-10 Thread Allan Rae
On Wed, 10 Mar 1999, Jean-Marc Lasgouttes wrote: > > "Daniel" == Daniel Naber <[EMAIL PROTECTED]> writes: > > Daniel> Jean-Marc Lasgouttes wrote: > >> I do not have this problem here. What compiler are you using? Did > >> you specify --with-included-string? > > Daniel> It doesn't help, it c

Re: new statistics function

1999-03-10 Thread Jean-Marc Lasgouttes
> "Daniel" == Daniel Naber <[EMAIL PROTECTED]> writes: Daniel> Jean-Marc Lasgouttes wrote: >> I do not have this problem here. What compiler are you using? Did >> you specify --with-included-string? Daniel> It doesn't help, it crashes again with the same output. I'm Daniel> using egcs 1.1.1

Re: new statistics function

1999-03-10 Thread Daniel Naber
Jean-Marc Lasgouttes wrote: > I do not have this problem here. What compiler are you using? Did you > specify --with-included-string? It doesn't help, it crashes again with the same output. I'm using egcs 1.1.1 on a (mostly unmodified) SuSE 6.0 system. Regards Daniel -- PGP Key fingerprint

Re: new statistics function

1999-03-10 Thread Jean-Marc Lasgouttes
> "Daniel" == Daniel Naber <[EMAIL PROTECTED]> writes: Daniel> Asger Alstrup Nielsen wrote: >> 1.1 does work for implementing new things, although it's unstable. >> If you can build the stuff, you should be able to port it. If you >> can't build it, let us know what fails, and we should fix

Re: new statistics function

1999-03-08 Thread Daniel Naber
Asger Alstrup Nielsen wrote: > 1.1 does work for implementing new things, although it's unstable. If you can > build the stuff, you should be able to port it. If you can't build it, let us > know what fails, and we should fix things. It does build for me, but I can't load a file or make a new

Re: new statistics function

1999-03-08 Thread Daniel Naber

Re: new statistics function

1999-03-08 Thread Jean-Marc Lasgouttes
> "Daniel" == Daniel Naber <[EMAIL PROTECTED]> writes: Daniel> Hi, I wrote a new function that counts the words, characters Daniel> and paragraphes of a text in lyx. This is helpful for students Daniel> who have to write texts with a certain amount of words. I Daniel> guess it can be easily e

Re: new statistics function

1999-03-07 Thread Asger Alstrup Nielsen
> I wrote a new function that counts the words, characters and paragraphes > of a text in lyx. This is helpful for students who have to write texts > with a certain amount of words. I guess it can be easily extended to count > images, tables etc. Nice feature. > In which source file should this

Re: new statistics function

1999-03-07 Thread Asger Alstrup Nielsen
> I was actually asking for the file the function should be added to, like > "foobar.C" etc. Oh. Well, the answer is the same: Create a new file in the src/ directory. It does not belong logically in any of the other files, as far as I can see. Adding a new file requires you to add it to the Ma

new statistics function

1999-03-06 Thread Daniel Naber
Hi, I wrote a new function that counts the words, characters and paragraphes of a text in lyx. This is helpful for students who have to write texts with a certain amount of words. I guess it can be easily extended to count images, tables etc. In which source file should this function, let's call