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: Suspicious code in align.el Date: Sun, 03 Jan 2016 18:40:57 +0200 Message-ID: <838u46aa5i.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1451839279 2507 80.91.229.3 (3 Jan 2016 16:41:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Jan 2016 16:41:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: bruce.connor.am@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 03 17:41:13 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 1aFliS-0000km-E6 for ged-emacs-devel@m.gmane.org; Sun, 03 Jan 2016 17:41:12 +0100 Original-Received: from localhost ([::1]:42166 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFliR-0007VX-Up for ged-emacs-devel@m.gmane.org; Sun, 03 Jan 2016 11:41:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFliG-0007VA-3N for emacs-devel@gnu.org; Sun, 03 Jan 2016 11:41:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFliC-0001fH-Um for emacs-devel@gnu.org; Sun, 03 Jan 2016 11:41:00 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFliC-0001fD-SE; Sun, 03 Jan 2016 11:40:56 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2476 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aFliC-0003m8-6z; Sun, 03 Jan 2016 11:40:56 -0500 In-reply-to: (message from Artur Malabarba on Sun, 3 Jan 2016 15:54:57 +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.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:197464 Archived-At: > Date: Sun, 3 Jan 2016 15:54:57 +0000 > From: Artur Malabarba > > 2016-01-02 22:18 GMT+00:00 John Wiegley : > >>>>>> Artur Malabarba writes: > > > >> In line 890 of this file, there's a call to align-regexp that looks like > >> this... > > > > Nice catch, Artur, the code at least is wrong. The 3rd argument should be > > shifted forward to become the 5th argument. > > > > I wonder what fixing this will break... :) > > Since it's possible this will break something else, should this "fix" > go on master instead of the release branch? No, emacs-25 is fine in this case. Thanks.