From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 3e8aad7: * lisp/net/tramp-sh.el (tramp-maybe-open-connection): Revert fix for Bug#35769 Date: Sun, 26 May 2019 18:10:20 -0400 Message-ID: References: <20190526193741.16081.96340@vcs0.savannah.gnu.org> <20190526193742.C390320996@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="89110"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 27 00:11:35 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hV1Mc-000N4i-Sx for ged-emacs-devel@m.gmane.org; Mon, 27 May 2019 00:11:35 +0200 Original-Received: from localhost ([127.0.0.1]:35846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hV1Mb-00016v-QF for ged-emacs-devel@m.gmane.org; Sun, 26 May 2019 18:11:33 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:33867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hV1LW-000141-0N for emacs-devel@gnu.org; Sun, 26 May 2019 18:10:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hV1LS-0006cZ-W1 for emacs-devel@gnu.org; Sun, 26 May 2019 18:10:25 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:42892) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hV1LS-0006cG-T3 for emacs-devel@gnu.org; Sun, 26 May 2019 18:10:22 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 761A7442BC5; Sun, 26 May 2019 18:10:22 -0400 (EDT) Original-Received: from mail02.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 95FCD442BAD; Sun, 26 May 2019 18:10:21 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1558908621; bh=2Ahb0p3lLrSH0Of/eUkVWC68ZOuJxVF+vt+UccjW6jU=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=gVOX7WPPomN/7PQGzpl9sob3eYfMcp0x/oO2XnH/Qv2CGzQsF2wQvxbcBUneH6c2B 5kW/LFj7Ex4oVryweUD3wLGwY6q53cf1OzASDo+yzug9VA6TtmQ8TUE5DgmYcfH6Ys qhtlRuAw843C4K+C9aQIEpXC2Sp7YzrJW4Sw6QPFC0pIy0sP38VcxX/Ki3ZvNxWAGL j5Jx58tZaD4I3/j51OPF999p+rykwTmXO0x3i+xYwyCuD7hGh1V3g+LC4L7sRYGjht Ys5xGmOy72BewW/NesDL6JRETbJSt0ObiqwLDIcgeffnQv9lJ/1D48K/ZDrKJatCd3 Ajhc9hTDvdnnw== Original-Received: from pastel (192-171-44-92.cpe.pppoe.ca [192.171.44.92]) by mail02.iro.umontreal.ca (Postfix) with ESMTPSA id 6BD85120800; Sun, 26 May 2019 18:10:21 -0400 (EDT) In-Reply-To: <20190526193742.C390320996@vcs0.savannah.gnu.org> (Michael Albinus's message of "Sun, 26 May 2019 15:37:42 -0400 (EDT)") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:237025 Archived-At: > * lisp/net/tramp-sh.el (tramp-maybe-open-connection): Revert fix > for Bug#35769 Please always include an explanation for the reason why something needs to be reverted. Stefan