Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Apparently-From: Message-ID: <3A6864F9.BABEA94@yahoo.com> Date: Fri, 19 Jan 2001 11:02:01 -0500 From: Earnie Boyd Reply-To: Earnie Boyd X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "David A. Cobb" CC: Cygwin List Subject: Re: Mount mode problem? [Fwd: Emacs and ispell] References: <3A6848C7 DOT EC2BD64C AT home DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit "David A. Cobb" wrote: > > This looks like the originator ran into a problem with the "default" > mount mode. There isn't much clue as to which change levels within > 1.1.x > are involved. Is this a known Cygwin problem/feature or is it within > ispell? > It's not a problem, just an OS feature. The \r\n line endings were created when the mount entries were in text mode. Then when upgrading the user chose UNIX mode (binary mode) mounts. ispell now gets the \r as part of the data in the record. To correct this, you can: 1) mount -t c:/path/to/ispell.exe /bin/ispell 2) rebuild ispell and add the /lib/textmode.o object to the link process 3) modify ispell to open it's files in text mode or modify the fd's with setmode. 4) convert the line endings in the offending data files. Cheers, Earnie. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple