From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: AriT93 Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; tramp hangs on connect Date: Mon, 5 Nov 2007 08:40:46 -0600 Message-ID: <18223.11118.530237.18367@arit93.ariserve.dynup.net> References: <18219.34712.64674.74430@arit93.ariserve.dynup.net> <87k5ozshlj.fsf@gmx.de> <18221.6645.872631.540615@arit93.ariserve.dynup.net> <87zlxtn334.fsf@gmx.de> <18223.5604.831193.574962@arit93.ariserve.dynup.net> Reply-To: AriT93 NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194273800 8837 80.91.229.12 (5 Nov 2007 14:43:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Nov 2007 14:43:20 +0000 (UTC) Cc: emacs-devel To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 05 15:43:22 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ip3AY-0003XP-8z for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2007 15:43:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ip3AN-00089L-2l for ged-emacs-devel@m.gmane.org; Mon, 05 Nov 2007 09:43:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ip38e-0006y7-Q6 for emacs-devel@gnu.org; Mon, 05 Nov 2007 09:41:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ip38d-0006vW-4Q for emacs-devel@gnu.org; Mon, 05 Nov 2007 09:41:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ip38c-0006v8-QD for emacs-devel@gnu.org; Mon, 05 Nov 2007 09:41:14 -0500 Original-Received: from smtp108.plus.mail.re1.yahoo.com ([69.147.102.71]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Ip38c-0006xK-Ew for emacs-devel@gnu.org; Mon, 05 Nov 2007 09:41:14 -0500 Original-Received: (qmail 16482 invoked from network); 5 Nov 2007 14:41:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID:Date:To:Cc:Subject:In-Reply-To:References:X-Mailer:From:Reply-To; b=DvyeTnGx812u8Q3a/wbnouQG8TKloYOhA6Kt2mzzMjLz2vi64mHuQGM9rxBh2bl3Aji4cGdq4ghKn1+WiGlE3/yOB7jcrlf1+sJmONF2y48eWNYo47jjxjMuIYy5yBn5tgop88C+Ckh76Lqgj9sVvmrFawQ6GGFLV3XWTWunKIM= ; Original-Received: from unknown (HELO arit93.ariserve.dynup.net) (arit93@71.113.177.13 with login) by smtp108.plus.mail.re1.yahoo.com with SMTP; 5 Nov 2007 14:41:13 -0000 X-YMail-OSG: KnOoDsQVM1mA2FBFFBIiChC8T7wQYL5LzGUjs9Vg_Lr7sG2IT9OV81v7EYj0JSF668jSedJNkAqiWucbfgeIEQYL8bsgDPC_u0rF0vt2PgVrAvkb59CRZ7Pf0UbN In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.1.50.1 X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82577 Archived-At: Michael Albinus writes: > AriT93 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