From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!aioe.org!gy7opw3oYmwPg+L8gXeD2w.user.46.165.242.75.POSTED!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Gnu Emacs Ada mode 7.3.1 released Date: Wed, 26 Oct 2022 06:29:58 -0700 Organization: Aioe.org NNTP Server Message-ID: <865yg6u2zt.fsf@stephe-leake.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: gioia.aioe.org; logging-data="51989"; posting-host="gy7opw3oYmwPg+L8gXeD2w.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:ZtbW7d5OVtfeBF9BBXjF448xBow= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:64559 List-Id: Gnu Emacs Ada mode 7.3.1 is now available in GNU ELPA; the beta version has been promoted to release. ada-mode and wisi are now compatible with recent gnat versions. The grammar is updated to the proposed Ada 2022 version. Incremental parse is provided. It still has some bugs, so it is not enabled by default. To try it: (setq-default wisi-incremental-parse-enable t). Incremental parse often gets confused; to recover, use M-x wisi-reset-parser. That does a full parse of the entire buffer, which can be noticeably slow in large buffers. See the NEWS files in ~/.emacs.d/elpa/ada-mode-7.3.1 and wisi-4.0.0, or at http://www.nongnu.org/ada-mode/, for more details. The required Ada code requires a manual compile step, after the normal list-packages installation ('install.sh' is new in this release): cd ~/.emacs.d/elpa/ada-mode-7.3.1 ./build.sh ./install.sh This requires AdaCore gnatcoll packages which you may not have installed; see ada-mode.info Installation for help in installing them. -- -- Stephe