Hi,

Sorry about the last post I realized soon after that it was my fault 
and no-one elses.

I have now corrected the fault and I get the following erro which I 
am sure is not mine:

If I use the sug-mode as normal I get:

bash-2.04# ./example-c en british med -s hello normal
command = s
inputword = hello
suggestmode = normal
hello
Helli
hell
hallo
hullo
Heall
he'll
hellos
Jello
jello
Halli
Heller
Holli
hallow
heller
hollow
Hall
Hill
Hull
hall
halo
heal
heel
hill
hull

But if I use the sug-mode as ultra or bad-spellers I get the 
following:

bash-2.04# ./example-c en british med -s hello ultra
command = s
inputword = hello
suggestmode = ultra
../util/basic_list.hh:49: failed assertion `prev == cur'
Abort (core dumped)

This is the same error as before I applied the patch to aspell.

Does anyone have a clue as to why this error is still appearing and 
how to fix it.

The code I use to set the sug-mode is:

strcpy(suggestmode, argv[argc-1]);
pspell_config_replace(config, "sug-mode", suggestmode);

This get the word from the command line.

Thanks

Nick
-- 
Nick Foster
mailto:[EMAIL PROTECTED]
http://www.weblocust.co.uk/

_______________________________________________
aspell-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/aspell-user

Reply via email to