From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Radek" Newsgroups: gmane.emacs.bugs Subject: Re: dired presents months with roman numerals Date: Sat, 8 Jan 2005 22:10:49 +0100 Organization: Czech Technical University Message-ID: References: <20050107092936.26558.qmail@web41901.mail.yahoo.com> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1105218737 8190 80.91.229.6 (8 Jan 2005 21:12:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Jan 2005 21:12:17 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jan 08 22:12:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CnNsa-0002I8-00 for ; Sat, 08 Jan 2005 22:12:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnO3z-00080u-ST for geb-bug-gnu-emacs@m.gmane.org; Sat, 08 Jan 2005 16:23:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CnO3l-0007vv-VT for bug-gnu-emacs@gnu.org; Sat, 08 Jan 2005 16:23:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CnO3i-0007uJ-NO for bug-gnu-emacs@gnu.org; Sat, 08 Jan 2005 16:23:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnO3h-0007tW-Ua for bug-gnu-emacs@gnu.org; Sat, 08 Jan 2005 16:23:41 -0500 Original-Received: from [193.4.58.12] (helo=horus.isnic.is) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CnNra-0006Li-Fl for bug-gnu-emacs@gnu.org; Sat, 08 Jan 2005 16:11:10 -0500 Original-Received: from ns.felk.cvut.cz (ns.felk.cvut.cz [147.32.80.9]) by horus.isnic.is (8.12.9p2/8.12.9/isnic) with ESMTP id j08LB6uC089450 for ; Sat, 8 Jan 2005 21:11:06 GMT (envelope-from news@ns.felk.cvut.cz) Original-Received: from ns.felk.cvut.cz (localhost [127.0.0.1]) by ns.felk.cvut.cz (8.13.1/8.13.1) with ESMTP id j08LApmE024168 for ; Sat, 8 Jan 2005 22:10:51 +0100 (CET) (envelope-from news@ns.felk.cvut.cz) Original-Received: (from news@localhost) by ns.felk.cvut.cz (8.13.1/8.13.1/Submit) id j08LAp1e024167 for gnu-emacs-bug@moderators.isc.org; Sat, 8 Jan 2005 22:10:51 +0100 (CET) (envelope-from news) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 48 Original-NNTP-Posting-Host: 45.48.broadband2.iol.cz Original-X-Trace: ns.felk.cvut.cz 1105218651 24164 83.208.48.45 (8 Jan 2005 21:10:51 GMT) Original-X-Complaints-To: usenet@news.felk.cvut.cz Original-NNTP-Posting-Date: Sat, 8 Jan 2005 21:10:51 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-RFC2646: Format=Flowed; Original X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:10343 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10343 > You could try setting LANG=ENG before starting Emacs, but I don't think it > will help, because if I set LANG=CSY before starting Emacs then I get the > same locale values as above, but ls-lisp still presents dates in the > standard English way. However, I'm running a precompiled Emacs binary > compiled with MSVC, namely > > In GNU Emacs 21.3.1 (i386-msvc-nt5.1.2600) > of 2003-03-28 on buffy > configured using `configure --with-msvc (12.00)' > > So I would guess that the behaviour you are seeing is caused by the mingw > libraries that you are using. If it's a bug then it would appear to be a > bug in mingw rather than Emacs. > > There is probably a later version of mingw available, so you could try > rebuilding with that. Alternatively, you should be able to find the > precompiled binaries that I'm running on a GNU mirror somewhere. > > Francis > > I installed binaries from some uk mirror now with gnu unxutils (before with djtarnt) . I get this message: In GNU Emacs 21.3.1 (i386-msvc-nt5.1.2600) of 2003-03-28 on buffy configured using `configure --with-msvc (12.00)' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: CSY locale-coding-system: iso-8859-2 default-enable-multibyte-characters: t So it's same as your compilation, but the problem persists. Also setting LANG=ENG doesn't help. Regards Radek