[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72488: 12.3; Unable to read locale data: please check the 'locale' s
From: |
Arash Esbati |
Subject: |
bug#72488: 12.3; Unable to read locale data: please check the 'locale' settings of your environment for consistency. Exiting now. |
Date: |
Tue, 06 Aug 2024 17:29:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Guilhem Bourrié via bug-auctex via Bug reporting list for AUCTeX
<bug-auctex@gnu.org> writes:
> When compiling with lualatex in Aquamacs by pressing the button PDF, I
> obtain the following error message :
> Unable to read locale data: please check the 'locale' settings of your
> environment for consistency. Exiting now.
Can you compile your file from the command line in a shell?
What do get if you eval this form in the scratch buffer:
(insert "\n" (shell-command-to-string "locale"))
Best, Arash