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 09:45:13 -0600

Michael Albinus writes:
 > AriT93 <address@hidden> writes:
 > 
 > > I applied the patch and I get a regexp error:  
 > > tramp-wait-for-regexp: Format specifier doesn't match argument type
 > 
 > Oops. It must be of course
 > 
 > *** /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 15:41:06 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))
 > 
 > 
 > 
 > _______________________________________________
 > Emacs-devel mailing list
 > address@hidden
 > http://lists.gnu.org/mailman/listinfo/emacs-devel

That seems to have done the trick!
-- 

enjoy every sandwich

           -- W. Zevon




reply via email to

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