From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Yuri D'Elia Newsgroups: gmane.emacs.devel Subject: Re: tramp: recovering from a dead connection Date: Thu, 25 Nov 2021 13:05:44 +0100 Message-ID: <87y25c77ye.fsf@wavexx.thregr.org> References: <87k0gweepi.fsf@wavexx.thregr.org> <87mtlsih85.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34975"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.7.5; emacs 29.0.50 Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 25 13:11:29 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mqDb6-0008uF-WD for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Nov 2021 13:11:29 +0100 Original-Received: from localhost ([::1]:57656 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mqDb4-0003P5-Rw for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Nov 2021 07:11:26 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45854) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqDZW-00028E-Lt for emacs-devel@gnu.org; Thu, 25 Nov 2021 07:09:50 -0500 Original-Received: from erc.thregr.org ([46.43.2.63]:34656) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqDZU-0002AQ-UR for emacs-devel@gnu.org; Thu, 25 Nov 2021 07:09:50 -0500 Original-Received: from [2a02:27e8:ffff:10::3] (helo=localhost) by erc.thregr.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) id 1mqDZR-000bOS-3O (envelope-from ); Thu, 25 Nov 2021 13:09:45 +0100 In-reply-to: <87mtlsih85.fsf@gmx.de> Received-SPF: pass client-ip=46.43.2.63; envelope-from=wavexx@thregr.org; helo=erc.thregr.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:280102 Archived-At: On Thu, Nov 25 2021, Michael Albinus wrote: >> Using tramp on the current master has some issues when it comes down to >> flaky links. > > Have you tried "M-x tramp-rename-files" or "M-x tramp-rename-these-files"? > Both commands are intended for such situations. > > See also the Tramp manual, (info "(tramp) Renaming remote files") Just pressing M-x kept generating tramp errors. Not sure why, but I'm using amx, maybe that's related. Also, my intention was to kill the buffers. That is, I wanted to discard the local copy and forget about it.