Date: Tue, 6 Jan 1998 10:39:25 +0200 (IST) From: Eli Zaretskii To: Nate Eldredge cc: John Covici , djgpp AT delorie DOT com Subject: Re: problem with Emacs 20.2 Under Dos Box in Win95 In-Reply-To: <199801060209.SAA07550@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 5 Jan 1998, Nate Eldredge wrote: > When you tell Bison to be verbose, it writes output to a file called > `foo.output'. On MS-DOS, this becomes `foo.out'. Emacs does not > strip the ^M's from this file. I assume it thinks anything ending in > `.out' is binary-- a logical assumption. Yes, the a.out case is the reason for this. > I don't know how big a problem it is, since one can always use > `M-x find-file-text'. `M-x find-file-text' *is* the solution when you know the file is a text file.