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: master 3bbe9e6: Avoid writing empty abbrev tables Date: Sun, 30 Sep 2018 10:44:36 +0300 Message-ID: <835zyn5t0b.fsf@gnu.org> References: <20180929072840.28850.95999@vcs0.savannah.gnu.org> <20180929072841.8E35B20455@vcs0.savannah.gnu.org> <83d0sv5yxs.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1538293402 12418 195.159.176.226 (30 Sep 2018 07:43:22 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 30 Sep 2018 07:43:22 +0000 (UTC) Cc: rgm@gnu.org, emacs-devel@gnu.org To: Allen Li Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 30 09:43:17 2018 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 1g6WNo-00035d-Dm for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2018 09:43:16 +0200 Original-Received: from localhost ([::1]:54108 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g6WPu-0001vQ-RQ for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2018 03:45:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g6WPK-0001uF-KM for emacs-devel@gnu.org; Sun, 30 Sep 2018 03:44:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g6WPG-0001WK-Ot for emacs-devel@gnu.org; Sun, 30 Sep 2018 03:44:50 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g6WPG-0001WC-K9; Sun, 30 Sep 2018 03:44:46 -0400 Original-Received: from [176.228.60.248] (port=3172 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1g6WPF-0000OJ-Ux; Sun, 30 Sep 2018 03:44:46 -0400 In-reply-to: (message from Allen Li on Sun, 30 Sep 2018 07:25:15 +0000) 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:230162 Archived-At: > From: Allen Li > Date: Sun, 30 Sep 2018 07:25:15 +0000 > Cc: rgm@gnu.org, Emacs developers > > On Sun, Sep 30, 2018 at 5:36 AM Eli Zaretskii wrote: > > > > > From: Allen Li > > > Date: Sat, 29 Sep 2018 22:28:52 +0000 > > > Cc: Emacs developers > > > > > > Attached patch reworking the feature which fixes the tests. > > > Explanation in patch. > > > > Thanks, but is this relative to the current master branch? If not, > > could you please rebase on master's HEAD and resubmit? > > Yes, it's on top of 6217746dd64b43a2a2b3b66ab50cfbbfc984f36c OK, thanks. But then the NEWS entry needs to be updated, doesn't it?