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

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

Re: Mac OS and Unicode


From: Peter Dyballa
Subject: Re: Mac OS and Unicode
Date: Sun, 10 Feb 2008 19:21:36 +0100


Am 09.02.2008 um 14:25 schrieb Florian Lindner:

I've tried this but emacs still does not have the LANG variable (C-h v
process-environment) when started from Spotlight.


If all fails, there is one ressort left.

        (getenv "LANG")

can retrieve in ~/.emacs (or some other init file) this environment variable's value (which can be assigned to some auxiliary variable). When LANG is empty, then a statement like

        (setenv "LANG" "de_DE.UTF-8")

would set LANG in Emacs' process-environment. Otherwise this statement is not necessary.

--
Mit friedvollen Grüßen

  Pete

Patriotismus ist die Überzeugung, dass unser Vaterland allen anderen Ländern überlegen ist, weil wir darin geboren wurden.
                                        (George Bernard Shaw)






reply via email to

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