From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT GPL 2016 Editor Bugs? Date: Wed, 08 Jun 2016 08:14:56 +0100 Organization: A noiseless patient Spider Message-ID: References: <0c1bf32b-13e9-486f-9acc-96fa371c0b90@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="04aae7c6daad7fae4c8151f1633e073a"; logging-data="26060"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/znGUMVh+ndAmQuBAqAkZLX4akioZguck=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:hFYBos4ver7ab2QQGaO2WSyx/MI= sha1:VtSfu/jCQPgDWIPv7aEXRok2UG8= Xref: news.eternal-september.org comp.lang.ada:30656 Date: 2016-06-08T08:14:56+01:00 List-Id: Eryndlia Mavourneen writes: > So the indentation problem is caused by THIS: > > type A is new B with > -- This is how I made the comment. > record > C : D; > end record; Yes. I was interested to find that ada-mode has a problem with this too: if you put point on the comment and TAB you get Error: (error "cl-ecase failed: derived_type_definition, (aggregate aspect_specification_opt)") save-excursion: Wrong type argument: number-or-marker-p, nil and a little beep. Huh.