> Gareth Pearce wrote: > > > It should be relatively easy to write a very simple script called ispell > > which calls 'aspell -a $@' > > I think that works at least... can't say I've tried it. > > Such a script exists: /usr/share/aspell/ispell > > An obvious way to make it available to programs would be: > > cd /usr/bin > ln -s /usr/share/aspell/ispell ispell
Ahh yes, I remember that now, and my suggestion was wrong. Use the provided script if you want ispell compatibility. I'd rather not make adding that link part of the default install, since its emulation of ispell is not perfect. Gareth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/