info-gnu-emacs
[Top][All Lists]
Advanced

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

New GNU ELPA package: gpr-mode - Major mode for editing GNAT project fil


From: Sacha Chua
Subject: New GNU ELPA package: gpr-mode - Major mode for editing GNAT project files
Date: Mon, 30 Jan 2023 08:53:44 -0500

    Summary: Major mode for editing GNAT project files
   Requires: emacs-25.3, wisi-4.2.2, gnat-compiler-1.0.1
    Website: https://stephe-leake.org/ada/wisitoken.html
 Maintainer: Stephen Leake <stephen_leake@member.fsf.org>
     Author: Stephen Leake <stephen_leake@member.fsf.org>

Emacs gpr mode version 1.0.2

gpr mode provides auto-casing, fontification, navigation, and
indentation for gpr source code files.

gpr mode uses a parser to provide fontification, navigation, and
indentation. 

The parser is provided as Ada source code that must be compiled and
installed:

cd ~/.emacs.d/elpa/gpr-mode-i.j.k
./build.sh
./install.sh

install.sh can take an option "--prefix=<dir>" to set the installation
directory.

gpr mode will be automatically loaded when you open a file
with a matching extension (default *.gpr).

gpr mode uses wisi project files to define large (multi-directory)
projects, and to define casing exceptions.

See gpr-mode.info for help on using and customizing gpr mode.



reply via email to

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