Re: fat includes

2007-11-28 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: > Note that this would also allow us to "magically" pipe "unmodified" > std::strings and docstrings into the same "stream" and therefore > simplify the calling code by removing the need for 170 (rough > guesstimate by grep -R -i -A2 lyxerr | grep to_utf8

Re: fat includes

2007-11-27 Thread Andre Poenitz
On Wed, Nov 28, 2007 at 06:34:20AM +0200, Martin Vermeer wrote: > On Tue, Nov 27, 2007 at 10:25:36PM +0100, Andre Poenitz wrote: > > On Tue, Nov 27, 2007 at 08:54:07PM +0100, Andre Poenitz wrote: > > > > > > > bash ../development/tools/count_lines_of_included_code.sh debug.h > > > debug.h

Re: fat includes

2007-11-27 Thread Martin Vermeer
On Tue, Nov 27, 2007 at 10:25:36PM +0100, Andre Poenitz wrote: > On Tue, Nov 27, 2007 at 08:54:07PM +0100, Andre Poenitz wrote: > > > > > bash ../development/tools/count_lines_of_included_code.sh debug.h > > debug.h : 30091 > > > > ;-( > > Using something "handcra

Re: fat includes

2007-11-27 Thread Andre Poenitz
On Tue, Nov 27, 2007 at 08:54:07PM +0100, Andre Poenitz wrote: > > > bash ../development/tools/count_lines_of_included_code.sh debug.h > debug.h : 30091 > > ;-( Using something "handcrafted" along the lines of struct LyXErr { bool debuggin

fat includes

2007-11-27 Thread Andre Poenitz
> bash ../development/tools/count_lines_of_included_code.sh debug.h debug.h : 30091 ;-( Andre'