;; Show buffer.
(pop-to-buffer buf)
(discard-input)
- (sit-for tramp-error-show-message-timeout)))
+ (sit-for tramp-error-show-message-timeout 'nodisp)))
;; Reset timestamp. It would be wrong after waiting for a while.
(when (tramp-file-name-equal-p vec (car tramp-current-connection))
(setcdr tramp-current-connection (current-time)))))))
;; `tramp-error' does not show messages. So we must do it ourselves.
(apply #'message fmt-string arguments)
(discard-input)
- (sit-for tramp-error-show-message-timeout)
+ (sit-for tramp-error-show-message-timeout 'nodisp)
;; Reset timestamp. It would be wrong after waiting for a while.
(when
(tramp-file-name-equal-p vec-or-proc (car tramp-current-connection))
;; "process-name" and "process-buffer",
;; because the operations shall be applied
;; in the main connection process. In order
- ;; to avoid suspicious debug buffers during
+ ;; to avoid superfluous debug buffers during
;; host name completion, we adapt
;; `tramp-verbose'.
;; If `non-essential' is non-nil, Tramp shall
(with-tramp-timeout (timeout)
(while (not found)
;; This is needed to yield the CPU, otherwise we'll see 100% CPU load.
- (sit-for 0)
+ (sit-for 0 'nodisp)
(tramp-accept-process-output proc)
(unless (process-live-p proc)
(tramp-error-with-buffer