From 97992a342be65cd448dd115e75686d269734bf68 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 31 Mar 2021 11:37:35 +0200 Subject: [PATCH] ; * 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 1764f2ef03f..c2dab64d5bf 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. -- 2.39.2