From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: Latin1 language environment breaks Cygwin shell buffer Date: Sat, 06 Apr 2002 21:39:33 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <3791-Sat06Apr2002213932+0300-eliz@is.elta.co.il> References: <877knurp7c.fsf@blarg.net> <874rip963y.fsf@blarg.net> <9743-Sat06Apr2002202751+0300-eliz@is.elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018118714 17422 127.0.0.1 (6 Apr 2002 18:45:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 6 Apr 2002 18:45:14 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, Harald.Maier.BW@t-online.de, offby1@blarg.net Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16tvBZ-0004Wt-00 for ; Sat, 06 Apr 2002 20:45:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16tvBU-0006jK-00; Sat, 06 Apr 2002 13:45:08 -0500 Original-Received: from balder.inter.net.il ([192.114.186.15]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16tvAM-0006Zb-00; Sat, 06 Apr 2002 13:43:59 -0500 Original-Received: from zaretsky (diup-216-69.inter.net.il [213.8.216.69]) by balder.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id BHJ74403; Sat, 6 Apr 2002 21:43:55 +0300 (IDT) Original-To: jasonr@gnu.org X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (message from Jason Rumney on 06 Apr 2002 18:43:03 +0100) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:461 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:461 > From: Jason Rumney > Date: 06 Apr 2002 18:43:03 +0100 > > "Eli Zaretskii" writes: > > > I suspect that the problem is with the EOL conversion in process I/O: > > where w32-fns.el carefully sets up the EOL conversions as apropriate > > for both input and output, the language environment leaves the EOL > > conversion undecided. > > It only leaves the EOL conversion undecided when moving from > "Default" to "Latin-1", which is the case that works. In the case > of moving from "German" to "Latin-1", it sets both to iso-latin-1-dos. I see in w32-fns that it sometimes sets the encode part of default-process-coding-system to *-unix. Wasn't the problem in the OP's case the DOS encoding of command lines sent to the shell?