From unknown Sun Jun 22 17:17:51 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21794: 24.5; ASSOCIATE and SUBMODULE construct does not indent correctly in F90 auto indent mode Resent-From: Avinash Sirdeshpande Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 30 Oct 2015 18:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 21794 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 21794@debbugs.gnu.org X-Debbugs-Original-To: "bug-gnu-emacs@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.144622943729433 (code B ref -1); Fri, 30 Oct 2015 18:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 30 Oct 2015 18:23:57 +0000 Received: from localhost ([127.0.0.1]:46490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZsEKx-0007eM-7B for submit@debbugs.gnu.org; Fri, 30 Oct 2015 14:23:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53996) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZsDso-0006vq-9h for submit@debbugs.gnu.org; Fri, 30 Oct 2015 13:54:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsDsn-0001kX-2q for submit@debbugs.gnu.org; Fri, 30 Oct 2015 13:54:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,RECEIVED_FROM_WINDOWS_HOST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsDsm-0001kT-W4 for submit@debbugs.gnu.org; Fri, 30 Oct 2015 13:54:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsDsm-0006Lk-2Q for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2015 13:54:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsDsi-0001jJ-Pa for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2015 13:54:31 -0400 Received: from blu004-omc1s26.hotmail.com ([65.55.116.37]:58937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsDsi-0001j3-Ma for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2015 13:54:28 -0400 Received: from BLU180-W19 ([65.55.116.9]) by BLU004-OMC1S26.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Fri, 30 Oct 2015 10:54:27 -0700 X-TMN: [ldrIF62FODpcxtvT2JDGso8k9Yp/IAG6] X-Originating-Email: [asirdesh@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_44acbfc7-2adf-4ffb-ab22-e0932c7d4f51_" From: Avinash Sirdeshpande Date: Fri, 30 Oct 2015 12:54:27 -0500 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 30 Oct 2015 17:54:27.0586 (UTC) FILETIME=[0526F620:01D1133C] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Mailman-Approved-At: Fri, 30 Oct 2015 14:23:37 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) --_44acbfc7-2adf-4ffb-ab22-e0932c7d4f51_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello: =20 When using the indent subprogram feature in Emacs for a .f90 file=2C the in= dentation fails if an "associate - end associate" block is present. In part= icular=2C the "end associate" does not align with the "associate" and as a = result=2C all subsequent statements lose their alignment. It would be great= if this could be fixed.=20 =20 Similarly=2C a submodule when indented does not have the correct matching s= tatement in the "end submodule". =20 Best=2C =20 Avinash=20 = --_44acbfc7-2adf-4ffb-ab22-e0932c7d4f51_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello:
 =3B
When using= the indent subprogram feature in Emacs for a .f90 file=2C the indentation = fails if an "associate - end associate" block is present. In particular=2C = the "end associate" does not align with the =3B"associate" and as a res= ult=2C all subsequent statements lose their alignment. It would be great if= this could be fixed. =3B
 =3B
Similarly=2C a submodule when = indented does not have the correct matching statement in the "end submodule= ".
 =3B
Best=2C
 =3B
