From unknown Fri Jun 20 07:12:03 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#38566 <38566@debbugs.gnu.org> To: bug#38566 <38566@debbugs.gnu.org> Subject: Status: 26.1; ada-mode 6.2.1 incorrect indentation with partial parsing Reply-To: bug#38566 <38566@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:12:03 +0000 retitle 38566 26.1; ada-mode 6.2.1 incorrect indentation with partial parsi= ng reassign 38566 emacs, ada-mode submitter 38566 Ludovic Brenta severity 38566 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 11 09:41:32 2019 Received: (at submit) by debbugs.gnu.org; 11 Dec 2019 14:41:32 +0000 Received: from localhost ([127.0.0.1]:57049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1if3BE-00008E-Id for submit@debbugs.gnu.org; Wed, 11 Dec 2019 09:41:32 -0500 Received: from lists.gnu.org ([209.51.188.17]:46307) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1if3BC-000087-Sz for submit@debbugs.gnu.org; Wed, 11 Dec 2019 09:41:31 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56268) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1if3BB-0007pz-KI for bug-gnu-emacs@gnu.org; Wed, 11 Dec 2019 09:41:30 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1if3BA-0007Ek-56 for bug-gnu-emacs@gnu.org; Wed, 11 Dec 2019 09:41:29 -0500 Received: from webmail.bookmyname.com ([88.191.249.153]:61146 helo=webmail.free.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1if3B9-00074l-Uc for bug-gnu-emacs@gnu.org; Wed, 11 Dec 2019 09:41:28 -0500 Received: from 153.98.68.208 (unknown [127.0.1.3]) by webmail.free.org (Postfix) with ESMTP id 283583F5D4 for ; Wed, 11 Dec 2019 15:41:20 +0100 (CET) Received: from [153.98.68.208] by webmail.ludovic-brenta.org with HTTP (HTTP/1.1 POST); Wed, 11 Dec 2019 15:41:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 11 Dec 2019 15:41:20 +0100 From: Ludovic Brenta To: bug-gnu-emacs@gnu.org Subject: 26.1; ada-mode 6.2.1 incorrect indentation with partial parsing Message-ID: <89a5e448bbfdb001dac477a5433af242@ludovic-brenta.org> X-Sender: ludovic@ludovic-brenta.org X-Complaints-To: abuse_at_bookmyname.com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Origin-Web-Site: webmail.ludovic-brenta.org X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 88.191.249.153 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) X-Debbugs-CC: ada-mode-users@nongnu.org Package: emacs, ada-mode Version: 26.1 Severity: minor When we visit one of our larger source files which compiles and is not yet modified, move point to after a "begin" keyword and hit RET, ada-mode incorrectly re-indents the "begin" keyword and the next (new and empty) line. Expected: declare procedure Action (Airspace : Env_Volume.T; Info : Curtain.Profile.Index.T) is [elided] end Action; procedure Action_Airspaces is new Curtain.Profile.Index.Visit_Unskipped_Airspaces_G; begin* -- point is here initially; hit RET * -- point should come here after RET Airspace_Entry_Times_Set.Empty (Airspace_First_Entry_Times, Profile_Query); -- The query causes the set to be initialised or resized if necessary. Action_Airspaces (Profile.Curtain, Profile_Query); end; Actual: declare procedure Action (Airspace : Env_Volume.T; Info : Curtain.Profile.Index.T) is [elided] end Action; procedure Action_Airspaces is new Curtain.Profile.Index.Visit_Unskipped_Airspaces_G; begin -- incorrectly changed indentation after RET * -- point is here after RET Airspace_Entry_Times_Set.Empty (Airspace_First_Entry_Times, Profile_Query); -- The query causes the set to be initialised or resized if necessary. Action_Airspaces (Profile.Curtain, Profile_Query); end; If I forcibly disable partial parsing in this file, the bug disappears. -- Ludovic Brenta. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 13 08:28:28 2019 Received: (at control) by debbugs.gnu.org; 13 Dec 2019 13:28:28 +0000 Received: from localhost ([127.0.0.1]:33214 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ifkzc-0001bf-FF for submit@debbugs.gnu.org; Fri, 13 Dec 2019 08:28:28 -0500 Received: from webmail.bookmyname.com ([88.191.249.153]:29935 helo=webmail.free.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ifkzZ-0001bV-Ke for control@debbugs.gnu.org; Fri, 13 Dec 2019 08:28:26 -0500 Received: from 153.98.68.208 (unknown [127.0.1.3]) by webmail.free.org (Postfix) with ESMTP id DFDD53FF21; Fri, 13 Dec 2019 14:28:23 +0100 (CET) Received: from [153.98.68.208] by webmail.ludovic-brenta.org with HTTP (HTTP/1.1 POST); Fri, 13 Dec 2019 14:28:23 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 13 Dec 2019 14:28:23 +0100 From: Ludovic Brenta To: control@debbugs.gnu.org, 38566@ebbugs.gnu.org Subject: #38566 26.1; ada-mode 6.2.1 incorrect indentation with partial parsing Message-ID: X-Sender: ludovic@ludovic-brenta.org X-Complaints-To: abuse_at_bookmyname.com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Origin-Web-Site: webmail.ludovic-brenta.org X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 38566 pending thanks This is fixed in the development branch, pending upload. -- Ludovic Brenta. From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 31 09:08:40 2020 Received: (at 38566) by debbugs.gnu.org; 31 Jan 2020 14:08:40 +0000 Received: from localhost ([127.0.0.1]:36745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixWyO-0001ab-4l for submit@debbugs.gnu.org; Fri, 31 Jan 2020 09:08:40 -0500 Received: from gateway30.websitewelcome.com ([192.185.160.12]:48687) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixWyM-0001aT-Ov for 38566@debbugs.gnu.org; Fri, 31 Jan 2020 09:08:39 -0500 Received: from cm12.websitewelcome.com (cm12.websitewelcome.com [100.42.49.8]) by gateway30.websitewelcome.com (Postfix) with ESMTP id 55E9FA8DF for <38566@debbugs.gnu.org>; Fri, 31 Jan 2020 08:08:38 -0600 (CST) Received: from host2007.hostmonster.com ([67.20.76.71]) by cmsmtp with SMTP id xWyLi3un1FYZhxWyMieMEz; Fri, 31 Jan 2020 08:08:38 -0600 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=stephe-leake.org; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=CcxD8pi7nV4k6Nuz1Pd0OWjiYO0kuw+S59wydDrzqas=; b=XrTvjjbxLaxrspGHcW+BUv/Xb9 vvEqbxoKriJBAEunrTBOLVngcTxUU5y+Ciki5XqXKwNg/OPt4/0/RlLKGp6QVZXAJWdD/8Xsrqlyt x8+PL75DdcmmCCCtSGuOeuGkqug86Om1itGb20fL+uaavd5s8yucgb9kG8/IeZVnR6LRKB0z7IfMA rptHRpIwfudHx6vg7w8LW1g43tGSbCpQvt3NPQdxZPFmsoxnqWakvy+QOee8taKuYijpMz0HdpaLg nB5TIynDJoIQJIkTh09r4Y71u53dzYAyZvyqt4Z90T7TdRMlXuQNfn6xgq17IgU7xGXXhy+Ghw4T8 pmerthUA==; Received: from [76.77.182.20] (port=63934 helo=Takver4) by host2007.hostmonster.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1ixWyL-000g73-PF for 38566@debbugs.gnu.org; Fri, 31 Jan 2020 07:08:37 -0700 From: Stephen Leake To: 38566@debbugs.gnu.org Subject: update Date: Fri, 31 Jan 2020 06:08:35 -0800 Message-ID: <86a7633eho.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host2007.hostmonster.com X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - stephe-leake.org X-BWhitelist: no X-Source-IP: 76.77.182.20 X-Source-L: No X-Exim-ID: 1ixWyL-000g73-PF X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: (Takver4) [76.77.182.20]:63934 X-Source-Auth: stephen_leake@stephe-leake.org X-Email-Count: 4 X-Source-Cap: c3RlcGhlbGU7c3RlcGhlbGU7aG9zdDIwMDcuaG9zdG1vbnN0ZXIuY29t X-Local-Domain: yes X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 38566 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) fixed in 7.0.1 -- -- Stephe From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 31 09:09:09 2020 Received: (at 38566-close) by debbugs.gnu.org; 31 Jan 2020 14:09:09 +0000 Received: from localhost ([127.0.0.1]:36751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixWyr-0001bs-Dr for submit@debbugs.gnu.org; Fri, 31 Jan 2020 09:09:09 -0500 Received: from gateway24.websitewelcome.com ([192.185.50.45]:24789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixWyq-0001bk-9J for 38566-close@debbugs.gnu.org; Fri, 31 Jan 2020 09:09:08 -0500 Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway24.websitewelcome.com (Postfix) with ESMTP id ECC6165E9 for <38566-close@debbugs.gnu.org>; Fri, 31 Jan 2020 08:09:07 -0600 (CST) Received: from host2007.hostmonster.com ([67.20.76.71]) by cmsmtp with SMTP id xWypiPbt9ERZgxWypiFoOm; Fri, 31 Jan 2020 08:09:07 -0600 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=stephe-leake.org; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=1w1c+9lpuRS0Kru1xoTVptnXWmC8kbQt+for7R8V1oo=; b=kRW8pOkdiRxLIIDr5VeQ7Hww1j Fi3Zg+/MF7+wCRT30CWmFIyZXy4qrmd4r5lVYuCskXMFTWRCACeCapuKJa4EQ8kgtvJ4grlmtGtZa Qzmxbc86FDRq3masxvh/3q1FUfhOBASlONpYXJrXi0Im5OqGYi4CpJ0OqXfFARa8RicbPcVkFVsyV OxAnh6Px4e8o3JkGH5APUzM8BTNjVjkcFAt8R7yXP4BIMIHBC/w4Q/vHNVJwCkZQLYjqYts/3TpzZ a4bk+qONcS77pC/ooAhG7zAK71+FYnpa2u7SpT8hkEnA+Y7B4a/cCegHr0Ktg6Tq1TX/cc35zmQPv 09qQ2/6Q==; Received: from [76.77.182.20] (port=63935 helo=Takver4) by host2007.hostmonster.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1ixWyp-000gQf-Ew for 38566-close@debbugs.gnu.org; Fri, 31 Jan 2020 07:09:07 -0700 From: Stephen Leake To: 38566-close@debbugs.gnu.org Subject: closed by ada-mode version 7.0.1 Date: Fri, 31 Jan 2020 06:09:04 -0800 Message-ID: <865zgr3egv.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host2007.hostmonster.com X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - stephe-leake.org X-BWhitelist: no X-Source-IP: 76.77.182.20 X-Source-L: No X-Exim-ID: 1ixWyp-000gQf-Ew X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: (Takver4) [76.77.182.20]:63935 X-Source-Auth: stephen_leake@stephe-leake.org X-Email-Count: 5 X-Source-Cap: c3RlcGhlbGU7c3RlcGhlbGU7aG9zdDIwMDcuaG9zdG1vbnN0ZXIuY29t X-Local-Domain: yes X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 38566-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) -- -- Stephe From unknown Fri Jun 20 07:12:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 29 Feb 2020 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator