comp.lang.ada
 help / color / mirror / Atom feed
* Gnu Emacs Ada mode 7.3.1 released
@ 2022-10-26 13:29 Stephen Leake
  0 siblings, 0 replies; only message in thread
From: Stephen Leake @ 2022-10-26 13:29 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-26 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-26 13:29 Gnu Emacs Ada mode 7.3.1 released Stephen Leake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox