On Thu, 5 Aug 2004 [EMAIL PROTECTED] wrote: > 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 ?
Aspell 0.60 now uses gets information for filter modes via data files. The most likely reason you are having problems is because it can't find the mode files. -- http://kevin.atkinson.dhs.org _______________________________________________ Aspell-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/aspell-user
