* dired presents months with roman numerals
@ 2005-01-07 9:29 Radomir Hejl
2005-01-07 20:16 ` Dr Francis J. Wright
[not found] ` <mailman.11798.1105180868.27204.bug-gnu-emacs@gnu.org>
0 siblings, 2 replies; 3+ messages in thread
From: Radomir Hejl @ 2005-01-07 9:29 UTC (permalink / raw)
Cc: F.J.Wright
SIRS,
my OS date format is DD.MM.YYYY, but emacs dired shows
e.g. V 1 2004 even when run as runemacs --no-init-file
--no-site-file.
Consequently lines for January, May and October are
not recognized.
Bug report lists:
In GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600)
of 2004-03-10 on NYAUMO
configured using `configure --with-gcc (3.2)'
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
Am not sure if this is a bug, but could not find a
solution from help-emacs-windows@gnu.org mailing list.
Thank you.
Radek Hejl
__________________________________
Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today!
http://my.yahoo.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: dired presents months with roman numerals
2005-01-07 9:29 dired presents months with roman numerals Radomir Hejl
@ 2005-01-07 20:16 ` Dr Francis J. Wright
[not found] ` <mailman.11798.1105180868.27204.bug-gnu-emacs@gnu.org>
1 sibling, 0 replies; 3+ messages in thread
From: Dr Francis J. Wright @ 2005-01-07 20:16 UTC (permalink / raw)
Cc: bug-gnu-emacs
From: "Radomir Hejl" <rh62121@yahoo.com>
To: <bug-gnu-emacs@gnu.org>
Cc: <F.J.Wright@qmul.ac.uk>
Sent: Friday, January 07, 2005 9:29 AM
Subject: dired presents months with roman numerals
> SIRS,
> my OS date format is DD.MM.YYYY, but emacs dired shows
> e.g. V 1 2004 even when run as runemacs --no-init-file
> --no-site-file.
> Consequently lines for January, May and October are
> not recognized.
>
> Bug report lists:
> In GNU Emacs 21.3.1 (i386-mingw-nt5.1.2600)
> of 2004-03-10 on NYAUMO
> configured using `configure --with-gcc (3.2)'
> 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
>
> Am not sure if this is a bug, but could not find a
> solution from help-emacs-windows@gnu.org mailing list.
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
^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <mailman.11798.1105180868.27204.bug-gnu-emacs@gnu.org>]
* Re: dired presents months with roman numerals
[not found] ` <mailman.11798.1105180868.27204.bug-gnu-emacs@gnu.org>
@ 2005-01-08 21:10 ` Radek
0 siblings, 0 replies; 3+ messages in thread
From: Radek @ 2005-01-08 21:10 UTC (permalink / raw)
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-01-08 21:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-07 9:29 dired presents months with roman numerals Radomir Hejl
2005-01-07 20:16 ` Dr Francis J. Wright
[not found] ` <mailman.11798.1105180868.27204.bug-gnu-emacs@gnu.org>
2005-01-08 21:10 ` Radek
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).