all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs 22 missing iso-accents-mode
Date: Wed, 21 May 2008 21:12:09 +0200	[thread overview]
Message-ID: <v9skwbmpyu.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: 874p8r359y.fsf@dod.no

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/


  parent reply	other threads:[~2008-05-21 19:12 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-28 10:20 emacs 22 missing iso-accents-mode Steinar Bang
2008-04-28 18:23 ` Reiner Steib
2008-04-29 10:24   ` Rebecca Breu
2008-05-01 15:58   ` Steinar Bang
     [not found]   ` <mailman.11029.1209657546.18990.help-gnu-emacs@gnu.org>
2008-05-01 20:28     ` harven
2008-05-01 22:01       ` Jason Rumney
2008-05-03 19:39         ` Steinar Bang
     [not found]         ` <mailman.11153.1209843595.18990.help-gnu-emacs@gnu.org>
2008-05-03 21:18           ` Jason Rumney
2008-05-04 10:57             ` Reiner Steib
2008-05-21 11:49               ` Steinar Bang
2008-05-21 16:53                 ` Peter Dyballa
2008-05-21 17:19                   ` Steinar Bang
2008-05-21 17:48                     ` Peter Dyballa
2008-05-21 18:01                       ` Steinar Bang
2008-05-21 18:12                         ` Peter Dyballa
2008-05-21 19:12                         ` Reiner Steib [this message]
     [not found]                       ` <mailman.11975.1211392969.18990.help-gnu-emacs@gnu.org>
2008-05-21 18:51                         ` Sven Joachim
2008-05-03 19:45       ` Steinar Bang
     [not found] <mailman.10877.1209396105.18990.help-gnu-emacs@gnu.org>
2008-04-28 17:11 ` Jason Rumney

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=v9skwbmpyu.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=help-gnu-emacs@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.