emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.50; tramp hangs on connect


From: Michael Albinus
Subject: Re: 23.0.50; tramp hangs on connect
Date: Mon, 05 Nov 2007 15:05:57 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux)

AriT93 <address@hidden> writes:

Hi,

> I ran tests on machine's both at work and home  I put the results at: 
> http://www.ilstu.edu/~abturet/tramp_debugging/

Thanks a lot, that's instructive. Your shell prompt contains escape
sequences, Tramp (with its recent patch) has problems with.

Could you, please, apply the appended patch? It won't be the final
patch, I just want to know whether I'm going into the right direction.

Best regards, Michael.

*** /home/albinus/src/tramp/lisp/tramp.el.~1~   Thu Nov  1 14:01:40 2007
--- /home/albinus/src/tramp/lisp/tramp.el       Mon Nov  5 14:59:40 2007
***************
*** 6199,6205 ****
      (let ((found
           (tramp-wait-for-regexp
            proc timeout
!           (format "^%s\r?$" (regexp-quote tramp-end-of-output)))))
        (if found
          (let (buffer-read-only)
            (goto-char (point-max))
--- 6199,6205 ----
      (let ((found
           (tramp-wait-for-regexp
            proc timeout
!           (format "^[^#$%>\n]*%s\r?$" (regexp-quote tramp-end-of-output)))))
        (if found
          (let (buffer-read-only)
            (goto-char (point-max))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]