emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 01d2af9: Further fix for proper locale handling in


From: Michael Albinus
Subject: [Emacs-diffs] master 01d2af9: Further fix for proper locale handling in tramp-gvfs.el
Date: Thu, 22 Oct 2015 07:09:43 +0000

branch: master
commit 01d2af9c7c9d0720022f027838d17123ca2c9cc2
Author: Jürgen Hötzel <address@hidden>
Commit: Michael Albinus <address@hidden>

    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.
---
 lisp/net/tramp-gvfs.el |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
index b9d2fa2..177ccfc 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



reply via email to

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