]> git.eshelyaron.com Git - emacs.git/commitdiff
; Instrumentation for shadowfile.el
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 28 Jul 2018 18:06:24 +0000 (20:06 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 28 Jul 2018 18:07:36 +0000 (20:07 +0200)
lisp/shadowfile.el

index 180d5026b6eb50fc5aa089502485db13ef535847..609086772a91e7cc12480871ae2ef1c9cbf9a4ae 100644 (file)
@@ -628,6 +628,10 @@ Consider them as regular expressions if third arg REGEXP is true."
 
 (defun shadow-add-to-todo ()
   "If current buffer has shadows, add them to the list needing to be copied."
+  (message "shadow-add-to-todo 1 %s" (current-buffer))
+  (message "shadow-add-to-todo 2 %s" (buffer-file-name))
+  (message "shadow-add-to-todo 3 %s" (shadow-expand-file-name (buffer-file-name  (current-buffer))))
+  (message "shadow-add-to-todo 4 %s" (shadow-shadows-of (shadow-expand-file-name (buffer-file-name (current-buffer)))))
   (let ((shadows (shadow-shadows-of
                  (shadow-expand-file-name
                   (buffer-file-name (current-buffer))))))