Ticket #15688 (closed defect: fixed)
aspell filters are broken
| Reported by: | jim-macports@… | Owned by: | jochen@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: |
Description
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.
Change History
comment:1 Changed 5 years ago by jmr@…
- Owner changed from macports-tickets@… to jochen@…
- Summary changed from aspell filtes are broken to aspell filters are broken
- Milestone set to Port Bugs


Assigning to maintainer.