From unknown Wed Jun 25 00:21:52 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#1920 <1920@debbugs.gnu.org> To: bug#1920 <1920@debbugs.gnu.org> Subject: Status: Ada-mode: issues with label indenting Reply-To: bug#1920 <1920@debbugs.gnu.org> Date: Wed, 25 Jun 2025 07:21:52 +0000 retitle 1920 Ada-mode: issues with label indenting reassign 1920 emacs submitter 1920 "Juanma Barranquero" severity 1920 normal thanks From lekktu@gmail.com Thu Jan 15 01:27:47 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 15 Jan 2009 09:27:48 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_PACKAGE autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0F9Ri0a024160 for ; Thu, 15 Jan 2009 01:27:46 -0800 Received: by ewy14 with SMTP id 14so2096160ewy.1 for ; Thu, 15 Jan 2009 01:27:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=d7MfG1bCBTG3T8i1MafHpJNqAS3qowhpKbOp5cIXqlQ=; b=WjQIFqJzDBwhL0ZVwyMljxMPevuCCoGbyD0sFihzCIWV5SchdTdYXo6la+bEZ3+Jn7 blnDckuFShDSA21rheJLbU/wEsiDBg3dkreJJPj5CSGLME2TnYvo/OMRM/MSNkH+CqPv gZPsI2eSgJb+SM7bh+LC9ac02FsPNHzdY34Ns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=IUecWrINJuAosfDC8BEyIaFPDV8h3JKWqBNRy+NFyeBpmxS9hZ3MNrkDVfSG2JzNMZ fr1iGruqHIHPrOV0Aj5ydUrlucQjZod35Djc5Sww7+xrkmN8i3bUxQMagpWXPK5JGzLj 6eLCLXGGzsF3KoviTym4RYlATuS/byhnwGhJY= Received: by 10.210.105.20 with SMTP id d20mr1351411ebc.84.1232011658935; Thu, 15 Jan 2009 01:27:38 -0800 (PST) Received: by 10.210.141.18 with HTTP; Thu, 15 Jan 2009 01:27:38 -0800 (PST) Message-ID: Date: Thu, 15 Jan 2009 10:27:38 +0100 From: "Juanma Barranquero" To: "Emacs Bug Tracker" Subject: Ada-mode: issues with label indenting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: emacs,ada-mode Version: 22.1,23.0.60 X-Debbugs-CC: stephen_leake@stephe-leake.org There are several issues with indentation of labels in Ada mode: procedure Label_Test is begin if True then null; Label1: null; <> -- ada-label-indent not working? if False then null; -- then-part not correctly indented else null; end if; end if; end Label_Test; From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 13 20:03:42 2010 Received: (at 1920-done) by debbugs.gnu.org; 14 Jan 2010 01:03:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NVE7h-0005Bu-VA for submit@debbugs.gnu.org; Wed, 13 Jan 2010 20:03:42 -0500 Received: from qmta06.westchester.pa.mail.comcast.net ([76.96.62.56]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NVE7g-0005Bi-Hd for 1920-done@debbugs.gnu.org; Wed, 13 Jan 2010 20:03:41 -0500 Received: from omta11.westchester.pa.mail.comcast.net ([76.96.62.36]) by qmta06.westchester.pa.mail.comcast.net with comcast id V5b21d0020mv7h056D3d63; Thu, 14 Jan 2010 01:03:37 +0000 Received: from SABUL ([68.50.111.2]) by omta11.westchester.pa.mail.comcast.net with comcast id VD3c1d00Z0394wc3XD3dkA; Thu, 14 Jan 2010 01:03:37 +0000 To: 1920-done@debbugs.gnu.org Subject: Re: 1920 Ada-mode: issues with label indenting From: Stephen Leake Date: Wed, 13 Jan 2010 20:03:48 -0500 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 1920-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.3 (/) Package: emacs,ada-mode Version: 23.2 I've fixed this bug in my working sources; I'll submit a patch to Juanma to commit to CVS for 23.2. -- -- Stephe From unknown Wed Jun 25 00:21:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 11 Feb 2010 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator