ada-mode-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gnu Emacs Ada mode 7.1.1 released.


From: Stephen Leake
Subject: Gnu Emacs Ada mode 7.1.1 released.
Date: Thu, 14 May 2020 14:42:04 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt)

Gnu Emacs Ada mode 7.1.1 is now available in GNU ELPA.

Relative to the previous Ada mode release (7.0.1), this is a
minor feature release.

* ada-mode fully supports non-ASCII text (the few remaining
  ASCII-only regular expressions have been fixed).

* gpr_query now starts in the background, and provides a completion
  table of all symbols in the project.

* keystroke C-M-i is bound to `completion-at-point', and uses the
  symbol table provided by gpr-query.

* Commands that prompt for a symbol (ie C-u C-c C-d
  wisi-goto-spec/body and C-u M-. xref-find-definitions) use the
  completion table provided by gpr_query. With a single C-u, all
  symbols in the project are used; with two C-u, only
  symbols defined in the current file are used.

See the NEWS files in ~/.emacs.d/elpa/ada-mode-7.1.1 and wisi-3.1.1,
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.1.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.


If you are using gnat pro 21.0w, you'll have to fix compiler errors in
sal-gen_unbounded_definite_red_black_trees.adb; see the WORKAROUND
comments at the error locations (just delete the .all). I'm hoping gnat
pro 21 will fix that bug.

-- 
-- Stephe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]