On Mon, 12 Aug 2002, Melvin Hadasht wrote: > Hi, > > the French dictionary aspell-fr-0.1.1-0.10.tar.bz2 uses sml, med and lrg as > aliases to 40,60 and 80, respectively. But aspell does not recognize sml, med > and lrg as the size tags but rather as the jargon tags. This can be demonstrated > by installing the dictionary and running list-dict from the aspell/examples/ > directory: > > > list-dicts |grep fr > NAME CODE JARGON SIZE MODULE > fr-40 fr 40 default > fr-60 fr 60 default > fr fr 60 default > fr-80 fr 80 default > fr-lrg fr lrg 60 default < > fr-med fr med 60 default < > fr-sml fr sml 60 default < > > To reduce the list of the available dictionary, I want to use the > code/jargon/size/module quadruplet to avoid displaying duplicate dictionaries in > the UI. > > I made a patch for that dictionary and removed those aliases (sml/lrg/med) and > run "proc". I left the french, francais aliases because they do no harm (it > seems they are not used by aspell anyway, so maybe they can be removed, too?).
Those names are there so the user can specify a dictionary directly. I just committed a patch for support for multi files with the ".alias" extension. Aspell will recognize files with this extension as valid multi dictionary files when specified directly (with or with out the extension) but will not pick them up when listing available dictionaries. I will update the aspell-dict packages to reflect this change shortly. It also turned out that specifying a dictionary directly wasn't working correctly. I committed a patch to fix that problem also. --- http://kevin.atkinson.dhs.org _______________________________________________ Aspell-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-devel