From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Van L Newsgroups: gmane.emacs.devel Subject: Re: Releasing Emacs 26.1 Date: Mon, 7 May 2018 21:44:26 +1000 Message-ID: <14ED68A6-684B-4EC0-8501-D4725B68F4D8@scratch.space> References: <83o9hsr28g.fsf@gnu.org> <87lgcvncp9.fsf@gmx.de> <3e95f4268aef910f3d18165a737ff8d2@webmail.orcon.net.nz> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1525693401 12451 195.159.176.226 (7 May 2018 11:43:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 7 May 2018 11:43:21 +0000 (UTC) Cc: Eli Zaretskii , John Wiegley , Michael Albinus , emacs-devel@gnu.org To: Phil Sainty Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 07 13:43:16 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 1fFeXv-00033M-1m for ged-emacs-devel@m.gmane.org; Mon, 07 May 2018 13:43:11 +0200 Original-Received: from localhost ([::1]:45513 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFea1-0001Rt-UE for ged-emacs-devel@m.gmane.org; Mon, 07 May 2018 07:45:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFeZP-0001Rn-Fd for emacs-devel@gnu.org; Mon, 07 May 2018 07:44:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFeZO-0004wf-D3 for emacs-devel@gnu.org; Mon, 07 May 2018 07:44:43 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:38001) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fFeZK-0004tj-MK; Mon, 07 May 2018 07:44:38 -0400 X-Originating-IP: 123.243.244.176 Original-Received: from epi.local (123-243-244-176.tpgi.com.au [123.243.244.176]) (Authenticated sender: van@scratch.space) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 81101E0004; Mon, 7 May 2018 13:44:32 +0200 (CEST) In-Reply-To: <3e95f4268aef910f3d18165a737ff8d2@webmail.orcon.net.nz> X-Mailer: Apple Mail (2.3124) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.196 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:225107 Archived-At: > On 7 May 2018, at 21:10, Phil Sainty wrote: >=20 > If the bugs are in new functionality, I wouldn't see any issue with > leaving the improvements until the next release if necessary; In org mode for Emacs 26.1 rc-1, I see comment alignment for cpp not = lining up, see screenshot.=20 http://emacs.scratch.space/public/org-mode-cpp.png The problem line has `int i =3D 7;=E2=80=99.=20 Its comment isn=E2=80=99t lining up with the one line above and the two = below. `M-x align-regexp=E2=80=99 on `//=E2=80=98 was applied to the four lines = not in the zoomed in (C-c =E2=80=98) abbrev view. Then, going into the = abbrev view sees the alignment not lining up.