projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b1c646
)
; * lisp/net/tramp-sh.el (tramp-sh-gio-monitor-process-filter):
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 31 Mar 2021 09:37:35 +0000
(11:37 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 31 Mar 2021 09:37:35 +0000
(11:37 +0200)
; Instrument for emba.
lisp/net/tramp-sh.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-sh.el
b/lisp/net/tramp-sh.el
index 1764f2ef03fc1aa0ba638efffe692f57302cc767..c2dab64d5bf8ba27b4221a0712cdf9d04132f045 100644
(file)
--- 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.