emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master e32d995 2/2: ; Instrument `tramp-handle-file-name-c


From: Michael Albinus
Subject: [Emacs-diffs] master e32d995 2/2: ; Instrument `tramp-handle-file-name-case-insensitive-p' for debugging
Date: Mon, 12 Jun 2017 11:55:24 -0400 (EDT)

branch: master
commit e32d99593b11a99c4dbfc3d9404bb61812c2c757
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Instrument `tramp-handle-file-name-case-insensitive-p' for debugging
---
 lisp/net/tramp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 710aa38..5bedc38 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -2880,6 +2880,7 @@ User is always nil."
           (with-tramp-connection-property v "case-insensitive"
            (ignore-errors
              (with-tramp-progress-reporter v 5 "Checking case-insensitive"
+                (tramp-backtrace v)
                ;; The idea is to compare a file with lower case
                ;; letters with the same file with upper case letters.
                (let ((candidate



reply via email to

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