Hi,
 
I'm trying to upgrade some code that used to use aspell 0.50 and worked fine to aspell 0.60 . I downloaded and compiled aspell 0.60 and linked it into the program in question. Now, when I do a spellcheck, the program quits with the following message (I think an exception was thrown by aspell):
 
Unhandled Error: Unknown mode: "url"
 
This happened after the program used the follwoing code to modify the mode:
 
     aspell_config_replace(config, "mode", "url");
 
The same thing happens when the program does model:none. it then says 'Unknown mode: "none" '.
 
Any help would be appreciated. Am I supposed to change the code to use aspell 0.60 ?
 
-----------------------
Saad Mufti
America Online
 
_______________________________________________
Aspell-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/aspell-user

Reply via email to