From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: Do I have to tramp-cleanup-connection? Date: Sun, 03 Jun 2012 09:20:06 +0200 Message-ID: <87bol0c15l.fsf@gmx.de> References: <87txyw1ro2.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1338708022 27407 80.91.229.3 (3 Jun 2012 07:20:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Jun 2012 07:20:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: rahed Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 03 09:20:21 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sb56q-0007hY-CG for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jun 2012 09:20:20 +0200 Original-Received: from localhost ([::1]:41317 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sb56p-00086D-Mv for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jun 2012 03:20:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sb56j-000862-KA for help-gnu-emacs@gnu.org; Sun, 03 Jun 2012 03:20:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sb56i-0007UN-20 for help-gnu-emacs@gnu.org; Sun, 03 Jun 2012 03:20:13 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:42377) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Sb56h-0007U5-NK for help-gnu-emacs@gnu.org; Sun, 03 Jun 2012 03:20:11 -0400 Original-Received: (qmail invoked by alias); 03 Jun 2012 07:20:08 -0000 Original-Received: from p57BB8BB7.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.139.183] by mail.gmx.net (mp002) with SMTP; 03 Jun 2012 09:20:08 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/7tCx1J/T7FIrE+hEeTncT1q7HpD6nYoVGebI2xX C6LNRD4R4odYCB In-Reply-To: (rahed's message of "Sat, 02 Jun 2012 18:49:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85085 Archived-At: rahed writes: > Now I use 2.2.5-pre. The message is "Couldn't find exit status of `test > -e...'" whenever I try to open a remote file. But the next reopening of the > same file is ok. I guess this is acceptable. Tramp needs a way to say that something is broken (your network connection), before it cleans up everything. Best regards, Michael.