comp.lang.ada
 help / color / mirror / Atom feed
* Gnu Emacs Ada mode 6.2.1 released.
@ 2019-08-19 11:46 Stephen Leake
  0 siblings, 0 replies; only message in thread
From: Stephen Leake @ 2019-08-19 11:46 UTC (permalink / raw)


Gnu Emacs Ada mode 6.2.1 is now available in GNU ELPA. This is a minor
feature and bug fix release.

The elisp parser is deleted.

ada-mode now supports some simple refactor operations; convert between
Object.Method and Prefix.Method (Object) syntax.

ada-mode now provides a project.el backend. `project-find-file' does
file name completion on files in the current project, using the
`uniquify-files' completion style. To use this backend with an
existing Ada mode project file:

   (setq ada-project-current (make-ada-project :ada-prj-file <exising-file.prj>))
   (add-to-list 'project-find-functions #'ada-project-current)

Error correction is faster.

See the NEWS files in ~/.emacs.d/elpa/ada-mode-6.2.1 and wisi-2.2.1,
or at http://www.nongnu.org/ada-mode/, for more details.

The process parser requires a manual compile step, after the normal
list-packages installation:

cd ~/.emacs.d/elpa/ada-mode-6.2.1
./build.sh

This requires AdaCore gnatcoll packages which you may not have
installed; see ada-mode.info Installation for help in installing them.


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

only message in thread, other threads:[~2019-08-19 11:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-19 11:46 Gnu Emacs Ada mode 6.2.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