help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs 22 missing iso-accents-mode


From: Reiner Steib
Subject: Re: emacs 22 missing iso-accents-mode
Date: Wed, 21 May 2008 21:12:09 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2.50 (gnu/linux)

On Wed, May 21 2008, Steinar Bang wrote:

> I was going to say that "if the locale utils don't pick them up, they
> are useless", but it looks like you may be right.   The locale(1)
> utility does not pick them up:
>
> $ locale
> LANG=
> LC_CTYPE="POSIX"
> LC_NUMERIC="POSIX"
> LC_TIME="POSIX"
> LC_COLLATE=POSIX
> LC_MONETARY="POSIX"
> LC_MESSAGES="POSIX"
> LC_PAPER="POSIX"
> LC_NAME="POSIX"
> LC_ADDRESS="POSIX"
> LC_TELEPHONE="POSIX"
> LC_MEASUREMENT="POSIX"
> LC_IDENTIFICATION="POSIX"
> LC_ALL=

Only the values without surrounding quotes are set (LC_COLLATE=POSIX).
The rest are derived values:

$ (unset LANG; LC_COLLATE=POSIX locale; echo ---; env|grep LC_ ) 
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE=POSIX
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
---
$ 

> However, there is a setting called GDM_LANG:
>
> $ env | grep LANG
> GDM_LANG=en_US.UTF-8
>
> Maybe the Ubuntu locale setting is Gnome specific?  If so, it shouldn't
> affect GNU emacs...?

Emacs doesn't care about `GDM_LANG'.  See "Important settings" after
`M-x report-emacs-bug RET' to confirm.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]