From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald.Maier.BW@t-online.de Newsgroups: gmane.emacs.bugs Subject: Re: Latin1 language environment breaks Cygwin shell buffer Date: 05 Apr 2002 19:01:59 +0100 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <877knurp7c.fsf@blarg.net> Reply-To: Harald Maier NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1018029797 8129 127.0.0.1 (5 Apr 2002 18:03:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 5 Apr 2002 18:03:17 +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 16tY3Q-00026u-00 for ; Fri, 05 Apr 2002 20:03:17 +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 16tY3M-0007Ug-00; Fri, 05 Apr 2002 13:03:12 -0500 Original-Received: from mailout01.sul.t-online.com ([194.25.134.80]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16tY2N-0007Rx-00 for ; Fri, 05 Apr 2002 13:02:11 -0500 Original-Received: from fwd03.sul.t-online.de by mailout01.sul.t-online.com with smtp id 16tY2M-0004Ua-02; Fri, 05 Apr 2002 20:02:10 +0200 Original-Received: from HESTIA (320041125923-0001@[80.136.237.199]) by fwd03.sul.t-online.com with esmtp id 16tY2F-0KmZBAC; Fri, 5 Apr 2002 20:02:03 +0200 Original-To: offby1@blarg.net (Eric Hanchrow) In-Reply-To: <877knurp7c.fsf@blarg.net> Original-Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-Sender: 320041125923-0001@t-dialin.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:425 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:425 >>>>> "Eric" == Eric Hanchrow writes: Eric> (set-language-environment "Latin-1") Eric> (setq shell-file-name "c:/cygwin/bin/bash") (setq Eric> explicit-shell-file-name "c:/cygwin/bin/bash") Eric> (shell) Eric> You will, not surprisingly, see a "*shell*" buffer appear. Eric> Now switch to that buffer with C-x o, and hit the Enter key Eric> -- you'll see Eric> $ : command not found I had a similar problem on a German system. My workaround was to set the LANG variable in the control panel / system dialog to "C". Then all worked fine. Harald