From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Patches for Emacs 25.2 Date: Tue, 18 Oct 2016 13:05:52 +0300 Message-ID: <83y41mvunz.fsf@gnu.org> References: <877f96t9oc.fsf@gmx.de> <837f96xgp5.fsf@gnu.org> <87zim2rtck.fsf@gmx.de> <834m4axbo2.fsf@gnu.org> <87oa2ic76c.fsf@gmx.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1476785250 9104 195.159.176.226 (18 Oct 2016 10:07:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 18 Oct 2016 10:07:30 +0000 (UTC) Cc: rgm@gnu.org, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 18 12:07:18 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwRIO-0006YO-My for ged-emacs-devel@m.gmane.org; Tue, 18 Oct 2016 12:06:57 +0200 Original-Received: from localhost ([::1]:40019 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwRIQ-0002U0-RQ for ged-emacs-devel@m.gmane.org; Tue, 18 Oct 2016 06:06:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwRHi-0002TM-Ga for emacs-devel@gnu.org; Tue, 18 Oct 2016 06:06:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwRHf-0004lJ-Cj for emacs-devel@gnu.org; Tue, 18 Oct 2016 06:06:14 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwRHf-0004kv-9R; Tue, 18 Oct 2016 06:06:11 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4557 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bwRHd-0004uZ-Rd; Tue, 18 Oct 2016 06:06:10 -0400 In-reply-to: <87oa2ic76c.fsf@gmx.de> (message from Michael Albinus on Tue, 18 Oct 2016 11:55:55 +0200) 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:208400 Archived-At: > From: Michael Albinus > Cc: rgm@gnu.org, emacs-devel@gnu.org > Date: Tue, 18 Oct 2016 11:55:55 +0200 > > Eli Zaretskii writes: > > >> No. But the OP said "As a result, Tramp hangs while connecting to NetBSD > >> host." To me, it looks also like a valid reason to add this to Emacs 25.2. > > > > Can you tell when (in which Emacs version) was this problem > > introduced? > > Well, it started with bug#17295, which set remote $HISTFILE to > "/dev/null". Released with Emacs 24.4. > > Then there were bug reports 19731, 21697 and 23041, which reported a bash > bug when setting this. So the new defcustom `tramp-histfile-override' > was introduced in Emacs 25.1. > > With bug#20446, Glenn reported a new problem with the previous fix. His > bash history was nuked. So I've committed another fix, also for Emacs 25.1. > > And now we have bug#24478, also purely due to a remote bash. Given this > history, a fix shall go to Emacs 25.2. It sounds like you are telling me the history of bug#24478, which I have no doubt should be fixed in 25.2. I asked about bug#24698, which is about TAB expansion, AFAIU.