]> code.delx.au - gnu-emacs-elpa/blob - packages/ada-mode/README
Merge commit '0cda39255827f283e7578cd469ae42daad9556a2' from js2-mode
[gnu-emacs-elpa] / packages / ada-mode / README
1 Emacs Ada mode version 5.1.9
2
3 Ada mode requires Emacs 24.2 or greater
4
5 See ada-mode.texi (or a compiled version) for help on using and
6 customizing Ada mode, upgrading from previous versions, and notes for
7 Ada mode developers.
8
9 Ada mode is provided as a Gnu ELPA package; to install the package,
10 add to ~./emacs:
11
12 (package-initialize)
13
14 then invoke M-x list-packages, install Ada mode.
15
16 Note that you must have the Emacs lisp sources installed; that's a
17 separate package in some distributions.
18
19 To install Ada mode, gpr mode, and associated utilities from this distribution:
20
21 Unzip to a convenient place (we will use ~/ada-mode in the following).
22
23 In a shell:
24 $ cd ~/ada-mode/build/wisi
25 $ make byte-compile
26
27 Edit your ~/.emacs, add:
28
29 (add-to-list 'load-path (expand-file-name "~/ada-mode"))
30
31
32 Ada mode will be automatically loaded when you open a file with a
33 matching extension (default *.ads, *.adb).
34
35
36 By default ada-mode uses gnat find for cross-reference functions.
37 There is support for an alternative: gpr_query. See ada-mode.texi
38 section Installation for more.
39
40 (end of file)