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 X-Received: by 10.182.28.36 with SMTP id y4mr4417674obg.46.1391526109298; Tue, 04 Feb 2014 07:01:49 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!uq10no9288398igb.0!news-out.google.com!s3ni7071qas.0!nntp.google.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Emacs Ada mode 5.0.1 available in Gnu ELPA Date: Tue, 04 Feb 2014 09:01:46 -0600 Message-ID: <85wqha2a79.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt) Cancel-Lock: sha1:32Zw75TZZ9+n+ua0xe1J3e/cym8= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 34a2852f100ddeef2f4a330198 X-Received-Bytes: 2029 X-Received-Body-CRC: 747858542 Content-Type: text/plain X-Original-Bytes: 2403 Xref: number.nntp.dca.giganews.com comp.lang.ada:184654 Date: 2014-02-04T09:01:46-06:00 List-Id: Emacs Ada mode 5.0.1 is now available in Gnu ELPA. It requires Emacs 24.3; I'm working on backporting to Emacs 24.2 for Debian stable, and possibly 23.4. This supercedes the Emacs Ada mode 4.0b that is in the Emacs distribution; that will be removed in a future distribution. To install from Gnu ELPA: add to ~./emacs: (package-initialize) then invoke M-x list-packages, install Ada mode 5.0.1. To install from source: download from http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html This is the long-awaited complete rewrite, supporting almost all Ada 2012 syntax (aspects are not there yet, but I already have one request for them, so they will be soon). It has been alpha-tested by me and several users on the Emacs Ada mode mailing list, so it is ready for general use. It is based on an OpenToken-generated grammar, which enables more sophisticated navigation featurs (ie move from 'if' to 'then', 'else', 'end if' etc). It's also a _lot_ easier to maintain. It also includes experimental support for the new GNAT cross-reference tool gnatinspect, which handles C, C++, Ada. For more info, see the updated Ada mode manual in the package in info format, or at http://stephe-leake.org/emacs/ada-mode/ada-mode.html Report bugs/requests to the Emacs Ada mode mailing list; see http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org -- -- Stephe