aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ProofGeneral.texi
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-10-01 11:48:51 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-10-01 11:48:51 +0000
commita25e98cab3c82f3b95115b532636f5869b9e0651 (patch)
tree9e7764fd60bff638ef4742284781b5dc772c69ee /doc/ProofGeneral.texi
parent7af0b5b970aa72c7b9997a8107c961ee99fce3ec (diff)
Update magic, release dates
Diffstat (limited to 'doc/ProofGeneral.texi')
-rw-r--r--doc/ProofGeneral.texi63
1 files changed, 27 insertions, 36 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index 0b53e73d..32b73f02 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -70,7 +70,7 @@
@set version 4.0
@set emacsversion 23.2
-@set last-update September 2010
+@set last-update October 2010
@set rcsid $Id$
@dircategory Theorem proving
@@ -352,6 +352,7 @@ James Brotherston,
Martin Buechi,
Pierre Casteran,
Lucas Dixon,
+Erik Martin-Dorel,
Matt Fairtlough,
Ivan Filippenko,
Georges Gonthier,
@@ -3291,10 +3292,9 @@ If non-nil, enable indentation code for proof scripts.
The default value is @code{t}.
@end defopt
-@c TEXI DOCSTRING MAGIC: proof-one-command-per-line
-@defopt proof-one-command-per-line
-If non-nil, format for newlines after each proof command in a script.@*
-This option is not fully-functional at the moment.
+@c TEXI DOCSTRING MAGIC: PA-one-command-per-line
+@defopt PA-one-command-per-line
+If non-nil, format for newlines after each command in a script.
The default value is @code{t}.
@end defopt
@@ -3398,16 +3398,6 @@ is no locked region.
The default value is @code{nil}.
@end defopt
-@c TEXI DOCSTRING MAGIC: proof-script-command-separator
-@defopt proof-script-command-separator
-String separating commands in proof scripts.@*
-For example, if a proof assistant prefers one command per line, then
-this string should be set to a newline. Otherwise it should be
-set to a space.
-
-The default value is @code{" "}.
-@end defopt
-
@c TEXI DOCSTRING MAGIC: proof-rsh-command
@defopt proof-rsh-command
Shell command prefix to run a command on a remote host.@*
@@ -3887,8 +3877,7 @@ Lego home page URL.
@chapter Coq Proof General
Coq Proof General is an instantiation of Proof General for the Coq proof
-assistant. It supports most of the generic features of Proof General,
-but does not have integrated file management or proof-by-pointing yet.
+assistant. It supports most of the generic features of Proof General.
@menu
* Coq-specific commands::
@@ -3921,26 +3910,28 @@ Inserts ``End <section-name>.'' (this should work well with nested sections).
Prompts for a SearchIsos argument.
@end table
-@node Coq-specific variables
-@section Coq-specific variables
-@kindex coq-version-is-V8-0
-@kindex coq-version-is-V8-1
+@c da: I think this section is obsolete now, Pierre?
-The variable
-@lisp
- coq-version-is-Vx
-@end lisp
-(where x is 8-0 or 8-1) is used to force version of Coq, if it is t,
-then Coq is considered in version x. ProofGeneral sets it automatically
-by doing the following shell command:
-@lisp
- (concat coq-prog-name "-v")
-@end lisp
+@c @node Coq-specific variables
+@c @section Coq-specific variables
+@c @kindex coq-version-is-V8-0
+@c @kindex coq-version-is-V8-1
+
+@c The variable
+@c @lisp
+@c coq-version-is-Vx
+@c @end lisp
+@c (where x is 8-0 or 8-1) is used to force version of Coq, if it is t,
+@c then Coq is considered in version x. ProofGeneral sets it automatically
+@c by doing the following shell command:
+@c @lisp
+@c (concat coq-prog-name "-v")
+@c @end lisp
-So you should not have to set this variable unless you have problems
-with different versions of Coq, you can set to t the variable
-corresponding to the version you are using in your config file (before
-ProofGeneral is loaded) and ProofGeneral won't override it.
+@c So you should not have to set this variable unless you have problems
+@c with different versions of Coq, you can set to t the variable
+@c corresponding to the version you are using in your config file (before
+@c ProofGeneral is loaded) and ProofGeneral won't override it.
@node Editing multiple proofs
@@ -4150,7 +4141,7 @@ at the top of your theory file, like this:
The default value is @code{nil}.
@end defopt
@c TEXI DOCSTRING MAGIC: isabelle-choose-logic
-@deffn Command isabelle-choose-logic
+@deffn Command isabelle-choose-logic logic
Adjust isabelle-prog-name and @code{proof-prog-name} for running @var{logic}.
@end deffn
@node Isabelle commands