Avinash =3B
= --_44acbfc7-2adf-4ffb-ab22-e0932c7d4f51_-- From unknown Sun Jun 22 17:17:51 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21794: 24.5; ASSOCIATE and SUBMODULE construct does not indent correctly in F90 auto indent mode Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 02 Nov 2015 02:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21794 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Avinash Sirdeshpande Cc: 21794@debbugs.gnu.org Received: via spool by 21794-submit@debbugs.gnu.org id=B21794.14464318412829 (code B ref 21794); Mon, 02 Nov 2015 02:38:02 +0000 Received: (at 21794) by debbugs.gnu.org; 2 Nov 2015 02:37:21 +0000 Received: from localhost ([127.0.0.1]:48301 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zt4zo-0000jZ-PO for submit@debbugs.gnu.org; Sun, 01 Nov 2015 21:37:21 -0500 Received: from eggs.gnu.org ([208.118.235.92]:35039) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zt4zm-0000jR-E4 for 21794@debbugs.gnu.org; Sun, 01 Nov 2015 21:37:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zt4zl-0000FW-JL for 21794@debbugs.gnu.org; Sun, 01 Nov 2015 21:37:18 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:32905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zt4zj-0000FB-L7; Sun, 01 Nov 2015 21:37:15 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1Zt4zi-0006DH-U9; Sun, 01 Nov 2015 21:37:15 -0500 From: Glenn Morris References: X-Spook: Honduras Al Jazeera Riot Port Cyber security explosion X-Ran: 1vk,5=Ie)`2k%7QMFC}33kqNBWp>BgO94xF`nvh_aTF"X>/tFP\G,<{'DSe)a|yd/mt3(h X-Hue: magenta X-Attribution: GM Date: Sun, 01 Nov 2015 21:37:14 -0500 In-Reply-To: (Avinash Sirdeshpande's message of "Fri, 30 Oct 2015 12:54:27 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) Avinash Sirdeshpande wrote: > When using the indent subprogram feature in Emacs for a .f90 file, the > indentation fails if an "associate - end associate" block is present. Thanks for the report. Fixed in today's git (add "associate" to f90-no-block-limit). > Similarly, a submodule when indented does not have the correct > matching statement in the "end submodule". I don't understand. Please show a minimal example including some Fortran code that illustrates what the problem is. From unknown Sun Jun 22 17:17:51 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Avinash Sirdeshpande Subject: bug#21794: closed (Re: bug#21794: 24.5; ASSOCIATE and SUBMODULE construct does not indent correctly in F90 auto indent mode) Message-ID: References: X-Gnu-PR-Message: they-closed 21794 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo Reply-To: 21794@debbugs.gnu.org Date: Wed, 07 Dec 2016 17:56:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1481133362-32123-1" This is a multi-part message in MIME format... ------------=_1481133362-32123-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #21794: 24.5; ASSOCIATE and SUBMODULE construct does not indent correctly i= n F90 auto indent mode which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 21794@debbugs.gnu.org. --=20 21794: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D21794 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1481133362-32123-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 21794-done) by debbugs.gnu.org; 7 Dec 2016 17:55:33 +0000 Received: from localhost ([127.0.0.1]:59518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEgRJ-0008LP-03 for submit@debbugs.gnu.org; Wed, 07 Dec 2016 12:55:33 -0500 Received: from eggs.gnu.org ([208.118.235.92]:55143) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEgRH-0008LB-T1 for 21794-done@debbugs.gnu.org; Wed, 07 Dec 2016 12:55:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cEgRB-0000gW-Sv for 21794-done@debbugs.gnu.org; Wed, 07 Dec 2016 12:55:26 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD, UNRESOLVED_TEMPLATE autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEgRB-0000gS-PO for 21794-done@debbugs.gnu.org; Wed, 07 Dec 2016 12:55:25 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cEgRB-000325-CV; Wed, 07 Dec 2016 12:55:25 -0500 From: Glenn Morris To: 21794-done@debbugs.gnu.org Subject: Re: bug#21794: 24.5; ASSOCIATE and SUBMODULE construct does not indent correctly in F90 auto indent mode References: X-Spook: Law enforcement PGP U.S. Citizenship and Immigration X-Ran: %JG#1,eWz-wwG)YaYbJtA[E>%NS}_lKV}Im.=1b`0N}x%Paw{:W")p4`rliK5UKRM5Vv;k X-Hue: yellow X-Attribution: GM Date: Wed, 07 Dec 2016 12:55:25 -0500 In-Reply-To: (Glenn Morris's message of "Sun, 01 Nov 2015 21:37:14 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain 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-Spam-Score: -7.3 (-------) X-Debbugs-Envelope-To: 21794-done 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: -7.3 (-------) Glenn Morris wrote: >> When using the indent subprogram feature in Emacs for a .f90 file, the >> indentation fails if an "associate - end associate" block is present. > > Thanks for the report. Fixed in today's git (add "associate" to > f90-no-block-limit). > >> Similarly, a submodule when indented does not have the correct >> matching statement in the "end submodule". > > I don't understand. Please show a minimal example including some Fortran > code that illustrates what the problem is. Since a year has passed with no further information, I'm closing this report. ------------=_1481133362-32123-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Oct 2015 18:23:57 +0000 Received: from localhost ([127.0.0.1]:46490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZsEKx-0007eM-7B for submit@debbugs.gnu.org; Fri, 30 Oct 2015 14:23:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53996) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZsDso-0006vq-9h for submit@debbugs.gnu.org; Fri, 30 Oct 2015 13:54:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsDsn-0001kX-2q for submit@debbugs.gnu.org; Fri, 30 Oct 2015 13:54:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,RECEIVED_FROM_WINDOWS_HOST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsDsm-0001kT-W4 for submit@debbugs.gnu.org; Fri, 30 Oct 2015 13:54:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsDsm-0006Lk-2Q for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2015 13:54:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsDsi-0001jJ-Pa for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2015 13:54:31 -0400 Received: from blu004-omc1s26.hotmail.com ([65.55.116.37]:58937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsDsi-0001j3-Ma for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2015 13:54:28 -0400 Received: from BLU180-W19 ([65.55.116.9]) by BLU004-OMC1S26.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Fri, 30 Oct 2015 10:54:27 -0700 X-TMN: [ldrIF62FODpcxtvT2JDGso8k9Yp/IAG6] X-Originating-Email: [asirdesh@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_44acbfc7-2adf-4ffb-ab22-e0932c7d4f51_" From: Avinash Sirdeshpande To: "bug-gnu-emacs@gnu.org" Subject: 24.5; ASSOCIATE and SUBMODULE construct does not indent correctly in F90 auto indent mode Date: Fri, 30 Oct 2015 12:54:27 -0500 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 30 Oct 2015 17:54:27.0586 (UTC) FILETIME=[0526F620:01D1133C] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 30 Oct 2015 14:23:37 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) --_44acbfc7-2adf-4ffb-ab22-e0932c7d4f51_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello: =20 When using the indent subprogram feature in Emacs for a .f90 file=2C the in= dentation fails if an "associate - end associate" block is present. In part= icular=2C the "end associate" does not align with the "associate" and as a = result=2C all subsequent statements lose their alignment. It would be great= if this could be fixed.=20 =20 Similarly=2C a submodule when indented does not have the correct matching s= tatement in the "end submodule". =20 Best=2C =20 Avinash=20 = --_44acbfc7-2adf-4ffb-ab22-e0932c7d4f51_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello:
 =3B
When using= the indent subprogram feature in Emacs for a .f90 file=2C the indentation = fails if an "associate - end associate" block is present. In particular=2C = the "end associate" does not align with the =3B"associate" and as a res= ult=2C all subsequent statements lose their alignment. It would be great if= this could be fixed. =3B
 =3B
Similarly=2C a submodule when = indented does not have the correct matching statement in the "end submodule= ".
 =3B
Best=2C
 =3B
Avinash =3B
= --_44acbfc7-2adf-4ffb-ab22-e0932c7d4f51_-- ------------=_1481133362-32123-1--