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
Andreas.
-- 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/