unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: AriT93 <arit93@yahoo.com>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: Re: 23.0.50; tramp hangs on connect
Date: Mon, 5 Nov 2007 08:40:46 -0600	[thread overview]
Message-ID: <18223.11118.530237.18367@arit93.ariserve.dynup.net> (raw)
In-Reply-To: <nqve8gvlbu.fsf@alcatel-lucent.de>

Michael Albinus writes:
 > AriT93 <arit93@yahoo.com> 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	other threads:[~2007-11-05 14:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-02 12:45 23.0.50; tramp hangs on connect AriT93
2007-11-02 20:24 ` AriT93
2007-11-03 11:18   ` Michael Albinus
2007-11-03 20:37     ` AriT93
2007-11-04  1:01     ` AriT93
2007-11-04 20:54       ` Michael Albinus
2007-11-05 13:08         ` AriT93
2007-11-05 14:05           ` Michael Albinus
2007-11-05 14:40             ` AriT93 [this message]
2007-11-05 14:49               ` Michael Albinus
2007-11-05 15:45                 ` AriT93
2007-11-05 20:55                   ` Michael Albinus
2007-11-05 21:06                     ` AriT93

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18223.11118.530237.18367@arit93.ariserve.dynup.net \
    --to=arit93@yahoo.com \
    --cc=emacs-devel@gnu.org \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).