bug#73218: [PATCH] Fix Fortran indent below do_not_a_loop=42

2024-09-12 Thread Ken Mankoff
Tags: patch Hello, Following up from https://lists.gnu.org/archive/html/emacs-devel/2024-08/msg00904.html I'm submitting a patch to fix Fortran indentation due to an overly aggressive match for do loops. In GNU Emacs 29.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.1

bug#73218: [PATCH] Fix Fortran indent below do_not_a_loop=42

2024-09-13 Thread Ken Mankoff
Hi Eli, On 2024-09-12 at 23:16 -07, Eli Zaretskii wrote... >> --- a/lisp/progmodes/fortran.el >> +++ b/lisp/progmodes/fortran.el >> @@ -1631,7 +1631,7 @@ fortran-calculate-indent >> (setq icol (+ icol fortran-if-indent))) >>((looking-at "where[ \t]*(.*)[ \t]*\n") >