From: Michael Albinus Date: Wed, 31 Mar 2021 09:37:35 +0000 (+0200) Subject: ; * lisp/net/tramp-sh.el (tramp-sh-gio-monitor-process-filter): X-Git-Tag: emacs-28.0.90~3070 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97992a342be65cd448dd115e75686d269734bf68;p=emacs.git ; * lisp/net/tramp-sh.el (tramp-sh-gio-monitor-process-filter): ; Instrument for emba. --- 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.