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: Killing files open with Tramp? Date: Mon, 16 Nov 2009 17:30:07 +0100 Message-ID: <87639afn5c.fsf@gmx.de> References: <83eeb4f4-bff4-4b22-ba8a-b4b28a49ea76@j4g2000yqe.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258389056 7920 80.91.229.12 (16 Nov 2009 16:30:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2009 16:30:56 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Felix E. Klee" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 16 17:30:49 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 1NA4TY-0007Kb-E5 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Nov 2009 17:30:48 +0100 Original-Received: from localhost ([127.0.0.1]:58594 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA4TX-0008AF-Jm for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Nov 2009 11:30:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NA4T5-00089K-SD for help-gnu-emacs@gnu.org; Mon, 16 Nov 2009 11:30:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NA4T1-00086i-40 for help-gnu-emacs@gnu.org; Mon, 16 Nov 2009 11:30:19 -0500 Original-Received: from [199.232.76.173] (port=46028 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA4T0-00086P-Ii for help-gnu-emacs@gnu.org; Mon, 16 Nov 2009 11:30:14 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:60368) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NA4Sz-00083E-UW for help-gnu-emacs@gnu.org; Mon, 16 Nov 2009 11:30:14 -0500 Original-Received: (qmail invoked by alias); 16 Nov 2009 16:30:09 -0000 Original-Received: from p57A230C2.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.48.194] by mail.gmx.net (mp018) with SMTP; 16 Nov 2009 17:30:09 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/zRShj5MXz1SaxQ59viYK7yYI35ItU9FKw1rVH9D sOWD3TFohourjO In-Reply-To: <83eeb4f4-bff4-4b22-ba8a-b4b28a49ea76@j4g2000yqe.googlegroups.com> (Felix E. Klee's message of "Mon, 16 Nov 2009 01:59:08 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.7 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:69780 Archived-At: "Felix E. Klee" writes: > I recently was unable to kill a file open with Tramp: > > /plink:somone@example.com:/some/file > > Even though the file was saved, Tramp always tried to connect to the > server, and in the end I just had to kill EMACS. You have always the commands `tramp-cleanup-connection', `tramp-cleanup-all-connections' and `tramp-cleanup-all-buffers'. For further investigation, I would need tramp traces when running with `tramp-verbose' 8. Do you have a reproducible scenario? Best regards, Michael.