comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen_leake@stephe-leake.org>
Subject: Gnu Emacs Ada mode 7.1.1 released.
Date: Thu, 14 May 2020 15:43:19 -0700 (PDT)
Date: 2020-05-14T15:43:19-07:00	[thread overview]
Message-ID: <7bd06951-89ec-4a4e-a1e0-bcd38c223497@googlegroups.com> (raw)

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.

             reply	other threads:[~2020-05-14 22:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-14 22:43 Stephen Leake [this message]
2020-05-17 16:36 ` Gnu Emacs Ada mode 7.1.1 released Anders Wirzenius
2020-05-18  0:13   ` Stephen Leake
replies disabled

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