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

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

bug#57486: TRAMP resets all locale settings


From: Paul Pogonyshev
Subject: bug#57486: TRAMP resets all locale settings
Date: Tue, 30 Aug 2022 15:10:26 +0200

Git commit c8c3cd3b08.

Connect to any remote machine. Run `M-x eshell RET', then `$ locale'. Output:

LANG=en_GB.UTF-8
LANGUAGE=
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
...

All settings other than `LANG' are reset.

In comparison, when I do the same with Emacs 28:

LANG=en_GB.UTF-8
LANGUAGE=
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"

Paul
...

reply via email to

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