Re: master e4df903f6b5 2/2: ; Fix last change
Michael Albinus <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Stefan Monnier <[email protected]> writes: Hi Stefan, >> * lisp/net/tramp.el (with-tramp-progress-reporter): >> Deactivate `progress-reporter-echo-area' when calling >> `progress-reporter-done'. We call `tramp-message' instead. > [...] >> + (when (and tm pr) >> + (cancel-timer tm) >> + (cl-letf (((symbol-function #'progress-reporter-echo-area) >> + #'ignore)) >> + (progress-reporter-done pr))) > > Yuck. Could you, pls, be more verbose? > === Stefan Best regards, Michael.