all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Jean-Christophe Helary <jean.christophe.helary@gmail.com>,
	emacs-devel <emacs-devel@gnu.org>
Subject: Re: L10N & LC variables
Date: Fri, 26 May 2017 11:42:41 -0700	[thread overview]
Message-ID: <58516957-5971-7a1f-a4e2-d276f2881046@cs.ucla.edu> (raw)
In-Reply-To: <DF383ABC-BD9E-42F7-BF0C-47B320BE614B@gmail.com>

On 05/26/2017 07:41 AM, Jean-Christophe Helary wrote:
> 2005-04-14  YAMAMOTO Mitsuharu<mituharu@math.s.chiba-u.ac.jp>
>
> 	* international/mule-cmds.el (set-locale-environment): On Mac OS,
> 	use preferences AppleLocale and AppleLanguages, and variable
> 	mac-system-locale for default locale.  On Mac OS Classic, use
> 	mac-system-coding-system for default coding systems.
> But there is no further references to mac-system-locale in the other changelogs

That code was removed here:

http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=9e2a2647758db83b490e2993aa31cd4607305a82

in a commit dated 2008-07-27 that removed support for Carbon. From what 
you say, that part of the 2008 change is making life for macOS users 
more difficult, in that they sometimes need to manually set their 
language environment instead of having it be deduced automatically from 
system settings. Presumably there is a non-Carbon way to do the 
equivalent of the old code, and if you or some other macOS expert would 
write it, that would remove this minor glitch in the default Emacs 
configuration on macOS.

Here's a tip to help you research similar issues in the future: to find 
when the string "AppleLocale" was removed from the file 
lisp/international/mule-cmds.el, you can use this shell command:

git log -S AppleLocale lisp/international/mule-cmds.el



  parent reply	other threads:[~2017-05-26 18:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <2F438BC0-4073-4D29-8504-1909EE1762DD@gmail.com>
2017-05-26 14:41 ` L10N & LC variables Jean-Christophe Helary
2017-05-26 14:53   ` Eli Zaretskii
2017-05-26 15:10     ` Jean-Christophe Helary
2017-05-26 15:20       ` Eli Zaretskii
2017-05-26 15:54         ` Jean-Christophe Helary
2017-05-26 17:39           ` Eli Zaretskii
2017-05-26 23:22             ` Jean-Christophe Helary
2017-05-26 18:42   ` Paul Eggert [this message]
2017-05-26 23:13     ` Jean-Christophe Helary
2017-05-27  0:38       ` Alan Third
2017-05-27  0:54         ` Jean-Christophe Helary
2017-05-27  7:33           ` Alan Third
2017-05-27  7:59             ` Eli Zaretskii
2017-05-27  9:51               ` Jean-Christophe Helary
2017-05-27  0:34     ` Jean-Christophe Helary
2017-05-27  5:25   ` Anders Lindgren

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=58516957-5971-7a1f-a4e2-d276f2881046@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    --cc=jean.christophe.helary@gmail.com \
    /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.