[Tickets #2060] NEW: Spell check with aspell in HTML mode erroring on some HTML tags

bugs@bugs.horde.org bugs at bugs.horde.org
Tue May 31 19:34:41 PDT 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=2060
-----------------------------------------------------------------------
 Ticket             | 2060
 Created By         | kevin_myer at iu13.org
 Summary            | Spell check with aspell in HTML mode erroring on some HTML tags
 Queue              | IMP
 Version            | HEAD
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


kevin_myer at iu13.org (2005-05-31 19:34) wrote:

http://sourceforge.net/tracker/index.php?func=detail&aid=1182195&group_id=24
5&atid=100245

The word from the author is that using aspell in pipe mode requires use of
the "^", which I found buried in some Texinfo documentation for aspell.

So I'm assuming you'd need to break the form data submitted for 'currmsg' up
into strings, and insert a '^' at the beginning of each line.  aspell
returns no errors on a test file I run through on the command line, with
carats.  The way its done now, all the form data is written out in one
chunk.  Ugly hack would be to write the file out, then open it again,
reading a line at a time and writing it out while prepending a carat to the
begining of each line.




More information about the bugs mailing list