Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authenticated: #21476173 Message-ID: <406C534A.8010000@gmx.net> Date: Thu, 01 Apr 2004 19:37:14 +0200 From: Andreas Seidl User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 MIME-Version: 1.0 To: Gareth Pearce , cygwin AT cygwin DOT com Subject: Re: Aspell - Ispell References: <200403291029 DOT i2TATkUL026702 AT smtp3 DOT adl2 DOT internode DOT on DOT net> In-Reply-To: <200403291029.i2TATkUL026702@smtp3.adl2.internode.on.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 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/