]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ada-mode/ada-mode.info
update ada-mode, wisi
[gnu-emacs-elpa] / packages / ada-mode / ada-mode.info
index e2c10f95bf1ad7b2177c8044c67d4b9f06071b4a..485adadae2f8f9d44fdce4eb23f7d68a91f1489c 100644 (file)
@@ -1,7 +1,7 @@
 This is ada-mode.info, produced by makeinfo version 5.2 from
 ada-mode.texi.
 
-Copyright (C) 1999 - 2014 Free Software Foundation, Inc.
+Copyright (C) 1999 - 2015 Free Software Foundation, Inc.
 
      Permission is granted to copy, distribute and/or modify this
      document under the terms of the GNU Free Documentation License,
@@ -22,7 +22,7 @@ END-INFO-DIR-ENTRY
 \1f
 File: ada-mode.info,  Node: Top,  Next: Overview,  Prev: (dir),  Up: (dir)
 
-Copyright (C) 1999 - 2014 Free Software Foundation, Inc.
+Copyright (C) 1999 - 2015 Free Software Foundation, Inc.
 
      Permission is granted to copy, distribute and/or modify this
      document under the terms of the GNU Free Documentation License,
@@ -94,8 +94,7 @@ File: ada-mode.info,  Node: Installation,  Next: Customization,  Prev: Overview,
 2 Installation
 **************
 
-Ada mode requires Emacs 24.2 or greater; it also requires the Emacs lisp
-sources (not just the compiled binaries).
+Ada mode requires Emacs 24.2 or greater.
 
    Ada mode is distributed in the Gnu ELPA package archive; it can be
 installed via 'M-x list-packages' (*note (emacs)Packages::).  You must
@@ -139,18 +138,18 @@ File: ada-mode.info,  Node: gpr_query,  Next: Upgrading,  Prev: Ada Reference Ma
 
 Ada mode has support for an external cross reference tool 'gpr_query',
 which supports Ada, C, C++, and any other language for which AdaCore gcc
-provices the '-fdump-xref' ('-fdump-xref' is an AdaCore extension).
+provides the '-fdump-xref' ('-fdump-xref' is an AdaCore extension).
 
-   'gpr_query' requires the 'gnatcoll' library provided by AdaCore.  Ada
-mode requires the very latest version 'gnatcoll 1.7w' distributed with
-GNAT GPL 2014.
+   'gpr_query' requires the 'gnatcoll' library provided by AdaCore,
+distributed with GNAT GPL 2014.
 
    To build 'gpr_query', assuming GNAT GPL 2014 is installed in
-'/usr/gnat-gpl-2014', and '/usr/gnat-gpl-2014/bin' is in PATH:
+'/usr/gnat-gpl-2014', and '/usr/gnat-gpl-2014/bin' is in PATH (if you
+are running Windows, use Cygwin bash to run these commands):
 
-     tar xf ~/Downloads/gnatcoll-1.7x-src.tgz
-     cd gnatcoll-1.7w-src
-     ./configure --prefix=/usr/gnat-gpl-2014
+     tar xf ~/Downloads/gnatcoll-gpl-2014-src.tar.gz
+     cd gnatcoll-gpl-2014-src
+     ./configure --enable-projects --prefix=/usr/gnat-gpl-2014
      make
      sudo make install
      cd ~/.emacs.d/elpa/ada-mode-5.xx/build
@@ -280,7 +279,8 @@ it, add the following to '~/.emacs':
      (require 'gpr-query)
 
    To use 'gpr_query', the Ada code 'gpr_query.adb' must be compiled;
-see *note Installation::.
+see *note Installation::.  In addition, non-Ada code must be compiled
+with the AdaCore gcc extension '-fdump-xref'.
 
    To use a cross reference tool other than the above, you must write
 Emacs lisp code that provides the interface to the compiler, and set
@@ -2439,45 +2439,45 @@ Tag Table:
 Node: Top\7f945
 Node: Overview\7f2576
 Node: Installation\7f3787
-Node: Ada Reference Manual\7f4753
-Node: gpr_query\7f5029
-Node: Upgrading\7f6094
-Node: Customization\7f6666
-Node: Non-standard file names\7f7148
-Node: Other compiler\7f8989
-Node: Other cross-reference\7f9568
-Node: Other customization\7f10503
-Node: Compiling Executing\7f13140
-Node: Compile commands\7f13875
-Node: Compiling Examples\7f16613
-Node: No project files\7f17445
-Node: Set compiler options\7f22811
-Node: Set source search path\7f24773
-Node: Use GNAT project file\7f27226
-Node: Use multiple GNAT project files\7f30000
-Node: Use a Makefile\7f32720
-Node: Compiler errors\7f34035
-Node: Project files\7f34852
-Node: Project file overview\7f35879
-Node: Project file variables\7f37407
-Node: Moving Through Ada Code\7f41037
-Node: Identifier completion\7f43736
-Node: Indentation\7f44698
-Node: Statement skeletons\7f48750
-Node: Aligning code\7f50535
-Node: Automatic casing\7f51480
-Node: Comment Handling\7f54184
-Node: Key summary\7f54703
-Node: Developer overview\7f57330
-Node: Directory structure\7f57670
-Node: Package organization\7f61156
-Node: Ada mode\7f61391
-Node: gpr mode\7f63587
-Node: GNAT core\7f63870
-Node: Wisi\7f64704
-Node: OpenToken\7f65671
-Node: ELPA\7f66273
-Node: GNU Free Documentation License\7f66883
-Node: Index\7f92044
+Node: Ada Reference Manual\7f4679
+Node: gpr_query\7f4955
+Node: Upgrading\7f6058
+Node: Customization\7f6630
+Node: Non-standard file names\7f7112
+Node: Other compiler\7f8953
+Node: Other cross-reference\7f9532
+Node: Other customization\7f10557
+Node: Compiling Executing\7f13194
+Node: Compile commands\7f13929
+Node: Compiling Examples\7f16667
+Node: No project files\7f17499
+Node: Set compiler options\7f22865
+Node: Set source search path\7f24827
+Node: Use GNAT project file\7f27280
+Node: Use multiple GNAT project files\7f30054
+Node: Use a Makefile\7f32774
+Node: Compiler errors\7f34089
+Node: Project files\7f34906
+Node: Project file overview\7f35933
+Node: Project file variables\7f37461
+Node: Moving Through Ada Code\7f41091
+Node: Identifier completion\7f43790
+Node: Indentation\7f44752
+Node: Statement skeletons\7f48804
+Node: Aligning code\7f50589
+Node: Automatic casing\7f51534
+Node: Comment Handling\7f54238
+Node: Key summary\7f54757
+Node: Developer overview\7f57384
+Node: Directory structure\7f57724
+Node: Package organization\7f61210
+Node: Ada mode\7f61445
+Node: gpr mode\7f63641
+Node: GNAT core\7f63924
+Node: Wisi\7f64758
+Node: OpenToken\7f65725
+Node: ELPA\7f66327
+Node: GNU Free Documentation License\7f66937
+Node: Index\7f92098
 \1f
 End Tag Table