emacs-diffs
[Top][All Lists]
Advanced

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

master 97992a3: ; * lisp/net/tramp-sh.el (tramp-sh-gio-monitor-process-f


From: Michael Albinus
Subject: master 97992a3: ; * lisp/net/tramp-sh.el (tramp-sh-gio-monitor-process-filter):
Date: Wed, 31 Mar 2021 05:37:45 -0400 (EDT)

branch: master
commit 97992a342be65cd448dd115e75686d269734bf68
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; * lisp/net/tramp-sh.el (tramp-sh-gio-monitor-process-filter):
    
    ; Instrument for emba.
---
 lisp/net/tramp-sh.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 1764f2e..c2dab64 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -3750,6 +3750,8 @@ Fall back to normal file name handler if no Tramp handler 
exists."
 
       ;; Determine monitor name.
       (unless (tramp-connection-property-p proc "gio-file-monitor")
+        (when (getenv "EMACS_EMBA_CI")
+          (message "%s" string))
         (cond
          ;; We have seen this only on cygwin gio, which uses the
          ;; GPollFileMonitor.



reply via email to

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