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: [Eric Hanchrow ] Re: Latin1 language environment breaks Cygwin shell buffer Date: Sun, 31 Mar 2002 14:27:00 -0500 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <87pu1kr9to.fsf@blarg.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017603032 31993 127.0.0.1 (31 Mar 2002 19:30:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 31 Mar 2002 19:30:32 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16rl28-0008Jn-00 for ; Sun, 31 Mar 2002 21:30:32 +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 16rl24-0008Q8-00; Sun, 31 Mar 2002 14:30:28 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 16rkyi-00087t-00; Sun, 31 Mar 2002 14:27:00 -0500 Original-To: offby1@blarg.net In-Reply-To: <87pu1kr9to.fsf@blarg.net> (message from Eric Hanchrow on 31 Mar 2002 08:17:07 -0800) 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:336 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:336 > From: Eric Hanchrow > Date: 31 Mar 2002 08:17:07 -0800 > > >>>>> "Eli" == Eli Zaretskii writes: > > Eli> Given the fact that Cygwin mounts your volumes in binary > Eli> mode, I suggest to try setting process-coding-system to > Eli> (iso-latin-1-dos . iso-latin-1-unix). > > Setting default-process-coding-system to (iso-latin-1-dos . > iso-latin-1-unix), and then killing the old shell buffer and making a > new one, fixed the problem. Thanks for testing. So it sounds like Emacs on Windows should somehow sense that the Cygwin port of Bash is used, and if so, set the EOL conversion appropriately. Unfortunately, I don't know how to do the test for that correctly. Can you please see if mounting the filesystem in text mode changes anything in this puzzle?