From e32d99593b11a99c4dbfc3d9404bb61812c2c757 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 12 Jun 2017 17:54:53 +0200 Subject: [PATCH] ; 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 710aa38b589..5bedc383d86 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 -- 2.39.2