Summary | Ispell command line |
Queue | IMP |
Queue Version | 4.0.2 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | etpub (at) adequation (dot) ca |
Created | 03/22/2005 (7411 days ago) |
Due | |
Updated | 04/22/2005 (7380 days ago) |
Assigned | 03/24/2005 (7409 days ago) |
Resolved | 04/22/2005 (7380 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
State ⇒ Feedback
of ispell; -H is for aspell. For whatever reason your ispell acts like
aspell. You'll have to come up with a way to detect that.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Ispell command line
Queue ⇒ IMP
docs/INSTALL document of IMP (see below for version info). The
spellchecker didn't find any error each time, so I investigated the
code and found that the command line arguments for ispell appear to be
invalid.
I changed the command line
From: ispell -a -h < tempfile
To: ispell -A -H < tempfile
to make it work.
Here are the details:
@(#) International Ispell Version 3.2.06 08/01/01
Horde 3.0.3
IMP H3 (4.0.2)
File spelling.php, line 236 and the preecedings
Regards,
Etienne Richard