GNU bug report logs -
#34029
26.1; ada-mode 6.0.0 and multi-line trailing comments
Previous Next
Reported by: Ludovic Brenta <ludovic <at> ludovic-brenta.org>
Date: Thu, 10 Jan 2019 13:20:01 UTC
Severity: minor
Found in version 26.1
Done: Stephen Leake <stephen_leake <at> stephe-leake.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Package: Emacs
Version: 26.1
X-Debbugs-CC: ada-mode-users <at> nongnu.org
Severity: minor
Hello,
When reindenting the code below, ada-mode indents the line marked
[WRONG], aligning its comment delimiter is aligned under that of the
preceding line. It is my understanding that possibly "this is a
feature, not a bug" and that inserting a blank line after the
"warning" line corrects the probkel but we'd like to have an option
to disable this behavior; we have a very large code base and mass-
reindentation can break some carefully-formatted comments without
the developer noticing.
As an additional bad side-effect, comments like [WRONG] below can
easily exceed the line length limit in our coding standard.
Thanks for considering.
procedure Foo is
begin
Call_This_Other_Procedure (Bar, Baz); -- warning: finalizes Baz
-- [WRONG] The reason why we
need to call this procedure as the first step is because...
Now_Do_The_Real_Processing;
end Foo;
--
Ludovic Brenta.
This bug report was last modified 5 years and 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.