Re: Windows spell checker problems

2006-09-19 Thread Andre Poenitz
On Mon, Sep 18, 2006 at 04:53:35PM +0200, Joost Verburg wrote: > Michael Gerz wrote: > >Well, the patch probably has some negative side-effects (skipped words) > >but I don't understand why it causes hard crashes. On Linux, valgrind > >didn't indicate any serious memory problem. > > I don't know

Re: Windows spell checker problems

2006-09-18 Thread Joost Verburg
Michael Gerz wrote: Well, the patch probably has some negative side-effects (skipped words) but I don't understand why it causes hard crashes. On Linux, valgrind didn't indicate any serious memory problem. I don't know whether it's a memory problem or not. Anyway I get endless loops and crash

Re: Windows spell checker problems

2006-09-18 Thread Michael Gerz
Joost Verburg schrieb: For 1.4.3 the patch should be reverted anyway to solve all the crashes. It would be nice if the remaining focus and spell checker bugs could be fixed, but maybe that should be postponed to 1.4.4. Well, the patch probably has some negative side-effects (skipped words) bu

Re: Windows spell checker problems

2006-09-18 Thread Michael Gerz
Joost Verburg schrieb: For 1.4.3 the patch should be reverted anyway to solve all the crashes. It would be nice if the remaining focus and spell checker bugs could be fixed, but maybe that should be postponed to 1.4.4. Well, the patch probably has some negative side-effects (skipped words) but

Re: Windows spell checker problems

2006-09-18 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: The real problem is in the spellchecker controller, I think. But I am not going to be able to fix that for 1.4.3. I have no idea how to proceed. For 1.4.3 the patch should be reverted anyway to solve all the crashes. It would be nice if the remaining focus and spell

Re: Windows spell checker problems

2006-09-18 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Jean-Marc Lasgouttes wrote: >>> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: >> Michael> However, the spell checker behaves strangely: In a Michael> single-paragraph document like Hello sml sml world only the Michael> t

Re: Windows spell checker problems

2006-09-18 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> However, the spell checker behaves strangely: Michael> In a single-paragraph document like Michael> Hello sml sml world Michael> only the third word is identified as faulty but the spell Michael> check

Re: Windows spell checker problems

2006-09-18 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> However, the spell checker behaves strangely: Michael> In a single-paragraph document like Michael> Hello sml sml world Michael> only the third word is identified as faulty but the spell Michael> checker states that it has ch

Re: Windows spell checker problems

2006-09-17 Thread Joost Verburg
Michael Gerz wrote: only the third word is identified as faulty but the spell checker states that it has checked four words. So it definitely skips some words in the document. The first misspelled word is skipped because of the wrong fix for bug 2423. It identifies both words when the patch i

Re: Windows spell checker problems

2006-09-17 Thread Joost Verburg
Michael Gerz wrote: Hello sml sml world That looks like 4 words. Joost

Re: Windows spell checker problems

2006-09-17 Thread Michael Gerz
Joost Verburg wrote: Jean-Marc Lasgouttes wrote: This last bug seems to be a consequence of the fix to bug 2423. Try to see what happens when the spellchecker window gains and looses focus: it jumps to the next word :( Most spell checker problems are indeed caused by this wrong fix. I rever

Re: Windows spell checker problems

2006-09-16 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: This last bug seems to be a consequence of the fix to bug 2423. Try to see what happens when the spellchecker window gains and looses focus: it jumps to the next word :( Most spell checker problems are indeed caused by this wrong fix. I reverted the patch and now th

Re: Windows spell checker problems

2006-09-16 Thread Enrico Forestieri
On Sat, Sep 16, 2006 at 09:51:01AM +0200, Juergen Spitzmueller wrote: > Juergen Spitzmueller wrote: > > What about Abdel's fix that went in 1.5? Do you, Joost and Enrico, also get > > those crashes in 1.5? BTW, the bug report only mentiones a patch for qt4. > > Has Abdel also fixed that bug for qt

Re: Windows spell checker problems

2006-09-16 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > What about Abdel's fix that went in 1.5? Do you, Joost and Enrico, also get > those crashes in 1.5? BTW, the bug report only mentiones a patch for qt4. > Has Abdel also fixed that bug for qt3? I just checked that and the result is: - In 1.5, the bug is not fixed at a

Re: Windows spell checker problems

2006-09-15 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I won't be able to do it this week end, but we should do it and > replace it by something else. What about Abdel's fix that went in 1.5? Do you, Joost and Enrico, also get those crashes in 1.5? BTW, the bug report only mentiones a patch for qt4. Has Abdel also fixed

Re: Windows spell checker problems

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 11:36:23PM +0200, Joost Verburg wrote: > Enrico Forestieri wrote: > > I reverted the fix to bug 2423 and the crash went away. > > Can you post the patch to remove the wrong fix? I used this one: http://www.lyx.org/trac/changeset/14808?format=diff Apply it using "patch -R

Re: Windows spell checker problems

2006-09-15 Thread Joost Verburg
Enrico Forestieri wrote: I reverted the fix to bug 2423 and the crash went away. Can you post the patch to remove the wrong fix? Joost

Re: Windows spell checker problems

2006-09-15 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Jean-Marc, can you remove the 2423 fix from 1.4.3svn? It Joost> definitely breaks more than it solves. I won't be able to do it this week end, but we should do it and replace it by something else. JMarc

Re: Windows spell checker problems

2006-09-15 Thread Joost Verburg
Enrico Forestieri wrote: I reverted the fix to bug 2423 and the crash went away. Good. Not only, I was observing a crash when selecting the book (AMS) document class. The message "Cannot delete style `Address'" was being printed on the console and LyX was crashing afterwards (again, this was

Re: Windows spell checker problems

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 04:42:37PM +0200, Jean-Marc Lasgouttes wrote: > > "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: > > Joost> Jean-Marc Lasgouttes wrote: I also noticed the problem with the > Joost> first misspelled word not being checked is back. Wasn't this > Joost> supposed to b

Re: Windows spell checker problems

2006-09-15 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Jean-Marc Lasgouttes wrote: I also noticed the problem with the Joost> first misspelled word not being checked is back. Wasn't this Joost> supposed to be fixed? >> This last bug seems to be a consequence of the fix to bug 2423. >>

Re: Windows spell checker problems

2006-09-15 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: Joost> I also noticed the problem with the first misspelled word not Joost> being checked is back. Wasn't this supposed to be fixed? This last bug seems to be a consequence of the fix to bug 2423. Try to see what happens when the spellchecker window gains and looses f

Re: Windows spell checker problems

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 03:14:07PM +0200, Juergen Spitzmueller wrote: > Jean-Marc Lasgouttes wrote: > > Try to > > see what happens when the spellchecker window gains and looses focus: > > it jumps to the next word :( > > Which is definitely nasty. I also get a crash on cygwin (but not on solaris

Re: Windows spell checker problems

2006-09-15 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Try to > see what happens when the spellchecker window gains and looses focus: > it jumps to the next word :( Which is definitely nasty. Jürgen

Re: Windows spell checker problems

2006-09-15 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> I also noticed the problem with the first misspelled word not Joost> being checked is back. Wasn't this supposed to be fixed? This last bug seems to be a consequence of the fix to bug 2423. Try to see what happens when the spellche

Windows spell checker problems

2006-09-11 Thread Joost Verburg
Hello, Together with Peter I've been working on the Aspell issues during the past days. Unfortunately there is no solution yet. All current Windows versions of Aspell have a bug that causes spell checker crashes. It depends on the system and build environment whether the crash is triggered o