]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ada-mode/README
release ada-mode 5.1.7, wisi 1.1.0; minor format changes in ada-ref-man (take 2)
[gnu-emacs-elpa] / packages / ada-mode / README
old mode 100755 (executable)
new mode 100644 (file)
index 0e6c4bf..af4f89e
@@ -1,7 +1,10 @@
-Emacs Ada mode version 5.0.1
+Emacs Ada mode version 5.1.7
+
+Ada mode requires Emacs 24.2 or greater
 
 See ada-mode.texi (or a compiled version) for help on using and
-customizing Ada mode, and notes for Ada mode developers.
+customizing Ada mode, upgrading from previous versions, and notes for
+Ada mode developers.
 
 Ada mode is provided as a Gnu ELPA package; to install the package,
 add to ~./emacs:
@@ -10,6 +13,8 @@ add to ~./emacs:
 
 then invoke M-x list-packages, install Ada mode.
 
+Note that you must have the Emacs lisp sources installed; that's a
+separate package in some distributions.
 
 To install Ada mode, gpr mode, and associated utilities from this distribution:
 
@@ -29,37 +34,7 @@ matching extension (default *.ads, *.adb).
 
 
 By default ada-mode uses gnat find for cross-reference functions.
-There is experimental support for an alternative, gnatinspect. You can
-select that by adding:
-
-(require 'gnat-inspect)
-
-in your ~/.emacs, before anything that loads ada-mode
-
-to build gnatinspect:
-    (gds-lynx-5)
-    cd ~/Projects
-    tar xf ~/Downloads/gnatcoll...
-    cd gnatcoll...
-    case:
-    when linux:
-        ./configure --prefix=/usr/gnat-7.1.2 --enable-gpl
-    when windows:
-        in cygwin bash, with gnat-7.1.2 in path:
-        ./configure --prefix=/Apps/GNAT-7.1.2 --enable-gpl
-    end case
-
-    make Gnatcoll_Build=Debug
-    sudo make Gnatcoll_Build=Debug install
-
-
-gnatinspect references:
-    gnatcoll-1.6w-src/docs/xref.rst
-    gnatcoll-1.6w-src/src/tools/gnatinspect.adb
-
-debugging gnatinspect:
-    verbosity in .gnatdebug:
-    -- Projects
-    -- ENTITIES.PARSING
+There is support for an alternative: gpr_query. See ada-mode.texi
+section Installation for more.
 
 (end of file)