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: tabulated-list breakage Date: Thu, 05 Oct 2017 17:59:45 +0300 Message-ID: <83lgkpwsgu.fsf@gnu.org> References: <20171005140806.hf3etzflkjbbt67u@logos.localdomain> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1507215658 29997 195.159.176.226 (5 Oct 2017 15:00:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 5 Oct 2017 15:00:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Mark Oteiza Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 05 17:00:47 2017 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 1e07dl-0006fv-UB for ged-emacs-devel@m.gmane.org; Thu, 05 Oct 2017 17:00:46 +0200 Original-Received: from localhost ([::1]:40333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e07dt-0003K3-Dq for ged-emacs-devel@m.gmane.org; Thu, 05 Oct 2017 11:00:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e07d3-0003GU-ML for emacs-devel@gnu.org; Thu, 05 Oct 2017 11:00:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e07cy-0005Ot-PL for emacs-devel@gnu.org; Thu, 05 Oct 2017 11:00:01 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e07cy-0005OQ-LK; Thu, 05 Oct 2017 10:59:56 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3468 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e07cx-0001ql-W4; Thu, 05 Oct 2017 10:59:56 -0400 In-reply-to: <20171005140806.hf3etzflkjbbt67u@logos.localdomain> (message from Mark Oteiza on Thu, 5 Oct 2017 10:08:06 -0400) 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:219124 Archived-At: > Date: Thu, 5 Oct 2017 10:08:06 -0400 > From: Mark Oteiza > > Something in the last several commits, 3d8df4d636..c625fb645a, > has changed calls to tabulated-list-print-entry. The calling convention > was changed in order to account for display-line-numbers, but the added > optional INDENT is supposed to be a no-op when line numbers aren't in > use, and was correctly null before. However, now the argument is 0 here > when line numbers are off and it is breaking things. Sorry, this should be fixed now.