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 13:59:00 +0200 (IST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <87u1qxqi1r.fsf@blarg.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1017572976 15622 127.0.0.1 (31 Mar 2002 11:09:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 31 Mar 2002 11:09:36 +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 16rdDM-00043j-00 for ; Sun, 31 Mar 2002 13:09:36 +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 16rd7G-0002JI-00; Sun, 31 Mar 2002 06:03:18 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rd4J-0008B4-00 for ; Sun, 31 Mar 2002 06:00:15 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id NAA16599; Sun, 31 Mar 2002 13:59:01 +0200 (IST) X-Sender: eliz@is Original-To: Eric Hanchrow In-Reply-To: <87u1qxqi1r.fsf@blarg.net> 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:325 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:325 On 31 Mar 2002, Eric Hanchrow wrote: >> Also, what about your settings of process-coding-system? What >> is it in both language environments you used default-process-coding-system's value is (iso-latin-1-dos . iso-latin-1-dos) and process-coding-system-alist's value is nil Given the fact that Cygwin mounts your volumes in binary mode, I suggest to try setting process-coding-system to (iso-latin-1-dos . iso-latin-1-unix).