From: Jürgen Hötzel Date: Thu, 22 Oct 2015 07:09:27 +0000 (+0200) Subject: Further fix for proper locale handling in tramp-gvfs.el X-Git-Tag: emacs-25.0.90~1062 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01d2af9c7c9d0720022f027838d17123ca2c9cc2;p=emacs.git Further fix for proper locale handling in tramp-gvfs.el * lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes): Just suppress LC_MESSAGES locale category settings. --- diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el index b9d2fa2739e..177ccfc3712 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el @@ -791,10 +791,7 @@ file names." (ignore-errors ;; Don't modify `last-coding-system-used' by accident. (let ((last-coding-system-used last-coding-system-used) - (process-environment - (append - '("LANG=C.utf8" "LANGUAGE=C.utf8" "LC_ALL=C.utf8") - process-environment)) + (process-environment (cons "LC_MESSAGES=C" process-environment)) dirp res-symlink-target res-numlinks res-uid res-gid res-access res-mod res-change res-size res-filemodes res-inode res-device) (with-parsed-tramp-file-name filename nil