From: Ushnish Basu <ubasu@cal.berkeley.edu>
To: 4259@emacsbugs.donarmstrong.com
Subject: bug#4259: closed by Glenn Morris <rgm@gnu.org> (Re: Cannot indent fortran continue statement in emacs 23)
Date: Mon, 31 Aug 2009 15:08:54 -0700 [thread overview]
Message-ID: <4A9C49F6.9080903@cal.berkeley.edu> (raw)
In-Reply-To: <handler.4259.D4259.125159643616456.notifdone@emacsbugs.donarmstrong.com>
Thanks, I tried it out and it works. Thanks for the quick bugfix.
Ushnish
Emacs bug Tracking System wrote:
> This is an automatic notification regarding your bug report
> which was filed against the emacs package:
>
> #4259: Cannot indent fortran continue statement in emacs 23
>
> It has been closed by Glenn Morris <rgm@gnu.org>.
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Glenn Morris <rgm@gnu.org> by
> replying to this email.
>
>
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: Cannot indent fortran continue statement in emacs 23
> From:
> Glenn Morris <rgm@gnu.org>
> Date:
> Sat, 29 Aug 2009 21:40:33 -0400
> To:
> 4259-done@emacsbugs.donarmstrong.com
>
> To:
> 4259-done@emacsbugs.donarmstrong.com
>
>
> I believe this is fixed in the current CVS trunk. It would be great if
> you are able to test it out.
>
> 2009-08-30 Glenn Morris <rgm at gnu.org>
>
> * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
> from fortran-current-defun.
> (fortran-beginning-of-subprogram): Be more precise about finding the
> start, to avoid an infinite loop in end-of-defun. (Bug#4259)
> (fortran-end-of-subprogram): Simplify.
> (fortran-current-defun): Use fortran-start-prog-re.
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Cannot indent fortran continue statement in emacs 23
> From:
> Ushnish Basu <ubasu@cal.berkeley.edu>
> Date:
> Tue, 25 Aug 2009 12:09:30 -0700
> To:
> "Michael D. Prange" <prange@erl.mit.edu>, Glenn Morris <rgm@gnu.org>
>
> To:
> "Michael D. Prange" <prange@erl.mit.edu>, Glenn Morris <rgm@gnu.org>
>
>
> Hello,
>
> I believe I came across a bug in the latest version of the fortran mode
> in emacs 23. Currently I am using version 23.1.1, but I did not have
> this problem with 23.0.60 from CVS.
>
> Please see the following sample code - I have arranged it as such only
> to illustrate the problem:
>
> subroutine first
> do 10 i=1,10
> 10 continue
> end
> do 20 i=1,100
> 20 continue
>
>
> If I run fortran-indent-line on the first continue (label 10) it works
> fine. However, if I run it on the second one (label 20), I get the error:
>
> fortran-check-end-prog-re: Lisp nesting exceeds 'max-lisp-eval-depth'
>
> presumably because it is after the 'end'
>
> If I increase max-lisp-eval-depth (and max-specpdl-size) to 10000, then
> I get the error
>
> fortran-check-end-prog-re: Variable binding depth exceeds max-specpdl-size
>
> Is this something that has been fixed in CVS?
>
> I look forward to hearing back from you.
>
> Thanks,
>
> Ushnish
>
prev parent reply other threads:[~2009-08-31 22:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <ja8wh23wq6.fsf@fencepost.gnu.org>
2009-08-25 19:09 ` bug#4259: Cannot indent fortran continue statement in emacs 23 Ushnish Basu
2009-08-26 1:56 ` Glenn Morris
2009-08-26 16:59 ` Ushnish Basu
2009-08-27 22:32 ` Glenn Morris
2009-08-30 1:45 ` bug#4259: marked as done (Cannot indent fortran continue statement in emacs 23) Emacs bug Tracking System
[not found] ` <handler.4259.D4259.125159643616456.notifdone@emacsbugs.donarmstrong.com>
2009-08-31 22:08 ` Ushnish Basu [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A9C49F6.9080903@cal.berkeley.edu \
--to=ubasu@cal.berkeley.edu \
--cc=4259@emacsbugs.donarmstrong.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.