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: AriT93
Subject: Re: 23.0.50; tramp hangs on connect
Date: Mon, 5 Nov 2007 08:40:46 -0600

Michael Albinus writes:
 > 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))
 > 
I applied the patch and I get a regexp error:  
tramp-wait-for-regexp: Format specifier doesn't match argument type

I updated the page to have the debug outputs:
http://www.ilstu.edu/~abturet/tramp_debugging/  
as well as ouputs from rolling back to 10/27 incase that's helpful

-- 

enjoy every sandwich

           -- W. Zevon




reply via email to

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