From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jeff.rancier@softechnics.com (Jeffery B. Rancier) Newsgroups: gmane.emacs.help Subject: problem with EOL conversions Date: Wed, 27 Aug 2003 13:50:55 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062007230 13307 80.91.224.253 (27 Aug 2003 18:00:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Aug 2003 18:00:30 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 27 20:00:29 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19s4aq-0008I6-00 for ; Wed, 27 Aug 2003 20:00:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19s4Ui-0004jD-0s for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2003 13:54:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19s4Sq-0004Ls-Eu for help-gnu-emacs@gnu.org; Wed, 27 Aug 2003 13:52:12 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19s4Sm-0004K8-RO for help-gnu-emacs@gnu.org; Wed, 27 Aug 2003 13:52:09 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19s4RN-0003Tm-1k for help-gnu-emacs@gnu.org; Wed, 27 Aug 2003 13:50:41 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19s4S6-0004OO-00 for ; Wed, 27 Aug 2003 19:51:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19s4S5-0004OG-00 for ; Wed, 27 Aug 2003 19:51:25 +0200 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19s4RK-0002r5-00 for ; Wed, 27 Aug 2003 19:50:38 +0200 Original-Lines: 36 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:feGTDjqHIVbgq4DmemNXyg9x0Q4= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12095 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12095 Hello. I have a DOS file which was FTP'd ASCII, and changed the EOL from 0x0D 0x0A to only 0x0A. From the menu, I run Edit->End of Line Conversion. I see the bullet on Unix, which corresponds, I then hit 'D', and I get the message in the minibuffer: ,---- | Coding system changed from binary to nil. `---- I attempt to save, and it goes right back to Unix format. I use C-x RET \ and the message I get is: ,---- | Coding system changed from nil to undecided-dos. `---- I attempt to save, and Emacs again saves it in Unix format. If I run M-x set-buffer-eol-conversion-dos, Emacs declares: ,---- | Coding system changed from binary to nil. `---- And yes, it's saves in Unix format. I can certainly run unix2dos, but EOL conversion has never been an issue before. Anyone have any hints to what's going on here, and what I've done? -- Thanks, Jeff