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: backlog4.nntp.ams3.giganews.com!backlog4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: erlo Newsgroups: comp.lang.ada Subject: Re: ANN: Kickstarter for beginning work on a new open-source Compiler Date: Sun, 23 Mar 2014 22:14:42 +0100 Organization: A noiseless patient Spider Message-ID: References: <5151491a-14c3-4138-bcb5-f29108aeefb9@googlegroups.com> <857g7q6za4.fsf@stephe-leake.org> <0d9343e9-6190-46b0-a313-bc33ed17f28d@googlegroups.com> <854n2s5tqc.fsf@stephe-leake.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Injection-Date: Sun, 23 Mar 2014 21:14:41 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="f047e3e707c249e3e510f2617e1f597c"; logging-data="6917"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ZdGwfPILkJKr9VVqjLRIu" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 In-Reply-To: Cancel-Lock: sha1:yEI7Qx+zSmocyCvU0Uu5VdlSTA0= Xref: number.nntp.dca.giganews.com comp.lang.ada:185306 Date: 2014-03-23T22:14:42+01:00 List-Id: On 03/21/2014 09:17 AM, Simon Wright wrote: > Stephen Leake writes: > >> Emacs Ada mode skeletons don't compile in GNAT, but the indentation >> parser accepts them. For example, 'case foo C-e' expands to: >> >> case Foo is >> when => >> end case; > > The Rational Environment used to include recognisable and storable > markers in such cases: for example {statement}. As far as I remember > they were displayed in inverse video to make them stand out! > The problem was (at least for the OS/9 cross) that the programs would compile and link, resulting in an exception (Illegal program, I think) when you tried to execute the code. Erlo