From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-25 0a0144a: Delete environment variables in Tramp when needed Date: Wed, 13 Jul 2016 05:41:17 +0300 Message-ID: <83poqi9s4y.fsf@gnu.org> References: <20160712180234.8540.63434@vcs.savannah.gnu.org> <20160712180234.5DCB3220147@vcs.savannah.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1468377742 27097 80.91.229.3 (13 Jul 2016 02:42:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Jul 2016 02:42:22 +0000 (UTC) Cc: michael.albinus@gmx.de, emacs-devel@gnu.org To: John Wiegley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 13 04:42:16 2016 Return-path: Envelope-to: ged-emacs-devel@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 1bNA7s-0001hD-6C for ged-emacs-devel@m.gmane.org; Wed, 13 Jul 2016 04:42:16 +0200 Original-Received: from localhost ([::1]:44694 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNA7q-0004qO-S6 for ged-emacs-devel@m.gmane.org; Tue, 12 Jul 2016 22:42:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNA7K-0004q2-2B for emacs-devel@gnu.org; Tue, 12 Jul 2016 22:41:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNA7I-0003a6-4k for emacs-devel@gnu.org; Tue, 12 Jul 2016 22:41:41 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNA7C-0003ZK-T8; Tue, 12 Jul 2016 22:41:34 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3548 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bNA7B-0002Yn-1T; Tue, 12 Jul 2016 22:41:33 -0400 In-reply-to: (message from John Wiegley on Tue, 12 Jul 2016 15:39:36 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:205610 Archived-At: > From: John Wiegley > Date: Tue, 12 Jul 2016 15:39:36 -0700 > Cc: Eli Zaretskii , Michael Albinus > > >>>>> "MA" == Michael Albinus writes: > > MA> branch: emacs-25 > MA> commit 0a0144a2e15a00b5c3272ad95e62d1d489b453c4 > MA> Author: Michael Albinus > MA> Commit: Michael Albinus > > Hi Michael, > > MA> Delete environment variables in Tramp when needed > > MA> * lisp/net/tramp-sh.el (tramp-get-env-with-u-option): New defun. > MA> (tramp-sh-handle-start-file-process) (tramp-sh-handle-process-file, ): Use > MA> it. (Bug#23952) > > I cannot find this bug on the release blockers list. Can you tell me why it > was pushed to emacs-25? I've looked around my e-mail box, but maybe this was > OK'd by Eli in another thread on emacs-devel? Yes, I okayed it. It's a bad regression due to some recent change in emacs-25, and Michael says it's safe enough for the release branch.