[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: f90 indentation error and annoyance
From: |
Dave Love |
Subject: |
Re: f90 indentation error and annoyance |
Date: |
Thu, 14 Oct 2004 22:26:41 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/21.2 (gnu/linux) |
Glenn Morris <gmorris+emacs@ast.cam.ac.uk> writes:
> It is customizable - set f90-smart-end to nil.
I thought it didn't used to happen for me... I actually checked the
code, but I must have looked at the wrong level. (You wouldn't guess
I was once muggins for it :-/.)
> The doc for that variable is not very clear, though,
Indeed.
> so I'll improve it. Setting it to
> nil also avoids your bug, but I will look for a proper fix.
I think blinking the block start ought to be orthogonal to inserting
the extra text. I still think the latter shouldn't be the default
since it does more than indent the line.
I think f90-mode generally tries to be too clever rather than just
obeying the normal conventions, but I never had time to tidy it up.
E.g. TAB should work via indent-line-function rather than being
rebound directly to f90-indent-line.