#15688: aspell filtes are broken -----------------------------------+---------------------------------------- Reporter: jim-macports@dsdd.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -----------------------------------+---------------------------------------- aspell can't seem to set it's filter configuration keys, or to find it's defaults. This happens for the filters ccpp, comment, email, html, perl, sgml, tex and texinfo. The filters nroff and url work fine; neither have any configuration options. Example: $ aspell --mode=ccpp -a Error: /opt/local/share/aspell/ccpp.amf: The key "context-delimiters" is unknown. $ aspell --mode=comment -a Error: /opt/local/share/aspell/comment.amf: The key "context-delimiters" is unknown. $ aspell --mode=email -a Unhandled Error: The key "f-email-quote" is unknown. Abort trap $ aspell --mode=html -a Unhandled Error: The key "f-html-skip" is unknown. Abort trap $ aspell --mode=perl -a Error: /opt/local/share/aspell/perl.amf: The key "context-delimiters" is unknown. $ aspell --mode=sgml -a Unhandled Error: The key "f-sgml-skip" is unknown. Abort trap $ aspell --mode=tex -a Unhandled Error: The key "f-tex-command" is unknown. Abort trap $ aspell --mode=texinfo -a Unhandled Error: The key "f-texinfo-ignore" is unknown. Abort trap Example of trying to set the html filter's skip option: $ aspell --mode=html --add-html-check=alt Error: The key "html-check" is unknown. $ aspell --mode=html --add-html-skip=asdf Error: The key "html-skip" is unknown. This is macports 1.600 on OS X 10.5.3. -- Ticket URL: <http://trac.macports.org/ticket/15688> MacPorts <http://www.macports.org/> Ports system for Mac OS