From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Windows + Eshell: fixing character encoding? Date: Thu, 30 Jul 2009 21:47:06 +0300 Message-ID: <83ws5qrot1.fsf@gnu.org> References: <662CA5EB-23A6-4BE6-B35A-2B0FA4AE94A4@Web.DE> <9bd8a08a0907290438x1d22ac26nbf2330c32d562675@mail.gmail.com> <74b47ad1-137f-4e8b-842c-c1de712356d4@k1g2000yqf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1248979716 12993 80.91.229.12 (30 Jul 2009 18:48:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2009 18:48:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 30 20:48:29 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MWafm-0000GS-9W for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 20:48:14 +0200 Original-Received: from localhost ([127.0.0.1]:35061 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWafl-0000pk-LL for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 14:48:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWafR-0000pX-PJ for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 14:47:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWafR-0000pD-0p for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 14:47:53 -0400 Original-Received: from [199.232.76.173] (port=60680 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWafQ-0000pA-Sz for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 14:47:52 -0400 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:51079) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWafQ-00017f-AK for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 14:47:52 -0400 Original-Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KNL00400YG74I00@i-mtaout1.012.net.il> for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 21:47:06 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.9.254]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KNL00DG8YUHUWA0@i-mtaout1.012.net.il> for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 21:47:06 +0300 (IDT) In-reply-to: <74b47ad1-137f-4e8b-842c-c1de712356d4@k1g2000yqf.googlegroups.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66538 Archived-At: > From: Elena > Date: Thu, 30 Jul 2009 06:39:35 -0700 (PDT) > > default-process-coding-system is a variable defined in `C source > code'. > Its value is > (iso-latin-1-dos . iso-latin-1-unix) That's strange. It should be (undecided-dos . undecided-unix) in "emacs -Q". Can you try that and see if it helps? If that doesn't help, please try (cp850-dos . cp850-unix).