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

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

[Ada-mode-users] Gnu Emacs Ada mode 6.2.1 released.


From: Stephen Leake
Subject: [Ada-mode-users] Gnu Emacs Ada mode 6.2.1 released.
Date: Mon, 19 Aug 2019 04:45:10 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt)

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.

-- 
-- Stephe



reply via email to

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