From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rahed Newsgroups: gmane.emacs.help Subject: Do I have to tramp-cleanup-connection? Date: Sun, 27 May 2012 22:14:57 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1338223006 21617 80.91.229.3 (28 May 2012 16:36:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 May 2012 16:36:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 28 18:36:45 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 1SZ2vy-0006C9-ST for geh-help-gnu-emacs@m.gmane.org; Mon, 28 May 2012 18:36:43 +0200 Original-Received: from localhost ([::1]:45271 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZ2vy-0005Fm-K9 for geh-help-gnu-emacs@m.gmane.org; Mon, 28 May 2012 12:36:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZ2vt-0005Fd-J3 for help-gnu-emacs@gnu.org; Mon, 28 May 2012 12:36:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZ2vr-0002Qe-M4 for help-gnu-emacs@gnu.org; Mon, 28 May 2012 12:36:37 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:36507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZ2vr-0002QN-Fp for help-gnu-emacs@gnu.org; Mon, 28 May 2012 12:36:35 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SZ2vp-0005yM-H5 for help-gnu-emacs@gnu.org; Mon, 28 May 2012 18:36:33 +0200 Original-Received: from 88.103.41.197 ([88.103.41.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 May 2012 18:36:33 +0200 Original-Received: from raherh by 88.103.41.197 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 May 2012 18:36:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 88.103.41.197 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (darwin) Cancel-Lock: sha1:N3QmOG0j8c4w3hgEiLtXtUqtvLo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:85030 Archived-At: I started to use tramp (instead of starting remote emacs). One thing bothers me though. Whenever I interrupt my work for some time the connection breaks and after reconnecting and trying to open a remote file I get (mostly): Couldn't find exit status of `test -e /tmp. I have to M-x tramp-cleanup-connection and again open a remote file which is quite laborious. I would welcome to clean a tramp cache automaticaly when closing a connection or better leave the connection in the cache but avoid the message "Couldn't find...". tramp version is 2.2.3-24.1. -- Radek