emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111065: Tweak some over/underfull


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111065: Tweak some over/underfull lines
Date: Sat, 22 Dec 2012 13:09:40 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111065
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-12-22 13:09:40 -0800
message:
  Tweak some over/underfull lines
  
  * doc/misc/ada-mode.texi (Project file variables):
  Reword to reduce underfull hbox.
  (No project files, Use GNAT project file):
  Use smallexample to make some overfull lines less terrible.
modified:
  doc/misc/ChangeLog
  doc/misc/ada-mode.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-12-22 21:01:50 +0000
+++ b/doc/misc/ChangeLog        2012-12-22 21:09:40 +0000
@@ -1,5 +1,10 @@
 2012-12-22  Glenn Morris  <address@hidden>
 
+       * ada-mode.texi (Project file variables):
+       Reword to reduce underfull hbox.
+       (No project files, Use GNAT project file):
+       Use smallexample to make some overfull lines less terrible.
+
        * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
        Fix cross-references to separate manuals.
 

=== modified file 'doc/misc/ada-mode.texi'
--- a/doc/misc/ada-mode.texi    2012-12-22 16:25:40 +0000
+++ b/doc/misc/ada-mode.texi    2012-12-22 21:09:40 +0000
@@ -521,8 +521,8 @@
 ada_project_path=$GDS_ROOT/makerules
 ada_project_path=../opentoken
 @end example
-the environment variable @code{ADA_PROJECT_PATH} will be set to
address@hidden"/home/shared/makerules:/home/opentoken/"}.
+then as a result the environment variable @code{ADA_PROJECT_PATH} will
+be set to @code{"/home/shared/makerules:/home/opentoken/"}.
 
 The default value is not the current value of this environment
 variable, because that will typically have been set by another
@@ -730,7 +730,7 @@
 get a @code{*compilation*} buffer containing something like (the
 directory paths will be different):
 
address@hidden
address@hidden
 cd c:/Examples/Example_1/
 gnatmake -u -c -gnatc -g c:/Examples/Example_1/hello.adb -cargs -gnatq -gnatQ
 gcc -c -Ic:/Examples/Example_1/ -gnatc -g -gnatq -gnatQ -I- 
c:/Examples/Example_1/hello.adb
@@ -738,7 +738,7 @@
 hello.adb:4:04: non-visible declaration at a-textio.ads:264
 hello.adb:4:04: non-visible declaration at a-textio.ads:260
 gnatmake: "c:/Examples/Example_1/hello.adb" compilation error
address@hidden example
address@hidden smallexample
 
 If you have enabled font-lock, the lines with actual errors (starting
 with @file{hello.adb}) are highlighted, with the file name in red.
@@ -1045,14 +1045,14 @@
 Build}. You should get a @code{*compilation*} buffer containing
 something like (the directory paths will be different):
 
address@hidden
address@hidden
 cd c:/Examples/Example_4/Gnat_Project/
 gnatmake -o hello_4 hello_4 -Phello_4.gpr -cargs -gnatq -gnatQ -bargs  -largs
 gcc -c -g -gnatyt -gnatq -gnatQ -I- -gnatA 
c:\Examples\Example_4\Gnat_Project\hello_4.adb
 gcc -c -g -gnatyt -gnatq -gnatQ -I- -gnatA c:\Examples\Example_4\hello_pkg.adb
 hello_pkg.adb:2:08: keyword "body" expected here [see file name]
 gnatmake: "c:\examples\example_4\hello_pkg.adb" compilation error
address@hidden example
address@hidden smallexample
 
 Compare the @code{gcc} options to the compiler output in @ref{Set
 compiler options}; this shows that @file{hello_4.gpr} is being used to
@@ -1112,14 +1112,14 @@
 Build}. You should get a @code{*compilation*} buffer containing
 something like (the directory paths will be different):
 
address@hidden
address@hidden
 cd c:/Examples/Example_5/
 gnatmake -o hello_5 hello_5 -Phello_5.gpr -g -cargs -gnatq -gnatQ -bargs  
-largs
 gcc -c -g -gnatyt -g -gnatq -gnatQ -I- -gnatA c:\Examples\Example_5\hello_5.adb
 gcc -c -g -gnatyt -g -gnatq -gnatQ -I- -gnatA 
c:\Examples\Example_4\hello_pkg.adb
 hello_pkg.adb:2:08: keyword "body" expected here [see file name]
 gnatmake: "c:\examples\example_4\hello_pkg.adb" compilation error
address@hidden example
address@hidden smallexample
 
 Now type @kbd{C-x `}. @file{Example_4/hello_pkg.adb} is shown,
 demonstrating that @file{hello_5.gpr} and @file{hello_4.gpr} are being


reply via email to

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