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:49:53 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux)

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))





reply via email to

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