From: Reiner Steib <reinersteib+gmane@imap.cc>
Cc: emacs-devel@gnu.org, rms@gnu.org,
Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: [reinersteib+gmane@imap.cc: language environment should not be derived from LC_CTYPE]
Date: Sat, 25 Nov 2006 10:13:29 +0100 [thread overview]
Message-ID: <v9ejrr99dy.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <87irh5q5hz.fsf@furball.mit.edu> (Chong Yidong's message of "Thu\, 23 Nov 2006 15\:20\:56 -0500")
On Thu, Nov 23 2006, Chong Yidong wrote:
> Reiner Steib wrote:
>> $ env|grep -e LC_ -e LANG
>> LANG=en_US
>> LC_COLLATE=POSIX
>> LC_CTYPE=de_DE@euro
>>
>> $ emacs -Q
>>
>> `current-language-environment's value is "German" and I get the German
>> tutorial. I expected to see the English version and an English
>> language environment:
>>
>> | `LC_CTYPE'
>> | This category applies to classification and conversion of
>> | characters, and to multibyte and wide characters
>> |
[ Quotation re-added: ]
>> | `LC_MESSAGES'
>> | This category applies to selecting the language used in the user
>> | interface for message translation (*note The Uniforum approach::;
>> | *note Message catalogs a la X/Open::) and contains regular
>> | expressions for affirmative and negative responses.
>> |
[...]
>> | `LANG'
>> | If this environment variable is defined, its value specifies the
>> | locale to use for all purposes except as overridden by the
>> | variables above.
>
>>From lisp/international/mule-cmds.el:
>
> (defun set-locale-environment (&optional locale-name)
> "Set up multi-lingual environment for using LOCALE-NAME.
> This sets the language environment, the coding system priority,
> the default input method and sometimes other things.
> ...
> If LOCALE-NAME is nil, its value is taken from the environment
> variables LC_ALL, LC_CTYPE and LANG (the first one that is set)."
>
> Both `set-locale-environment' and the glib documentation say that LANG
> only takes effect LC_CTYPE is undefined.
My understanding is that LC_CTYPE should be irrelevant with regards to
the "language used in the user interface for message translation",
because LC_MESSAGES is the relevant locale variable for this. If
LC_MESSAGES is undefined, LANG should be used.
E.g. in GNU coreutils:
$ /bin/ls --version
ls (GNU coreutils) 5.3.0
Written by Richard Stallman and David MacKenzie.
$ LC_MESSAGES=de_DE /bin/ls /foo-bar
/bin/ls: /foo-bar: Datei oder Verzeichnis nicht gefunden
But as no-one has complained about this before such a situation
(LC_MESSAGES != LC_CTYPE) might be rare, we might change this after
the release (and put it into etc/TODO?).
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
next prev parent reply other threads:[~2006-11-25 9:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-23 2:52 [reinersteib+gmane@imap.cc: language environment should not be derived from LC_CTYPE] Richard Stallman
2006-11-23 20:20 ` Chong Yidong
2006-11-25 9:13 ` Reiner Steib [this message]
2006-11-25 10:49 ` Jan Djärv
2006-11-25 10:57 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=v9ejrr99dy.fsf@marauder.physik.uni-ulm.de \
--to=reinersteib+gmane@imap.cc \
--cc=Reiner.Steib@gmx.de \
--cc=emacs-devel@gnu.org \
--cc=rms@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.