Re: [PATCH] bug 2217: getting out of mathed is slow

2006-03-24 Thread Jean-Marc Lasgouttes
Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc OK, since you insist, I'll attach it :) Jean-Marc Wrong one. I need sleep. Applied. JMarc

Re: [PATCH] bug 2217: getting out of mathed is slow

2006-03-24 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> OK, since you insist, I'll attach it :) Jean-Marc> Wrong one. I need sleep. Applied. JMarc

[PATCH] bug 2217: getting out of mathed is slow

2006-03-23 Thread Jean-Marc Lasgouttes
I would like to apply the following to branch and trunk. Any objection? To recap, what it does is restrict bruteFind to search only in the paragraphs that are in the coordcache. The old code searched through the whole document but acted only on the paragraphs in the coordcache (the test for

Re: [PATCH] bug 2217: getting out of mathed is slow

2006-03-23 Thread Martin Vermeer
On Thu, Mar 23, 2006 at 03:08:16PM +0100, Jean-Marc Lasgouttes wrote: I would like to apply the following to branch and trunk. Any objection? To recap, what it does is restrict bruteFind to search only in the paragraphs that are in the coordcache. The old code searched through the whole

Re: [PATCH] bug 2217: getting out of mathed is slow

2006-03-23 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin On Thu, Mar 23, 2006 at 03:08:16PM +0100, Jean-Marc Lasgouttes Martin wrote: I would like to apply the following to branch and trunk. Any objection? To recap, what it does is restrict bruteFind to search only in the paragraphs that

Re: [PATCH] bug 2217: getting out of mathed is slow

2006-03-23 Thread Jean-Marc Lasgouttes
Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc OK, since you insist, I'll attach it :) Wrong one. I need sleep. JMarc Index: src/cursor.C === --- src/cursor.C (revision 13257) +++ src/cursor.C (working

Re: [PATCH] bug 2217: getting out of mathed is slow

2006-03-23 Thread Martin Vermeer
On Thu, Mar 23, 2006 at 04:52:10PM +0100, Jean-Marc Lasgouttes wrote: Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc OK, since you insist, I'll attach it :) Wrong one. I need sleep. JMarc This is the one that I tested, right? - Martin pgplNNJEXXofL.pgp

Re: [PATCH] bug 2217: getting out of mathed is slow

2006-03-23 Thread Jean-Marc Lasgouttes
This is the one that I tested, right? Yes. JMarc

[PATCH] bug 2217: getting out of mathed is slow

2006-03-23 Thread Jean-Marc Lasgouttes
I would like to apply the following to branch and trunk. Any objection? To recap, what it does is restrict bruteFind to search only in the paragraphs that are in the coordcache. The old code searched through the whole document but acted only on the paragraphs in the coordcache (the test for

Re: [PATCH] bug 2217: getting out of mathed is slow

2006-03-23 Thread Martin Vermeer
On Thu, Mar 23, 2006 at 03:08:16PM +0100, Jean-Marc Lasgouttes wrote: > > I would like to apply the following to branch and trunk. Any > objection? > > To recap, what it does is restrict bruteFind to search only in the > paragraphs that are in the coordcache. The old code searched through > the

Re: [PATCH] bug 2217: getting out of mathed is slow

2006-03-23 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Thu, Mar 23, 2006 at 03:08:16PM +0100, Jean-Marc Lasgouttes Martin> wrote: >> I would like to apply the following to branch and trunk. Any >> objection? >> >> To recap, what it does is restrict bruteFind to search only in

Re: [PATCH] bug 2217: getting out of mathed is slow

2006-03-23 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> OK, since you insist, I'll attach it :) Wrong one. I need sleep. JMarc Index: src/cursor.C === --- src/cursor.C (revision 13257) +++ src/cursor.C

Re: [PATCH] bug 2217: getting out of mathed is slow

2006-03-23 Thread Martin Vermeer
On Thu, Mar 23, 2006 at 04:52:10PM +0100, Jean-Marc Lasgouttes wrote: > > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > Jean-Marc> OK, since you insist, I'll attach it :) > > Wrong one. I need sleep. > > JMarc This is the one that I tested, right? - Martin

Re: [PATCH] bug 2217: getting out of mathed is slow

2006-03-23 Thread Jean-Marc Lasgouttes
> This is the one that I tested, right? Yes. JMarc