From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: raphael.berbain@gmail.com (=?utf-8?Q?Rapha=C3=ABl?= Berbain) Newsgroups: gmane.emacs.help Subject: Re: remote tramp hangs Date: Thu, 03 Dec 2009 23:50:39 +0100 Organization: Guest of ProXad - France Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1259909763 10471 80.91.229.12 (4 Dec 2009 06:56:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Dec 2009 06:56:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 04 07:55:56 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NGS55-0001BG-84 for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Dec 2009 07:55:55 +0100 Original-Received: from localhost ([127.0.0.1]:37556 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGS55-0007aP-2C for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Dec 2009 01:55:55 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin2!goblin.stu.neva.ru!ecngs!feeder2.ecngs.de!proxad.net!feeder1-1.proxad.net!cleanfeed2-a.proxad.net!nnrp12-2.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Mail-Copies-To: never Cancel-Lock: sha1:jjCGQlY1YGghlcveGlNZpPbtEl8= Original-Lines: 33 Original-NNTP-Posting-Date: 04 Dec 2009 07:15:50 MET Original-NNTP-Posting-Host: 82.231.40.223 Original-X-Trace: 1259907350 news-1.free.fr 24758 82.231.40.223:56917 Original-X-Complaints-To: abuse@proxad.net Original-Xref: news.stanford.edu gnu.emacs.help:175301 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70378 Archived-At: * Michael Albinus: > Thanks for the analysis! I'll fix it next week in Tramp (just leaving > for some days). It seems to me I should be the one thanking you for your help & your work. In case it helps, here's the (minimal, I made no effort to do it the right way) diff I use right now: --- tramp.el.orig 2009-12-03 23:39:12.630193000 +0100 +++ tramp.el 2009-12-03 12:10:02.970187559 +0100 @@ -1521,7 +1521,7 @@ (defvar tramp-end-of-output (format - "%s///%s%s" + "#%s///%s%s" tramp-rsh-end-of-line (md5 (concat (prin1-to-string process-environment) (current-time-string))) tramp-rsh-end-of-line) @@ -5992,7 +5992,7 @@ (tramp-send-command vec (format - "exec env ENV='' PROMPT_COMMAND='' PS1='$ ' PS2='' PS3='' %s" + "exec env ENV='' PROMPT_COMMAND='' PS1='#$ ' PS2='' PS3='' %s" (tramp-get-method-parameter (tramp-file-name-method vec) 'tramp-remote-sh)) t) tramp.el.orig comes from ubuntu's emacs23-el package (versionned 23.1+1-4ubuntu3.1) -- tramp-version says 2.1.15.