Re: spell clean up

2001-07-17 Thread Juergen Vigna
On 17-Jul-2001 Edwin Leuven wrote: > Correct me if I'm wrong. Ispell is also compiled when configured > --with-pspell but there is no way to use ispell since use_pspell is by > default true. If this is the case, why compile the ispell stuff? > > Perhaps I'm missing something though... You mi

Re: spell clean up

2001-07-17 Thread Edwin Leuven
> Yes! As I told with my last commit I introduced a new lyxrc.variable (you > surely saw that before pspell-ispell where compiled exclusively, while now > ispell is ALWAYS compiled in) use_pspell which is by default true and is > there ONLY if you have USE_PSPELL activated! Correct me if I'm wron

Re: spell clean up

2001-07-17 Thread Juergen Vigna
On 17-Jul-2001 Edwin Leuven wrote: >> 2. The status bar dosn't get updated as I progress through the document. > > I noticed this. It worked after my 1st patch, someone apparently broke > it...I'll have a look. Well maybe it was me (it seems strange as I only fixed pspell stuff), but I've see

Re: spell clean up

2001-07-17 Thread Angus Leeming
On Tuesday 17 July 2001 10:18, Edwin Leuven wrote: > > Because it wasn't coded in? Feel free to modify! > > how does pspell get selected then? does this mean that with configure > --with-pspell lyx uses pspell always, irrespective of what is selected > in the preferences dialog? I really, real

Re: spell clean up

2001-07-17 Thread Edwin Leuven
> Committed. Thanks > 1: "Suggestions" doesn't fit onto the dialog. mmm > 2. The status bar dosn't get updated as I progress through the document. I noticed this. It worked after my 1st patch, someone apparently broke it...I'll have a look. > Because it wasn't coded in? Feel free to modify!

Re: spell clean up

2001-07-17 Thread Angus Leeming
On Tuesday 17 July 2001 09:43, Edwin Leuven wrote: > New spellcheck patch. I think this should be applied. Committed. Two points: 1: "Suggestions" doesn't fit onto the dialog. 2. The status bar dosn't get updated as I progress through the document. > Also, if I do configure --with-pspell I onl

Re: spell clean up

2001-07-17 Thread Edwin Leuven
New spellcheck patch. I think this should be applied. Also, if I do configure --with-pspell I only have ispell and aspell as an option in preferences. Any idea why pspell doesn't show up? gr.ed spellclean3.diff.gz

Re: spell clean up

2001-07-16 Thread Garst R. Reese
Juergen Vigna wrote:http://sourceforge.net/tracker/index.php?func=detail&aid=435561&group_id=245&atid=100245 > > > About pspell, it works on my system: pspell 0.12.2. Perhaps older versions of > > pspell have some libtool problems. > > Well I would be interested how it works on your machine,

Re: spell clean up

2001-07-16 Thread Juergen Vigna
On 15-Jul-2001 Edwin Leuven wrote: > works in the attached patch. - view().partialUpdate(2); - hide(); + clearParams(); and then: -void ControlSpellchecker::quit() +void ControlSpellchecker::clearParams() { + if (!spelle

Re: spell clean up

2001-07-16 Thread Garst R. Reese
OK I copied lyx compiled with previous spellclean patch and configured without pspell to lyxold. Then I upgraded aspell and pspell to latest, applied your clean2 patch, configured --with-pspell --disable-nls For the first time ever --with-pspell worked except that it is ignoring my language settin

Re: spell clean up

2001-07-15 Thread Edwin Leuven
> Close :) but if the cursor is just before the last word in the document > and that word is misspelled, spellchecker does not catch it. Reports 1 > word checked regardless of spelling. Moving the cursor back a word > worked, but if misspelled the last two words and placed the cursor > before the

Re: spell clean up

2001-07-15 Thread Edwin Leuven
> Close :) but if the cursor is just before the last word in the document > and that word is misspelled, spellchecker does not catch it. Reports 1 > word checked regardless of spelling. Moving the cursor back a word > worked, but if misspelled the last two words and placed the cursor > before the

Re: spell clean up

2001-07-15 Thread Garst R. Reese
Edwin Leuven wrote: > > Hi, > > This patch repairs (double-)clicking in the browser, words are counted right > now, and features some little clode cleaning. I think it can be applied as is. Close :) but if the cursor is just before the last word in the document and that word is misspelled, spell

spell clean up

2001-07-15 Thread Edwin Leuven
Hi, This patch repairs (double-)clicking in the browser, words are counted right now, and features some little clode cleaning. I think it can be applied as is. Thanks, Ed. spellclean.diff.gz