Re: [Patch] redrawing bugs (Re: vector considered harmful.)

2005-12-17 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | OK to go in? I won't make the call on that... tiny small comment though. | Index: text.C | === | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text.C,v | retrieving revision 1.637 | di

Re: [Patch] Re: [patch] Re: Mac speed, profiling

2005-12-17 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | 3) Oops... this patch lacks | | /// | typedef std::vector RowSignature; | | which I put in RowList_fwd.h... correct? Or in paragraph ... does not seem to make much of a difference as long as rowSignature itself is there. | + if (rsit ==

Re: [Patch] redrawing bugs (Re: vector considered harmful.)

2005-12-17 Thread Martin Vermeer
On Fri, Dec 16, 2005 at 12:41:04PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> The really intended patch attached (curse Evo for not > Martin> displaying outgoing attachments!) > > It looks much better. LyXText::backspace could pro

Re: [Patch] Re: [patch] Re: Mac speed, profiling

2005-12-17 Thread Angus Leeming
Martin Vermeer wrote: > 2) BTW is it really true that pushing something to the > back of a (or other container), forcing a copy in memory to a > new location (?) will invalidate any iterators defined earlier to point > into it? This feels almost like assembly :-( Yes, it's true. insert() and eras

Re: [Patch] Re: [patch] Re: Mac speed, profiling

2005-12-17 Thread Martin Vermeer
On Sat, Dec 17, 2005 at 05:23:35PM +0100, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: ... > | > but what are the indices in this vector... there seems to be an > | > implicit connection here that is not obvious? > | > | Yes... the row iterator counts in paralle

Re: [patch] Re: LyX startup times, was: Re: Forget Windows

2005-12-17 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: | | >> "Georg" == Georg Baum | >> <[EMAIL PROTECTED]> | >> writes: | > | > Georg> I am sure that a textdgree sign is available in one of the | > Georg> other fonts, but I don't know how to declare it in lib/symbol |

Re: [Patch] Re: [patch] Re: Mac speed, profiling

2005-12-17 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | > I still prefere the rowSignature_ style though. | | Shall I change it to that? I'd like that. [...] | > but what are the indices in this vector... there seems to be an | > implicit connection here that is not obvious? | | Yes... the row iter

Re: [Patch] Re: [patch] Re: Mac speed, profiling

2005-12-17 Thread Martin Vermeer
On Sat, Dec 17, 2005 at 03:50:17PM +0100, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > This patch looks pretty good to me. > > Let's get some testing done before we commit though... Hear, hear. > | @@ -391,7 +391,9 @@ public: > | RowList & rows() { return r

lsmath?

2005-12-17 Thread Pol
Any possibilty to include a lyx-jsmath interface into a future lyx release? According to the jsmath authors, their program allows to render tex/latex documents in html pages using native fonts, without converting math symbols into images. see code http://www.math.union.edu/~dpvc/jsMath/ thank yo

Re: [Patch] Re: [patch] Re: Mac speed, profiling

2005-12-17 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: This patch looks pretty good to me. Let's get some testing done before we commit though... | Index: paragraph.C | === | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/paragraph.C,v | retri

Re: [experimental patch] fix bug 1973

2005-12-17 Thread Jean-Marc Lasgouttes
Yes please apply the patch. I thought it was already in. JMarc