LoginSignup
2
2

More than 5 years have passed since last update.

Emacs 25.1 LANG Error

Posted at

いつものように定期クリーンインストールをしてEmacsを使っていたら見知らぬエラーが出た。
HomebrewのEmacsを24.5から25.1にしたのが原因かもしれない。
(macOSは10.11)

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LC_ALL = (unset),
    LANG = "en_JP.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

対処

;;(getenv "LANG")                       ; => "en_JP.UTF-8"
(setenv "LANG" "en_US.UTF-8")

とりあえず、これでエラーは消えた。

2
2
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2