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: [Emacs-diffs] master 2f68cb3: Fix bugs with buffer-local tags tables Date: Mon, 12 Dec 2016 19:57:37 +0200 Message-ID: <834m29c9ny.fsf@gnu.org> References: <20161201165017.25855.62711@vcs.savannah.gnu.org> <20161201165017.9F1032201C6@vcs.savannah.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1481566555 8893 195.159.176.226 (12 Dec 2016 18:15:55 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 12 Dec 2016 18:15:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 12 19:15:45 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 1cGV8Y-0000J1-Nq for ged-emacs-devel@m.gmane.org; Mon, 12 Dec 2016 19:15:42 +0100 Original-Received: from localhost ([::1]:60781 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGV8d-0007e1-39 for ged-emacs-devel@m.gmane.org; Mon, 12 Dec 2016 13:15:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGUqW-0007QU-UW for emacs-devel@gnu.org; Mon, 12 Dec 2016 12:57:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGUqS-0002YV-V1 for emacs-devel@gnu.org; Mon, 12 Dec 2016 12:57:05 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGUqS-0002YR-SH; Mon, 12 Dec 2016 12:57:00 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4776 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cGUqS-00079g-6D; Mon, 12 Dec 2016 12:57:00 -0500 In-reply-to: (message from Ken Brown on Mon, 12 Dec 2016 12:12:05 -0500) 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:210362 Archived-At: > From: Ken Brown > Date: Mon, 12 Dec 2016 12:12:05 -0500 > > On 12/1/2016 11:50 AM, Eli Zaretskii wrote: > > * test/lisp/progmodes/etags-tests.el: New tests. > > These tests fail on an out-of-tree build: > > Test etags-bug-158 condition: > (user-error "File > /home/kbrown/src/emacs/64build/test/manual/etags/ETAGS.good_1 does not > exist") > > Test etags-bug-23164 condition: > (user-error "File > /home/kbrown/src/emacs/64build/test/manual/etags/ETAGS.good_3 does not > exist") Thanks, I hope this is fixed now.