Re: [patch] CoordBranch

2004-11-17 Thread Alfredo Braunstein
Andreas Vox wrote: > Am I the first for Mac/Qt? :-) I'd say so. :-) > Same here. Those spurious crashes seem to be gone. I just > made an extended find/replace with both HEAD and CoordBranch: > HEAD crashed not even half way through, no problems with CoordBranch. > > This should fix several bu

Re: how to get current cell in insettabular?

2004-11-17 Thread Alfredo Braunstein
Georg Baum wrote: > Am Dienstag, 16. November 2004 03:47 schrieb Alfredo Braunstein: >> Georg Baum wrote: >> > Is the attached patch ok? >> >> No, seems like you picked the wrong patch ;-) > > Ok, second try. It was obviously too late ;-) Seems ok to me. So if it works, I'd shove it in, as it f

Re: [PATCH/FYI] NVI for the masses.

2004-11-17 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | NVI - Nonvirtual Interface pattern. This is the updated nvi diff. nvi-2.diff.gz Description: GNU Zip compressed data -- Lgb

Re: [Patch] Concept Checks - code improvements

2004-11-17 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> The only thing to consider is that currently the concept Lars> checking is turned on with --enable-debug (default on), but we Lars> might want a separate flag for this --enable-concept-checks. But Lars> unless somebody really wa

Re: [Patch] Concept Checks - code improvements

2004-11-17 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> And it is good practise and make us follow and adhere to the | Lars> requirements put down in the standard. > | That's good. There is a 10% penalty in disk size, but that's O

[PATCH] get rid of Paragraph::isWord (was: Re: [PATCH] make insetlatexaccents real letters)

2004-11-17 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> OK, here is the difference between the inclusion and the Jean-Marc> exclusion method: isWord considers the following characters Jean-Marc> as part of a word, while isLetter does not: Jean-Marc> "$'*<=>_`|0123456789 J

Re: [Patch] Concept Checks - code improvements

2004-11-17 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> And it is good practise and make us follow and adhere to the Lars> requirements put down in the standard. That's good. There is a 10% penalty in disk size, but that's OK. JMarc

Re: [Patch] Concept Checks - code improvements

2004-11-17 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> I had forgotten that gcc does not turn on concept checks by | Lars> defalt, so I did that for builds where --enable-debug is on. > | Lars> This showed a few problems, but mos

Re: [Patch] Concept Checks - code improvements

2004-11-17 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I had forgotten that gcc does not turn on concept checks by Lars> defalt, so I did that for builds where --enable-debug is on. Lars> This showed a few problems, but mostly we are in _very_ good Lars> shape. Lars> I think we sh