*** /home/albinus/src/tramp/lisp/tramp.el.2.677 2009-03-17 21:31:51.000000000 +0100 --- /home/albinus/src/tramp/lisp/tramp.el 2009-03-17 21:52:16.000000000 +0100 *************** *** 5859,5869 **** (delete-region begin (point)) (goto-char (point-min))))) ! (when (or ! ;; No echo to be handled, now we can look for the regexp. ! (not (tramp-get-connection-property proc "check-remote-echo" nil)) ! ;; Sometimes the echo is invisible. ! (not (re-search-forward tramp-echo-mark-marker nil t))) (goto-char (point-min)) (re-search-forward regexp nil t)))) --- 5859,5866 ---- (delete-region begin (point)) (goto-char (point-min))))) ! (when (not (tramp-get-connection-property proc "check-remote-echo" nil)) ! ;; No echo to be handled, now we can look for the regexp. (goto-char (point-min)) (re-search-forward regexp nil t))))