doc-src/System/Thy/document/Basics.tex
author wenzelm
Sat, 04 Oct 2008 17:40:58 +0200
changeset 28505 f98751bd715f
parent 28503 a30b7169fdd1
child 28507 325592dad134
permissions -rw-r--r--
updated generated file;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
     1
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
     2
\begin{isabellebody}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
     3
\def\isabellecontext{Basics}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
     4
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
     5
\isadelimtheory
402a3f30542f generated files;
wenzelm
parents:
diff changeset
     6
\isanewline
402a3f30542f generated files;
wenzelm
parents:
diff changeset
     7
\isanewline
402a3f30542f generated files;
wenzelm
parents:
diff changeset
     8
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
     9
\endisadelimtheory
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    10
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    11
\isatagtheory
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    12
\isacommand{theory}\isamarkupfalse%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    13
\ Basics\isanewline
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    14
\isakeyword{imports}\ Pure\isanewline
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    15
\isakeyword{begin}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    16
\endisatagtheory
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    17
{\isafoldtheory}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    18
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    19
\isadelimtheory
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    20
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    21
\endisadelimtheory
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    22
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    23
\isamarkupchapter{The Isabelle system environment%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    24
}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    25
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    26
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    27
\begin{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    28
This manual describes Isabelle together with related tools and user
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    29
  interfaces as seen from an outside (system oriented) view.  See also
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    30
  the \emph{Isabelle/Isar Reference Manual}~\cite{isabelle-isar-ref}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    31
  and the \emph{Isabelle Reference Manual}~\cite{isabelle-ref} for the
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    32
  actual Isabelle commands and related functions.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    33
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    34
  \medskip The Isabelle system environment emerges from a few general
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    35
  concepts.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    36
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
    37
  \begin{enumerate}
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    38
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
    39
  \item The \emph{Isabelle settings} mechanism provides environment
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    40
  variables to all Isabelle programs (including tools and user
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    41
  interfaces).
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    42
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
    43
  \item The \emph{raw Isabelle process} (\indexref{}{executable}{isabelle-process}\hyperlink{executable.isabelle-process}{\mbox{\isa{\isatt{isabelle{\isacharminus}process}}}}) runs logic sessions either interactively or in
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
    44
  batch mode.  In particular, this view abstracts over the invocation
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
    45
  of the actual ML system to be used.  Regular users rarely need to
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
    46
  care about the low-level process.
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    47
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
    48
  \item The \emph{Isabelle tools wrapper} (\indexref{}{executable}{isabelle}\hyperlink{executable.isabelle}{\mbox{\isa{\isatt{isabelle}}}})
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
    49
  provides a generic startup environment Isabelle related utilities,
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
    50
  user interfaces etc.  Such tools automatically benefit from the
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
    51
  settings mechanism.
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    52
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
    53
  \item The \emph{Isabelle interface wrapper} (\indexref{}{executable}{isabelle-interface}\hyperlink{executable.isabelle-interface}{\mbox{\isa{\isatt{isabelle{\isacharminus}interface}}}}) provides some abstraction over the actual
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
    54
  user interface to be used.  The de-facto standard interface for
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
    55
  Isabelle is Proof~General \cite{proofgeneral}.
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    56
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
    57
  \end{enumerate}%
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    58
\end{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    59
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    60
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    61
\isamarkupsection{Isabelle settings \label{sec:settings}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    62
}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    63
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    64
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    65
\begin{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    66
The Isabelle system heavily depends on the \emph{settings
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    67
  mechanism}\indexbold{settings}.  Essentially, this is a statically
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    68
  scoped collection of environment variables, such as \hyperlink{setting.ISABELLE-HOME}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}HOME}}}}, \hyperlink{setting.ML-SYSTEM}{\mbox{\isa{\isatt{ML{\isacharunderscore}SYSTEM}}}}, \hyperlink{setting.ML-HOME}{\mbox{\isa{\isatt{ML{\isacharunderscore}HOME}}}}.  These
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    69
  variables are \emph{not} intended to be set directly from the shell,
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    70
  though.  Isabelle employs a somewhat more sophisticated scheme of
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    71
  \emph{settings files} --- one for site-wide defaults, another for
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    72
  additional user-specific modifications.  With all configuration
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    73
  variables in at most two places, this scheme is more maintainable
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    74
  and user-friendly than global shell environment variables.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    75
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    76
  In particular, we avoid the typical situation where prospective
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    77
  users of a software package are told to put several things into
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    78
  their shell startup scripts, before being able to actually run the
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    79
  program. Isabelle requires none such administrative chores of its
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    80
  end-users --- the executables can be invoked straight away.
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
    81
  Occasionally, users would still want to put the \hyperlink{file.$ISABELLE-HOME/bin}{\mbox{\isa{\isatt{{\isachardollar}ISABELLE{\isacharunderscore}HOME{\isacharslash}bin}}}} directory into their shell's search path, but
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
    82
  this is not required.%
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    83
\end{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    84
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    85
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    86
\isamarkupsubsection{Building the environment%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    87
}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    88
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    89
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    90
\begin{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    91
Whenever any of the Isabelle executables is run, their settings
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    92
  environment is put together as follows.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    93
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    94
  \begin{enumerate}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    95
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    96
  \item The special variable \indexdef{}{setting}{ISABELLE\_HOME}\hypertarget{setting.ISABELLE-HOME}{\hyperlink{setting.ISABELLE-HOME}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}HOME}}}}} is
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    97
  determined automatically from the location of the binary that has
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    98
  been run.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
    99
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   100
  You should not try to set \hyperlink{setting.ISABELLE-HOME}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}HOME}}}} manually. Also
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   101
  note that the Isabelle executables either have to be run from their
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   102
  original location in the distribution directory, or via the
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   103
  executable objects created by the \hyperlink{tool.install}{\mbox{\isa{\isatt{install}}}} utility.  Symbolic
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   104
  links are admissible, but a plain copy of the \hyperlink{file.$ISABELLE-HOME/bin}{\mbox{\isa{\isatt{{\isachardollar}ISABELLE{\isacharunderscore}HOME{\isacharslash}bin}}}} files will not work!
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   105
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   106
  \item The file \hyperlink{file.$ISABELLE-HOME/etc/settings}{\mbox{\isa{\isatt{{\isachardollar}ISABELLE{\isacharunderscore}HOME{\isacharslash}etc{\isacharslash}settings}}}} ist run as a
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   107
  \indexref{}{executable}{bash}\hyperlink{executable.bash}{\mbox{\isa{\isatt{bash}}}} shell script with the auto-export option for
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   108
  variables enabled.
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   109
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   110
  This file holds a rather long list of shell variable assigments,
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   111
  thus providing the site-wide default settings.  The Isabelle
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   112
  distribution already contains a global settings file with sensible
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   113
  defaults for most variables.  When installing the system, only a few
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   114
  of these may have to be adapted (probably \hyperlink{setting.ML-SYSTEM}{\mbox{\isa{\isatt{ML{\isacharunderscore}SYSTEM}}}}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   115
  etc.).
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   116
  
28286
bed3865290b4 updated generated file;
wenzelm
parents: 28250
diff changeset
   117
  \item The file \verb|$ISABELLE_HOME_USER/etc/settings| (if it
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   118
  exists) is run in the same way as the site default settings. Note
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   119
  that the variable \hyperlink{setting.ISABELLE-HOME-USER}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}HOME{\isacharunderscore}USER}}}} has already been set
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   120
  before --- usually to \verb|~/isabelle|.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   121
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   122
  Thus individual users may override the site-wide defaults.  See also
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   123
  file \hyperlink{file.$ISABELLE-HOME/etc/user-settings.sample}{\mbox{\isa{\isatt{{\isachardollar}ISABELLE{\isacharunderscore}HOME{\isacharslash}etc{\isacharslash}user{\isacharminus}settings{\isachardot}sample}}}} in the
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   124
  distribution.  Typically, a user settings file would contain only a
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   125
  few lines, just the assigments that are really changed.  One should
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   126
  definitely \emph{not} start with a full copy the basic \hyperlink{file.$ISABELLE-HOME/etc/settings}{\mbox{\isa{\isatt{{\isachardollar}ISABELLE{\isacharunderscore}HOME{\isacharslash}etc{\isacharslash}settings}}}}. This could cause very annoying
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   127
  maintainance problems later, when the Isabelle installation is
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   128
  updated or changed otherwise.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   129
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   130
  \end{enumerate}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   131
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   132
  Since settings files are regular GNU \indexdef{}{executable}{bash}\hypertarget{executable.bash}{\hyperlink{executable.bash}{\mbox{\isa{\isatt{bash}}}}} scripts,
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   133
  one may use complex shell commands, such as \verb|if| or
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   134
  \verb|case| statements to set variables depending on the
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   135
  system architecture or other environment variables.  Such advanced
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   136
  features should be added only with great care, though. In
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   137
  particular, external environment references should be kept at a
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   138
  minimum.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   139
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   140
  \medskip A few variables are somewhat special:
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   141
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   142
  \begin{itemize}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   143
28503
a30b7169fdd1 updated generated file;
wenzelm
parents: 28286
diff changeset
   144
  \item \indexdef{}{setting}{ISABELLE\_PROCESS}\hypertarget{setting.ISABELLE-PROCESS}{\hyperlink{setting.ISABELLE-PROCESS}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}PROCESS}}}}} and \indexdef{}{setting}{ISABELLE\_TOOL}\hypertarget{setting.ISABELLE-TOOL}{\hyperlink{setting.ISABELLE-TOOL}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}TOOL}}}}} are set
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   145
  automatically to the absolute path names of the \hyperlink{executable.isabelle-process}{\mbox{\isa{\isatt{isabelle{\isacharminus}process}}}} and \hyperlink{executable.isabelle}{\mbox{\isa{\isatt{isabelle}}}} executables,
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   146
  respectively.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   147
  
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   148
  \item \indexref{}{setting}{ISABELLE\_OUTPUT}\hyperlink{setting.ISABELLE-OUTPUT}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}OUTPUT}}}} will have the identifiers of
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   149
  the Isabelle distribution (cf.\ \hyperlink{setting.ISABELLE-IDENTIFIER}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}IDENTIFIER}}}}) and
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   150
  the ML system (cf.\ \hyperlink{setting.ML-IDENTIFIER}{\mbox{\isa{\isatt{ML{\isacharunderscore}IDENTIFIER}}}}) appended automatically
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   151
  to its value.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   152
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   153
  \end{itemize}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   154
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   155
  \medskip Note that the settings environment may be inspected with
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   156
  the Isabelle tool \hyperlink{tool.getenv}{\mbox{\isa{\isatt{getenv}}}}.  This might help to figure out the
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   157
  effect of complex settings scripts.%
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   158
\end{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   159
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   160
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   161
\isamarkupsubsection{Common variables%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   162
}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   163
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   164
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   165
\begin{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   166
This is a reference of common Isabelle settings variables. Note that
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   167
  the list is somewhat open-ended. Third-party utilities or interfaces
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   168
  may add their own selection. Variables that are special in some
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   169
  sense are marked with \isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}}.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   170
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   171
  \begin{description}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   172
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   173
  \item[\indexdef{}{setting}{ISABELLE\_HOME}\hypertarget{setting.ISABELLE-HOME}{\hyperlink{setting.ISABELLE-HOME}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}HOME}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}}] is the
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   174
  location of the top-level Isabelle distribution directory. This is
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   175
  automatically determined from the Isabelle executable that has been
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   176
  invoked.  Do not attempt to set \hyperlink{setting.ISABELLE-HOME}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}HOME}}}} yourself
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   177
  from the shell!
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   178
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   179
  \item[\indexdef{}{setting}{ISABELLE\_HOME\_USER}\hypertarget{setting.ISABELLE-HOME-USER}{\hyperlink{setting.ISABELLE-HOME-USER}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}HOME{\isacharunderscore}USER}}}}}] is the user-specific
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   180
  counterpart of \hyperlink{setting.ISABELLE-HOME}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}HOME}}}}. The default value is
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   181
  \verb|~/isabelle|, under rare circumstances this may be
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   182
  changed in the global setting file.  Typically, the \hyperlink{setting.ISABELLE-HOME-USER}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}HOME{\isacharunderscore}USER}}}} directory mimics \hyperlink{setting.ISABELLE-HOME}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}HOME}}}} to
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   183
  some extend. In particular, site-wide defaults may be overridden by
28286
bed3865290b4 updated generated file;
wenzelm
parents: 28250
diff changeset
   184
  a private \verb|$ISABELLE_HOME_USER/etc/settings|.
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   185
  
28503
a30b7169fdd1 updated generated file;
wenzelm
parents: 28286
diff changeset
   186
  \item[\indexdef{}{setting}{ISABELLE\_PROCESS}\hypertarget{setting.ISABELLE-PROCESS}{\hyperlink{setting.ISABELLE-PROCESS}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}PROCESS}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}}, \hyperlink{setting.ISABELLE-TOOL}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}TOOL}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}}] are automatically set to the full path
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   187
  names of the \hyperlink{executable.isabelle-process}{\mbox{\isa{\isatt{isabelle{\isacharminus}process}}}} and \hyperlink{executable.isabelle}{\mbox{\isa{\isatt{isabelle}}}} executables, respectively.  Thus other tools and scripts
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   188
  need not assume that the \hyperlink{file.$ISABELLE-HOME/bin}{\mbox{\isa{\isatt{{\isachardollar}ISABELLE{\isacharunderscore}HOME{\isacharslash}bin}}}} directory is
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   189
  on the current search path of the shell.
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   190
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   191
  \item[\indexdef{}{setting}{ISABELLE\_IDENTIFIER}\hypertarget{setting.ISABELLE-IDENTIFIER}{\hyperlink{setting.ISABELLE-IDENTIFIER}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}IDENTIFIER}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}}] refers
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   192
  to the name of this Isabelle distribution, e.g.\ ``\verb|Isabelle2008|''.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   193
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   194
  \item[\indexdef{}{setting}{ML\_SYSTEM}\hypertarget{setting.ML-SYSTEM}{\hyperlink{setting.ML-SYSTEM}{\mbox{\isa{\isatt{ML{\isacharunderscore}SYSTEM}}}}}, \indexdef{}{setting}{ML\_HOME}\hypertarget{setting.ML-HOME}{\hyperlink{setting.ML-HOME}{\mbox{\isa{\isatt{ML{\isacharunderscore}HOME}}}}},
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   195
  \indexdef{}{setting}{ML\_OPTIONS}\hypertarget{setting.ML-OPTIONS}{\hyperlink{setting.ML-OPTIONS}{\mbox{\isa{\isatt{ML{\isacharunderscore}OPTIONS}}}}}, \indexdef{}{setting}{ML\_PLATFORM}\hypertarget{setting.ML-PLATFORM}{\hyperlink{setting.ML-PLATFORM}{\mbox{\isa{\isatt{ML{\isacharunderscore}PLATFORM}}}}}, \indexdef{}{setting}{ML\_IDENTIFIER}\hypertarget{setting.ML-IDENTIFIER}{\hyperlink{setting.ML-IDENTIFIER}{\mbox{\isa{\isatt{ML{\isacharunderscore}IDENTIFIER}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}}] specify the underlying ML system
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   196
  to be used for Isabelle.  There is only a fixed set of admissable
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   197
  \hyperlink{setting.ML-SYSTEM}{\mbox{\isa{\isatt{ML{\isacharunderscore}SYSTEM}}}} names (see the \hyperlink{file.$ISABELLE-HOME/etc/settings}{\mbox{\isa{\isatt{{\isachardollar}ISABELLE{\isacharunderscore}HOME{\isacharslash}etc{\isacharslash}settings}}}} file of the distribution).
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   198
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   199
  The actual compiler binary will be run from the directory \hyperlink{setting.ML-HOME}{\mbox{\isa{\isatt{ML{\isacharunderscore}HOME}}}}, with \hyperlink{setting.ML-OPTIONS}{\mbox{\isa{\isatt{ML{\isacharunderscore}OPTIONS}}}} as first arguments on the
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   200
  command line.  The optional \hyperlink{setting.ML-PLATFORM}{\mbox{\isa{\isatt{ML{\isacharunderscore}PLATFORM}}}} may specify the
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   201
  binary format of ML heap images, which is useful for cross-platform
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   202
  installations.  The value of \hyperlink{setting.ML-IDENTIFIER}{\mbox{\isa{\isatt{ML{\isacharunderscore}IDENTIFIER}}}} is
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   203
  automatically obtained by composing the values of \hyperlink{setting.ML-SYSTEM}{\mbox{\isa{\isatt{ML{\isacharunderscore}SYSTEM}}}}, \hyperlink{setting.ML-PLATFORM}{\mbox{\isa{\isatt{ML{\isacharunderscore}PLATFORM}}}} and the Isabelle version values.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   204
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   205
  \item[\indexdef{}{setting}{ISABELLE\_PATH}\hypertarget{setting.ISABELLE-PATH}{\hyperlink{setting.ISABELLE-PATH}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}PATH}}}}}] is a list of directories
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   206
  (separated by colons) where Isabelle logic images may reside.  When
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   207
  looking up heaps files, the value of \hyperlink{setting.ML-IDENTIFIER}{\mbox{\isa{\isatt{ML{\isacharunderscore}IDENTIFIER}}}} is
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   208
  appended to each component internally.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   209
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   210
  \item[\indexdef{}{setting}{ISABELLE\_OUTPUT}\hypertarget{setting.ISABELLE-OUTPUT}{\hyperlink{setting.ISABELLE-OUTPUT}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}OUTPUT}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}}] is a
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   211
  directory where output heap files should be stored by default. The
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   212
  ML system and Isabelle version identifier is appended here, too.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   213
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   214
  \item[\indexdef{}{setting}{ISABELLE\_BROWSER\_INFO}\hypertarget{setting.ISABELLE-BROWSER-INFO}{\hyperlink{setting.ISABELLE-BROWSER-INFO}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}BROWSER{\isacharunderscore}INFO}}}}}] is the directory where
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   215
  theory browser information (HTML text, graph data, and printable
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   216
  documents) is stored (see also \secref{sec:info}).  The default
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   217
  value is \verb|$ISABELLE_HOME_USER/browser_info|.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   218
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   219
  \item[\indexdef{}{setting}{ISABELLE\_LOGIC}\hypertarget{setting.ISABELLE-LOGIC}{\hyperlink{setting.ISABELLE-LOGIC}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}LOGIC}}}}}] specifies the default logic to
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   220
  load if none is given explicitely by the user.  The default value is
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   221
  \verb|HOL|.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   222
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   223
  \item[\indexdef{}{setting}{ISABELLE\_LINE\_EDITOR}\hypertarget{setting.ISABELLE-LINE-EDITOR}{\hyperlink{setting.ISABELLE-LINE-EDITOR}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}LINE{\isacharunderscore}EDITOR}}}}}] specifies the default
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   224
  line editor for the \indexref{}{tool}{tty}\hyperlink{tool.tty}{\mbox{\isa{\isatt{tty}}}} interface.
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   225
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   226
  \item[\indexdef{}{setting}{ISABELLE\_USEDIR\_OPTIONS}\hypertarget{setting.ISABELLE-USEDIR-OPTIONS}{\hyperlink{setting.ISABELLE-USEDIR-OPTIONS}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}USEDIR{\isacharunderscore}OPTIONS}}}}}] is implicitly prefixed
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   227
  to the command line of any \indexref{}{tool}{usedir}\hyperlink{tool.usedir}{\mbox{\isa{\isatt{usedir}}}} invocation. This
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   228
  typically contains compilation options for object-logics --- \hyperlink{tool.usedir}{\mbox{\isa{\isatt{usedir}}}} is the basic utility for managing logic sessions (cf.\ the
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   229
  \verb|IsaMakefile|s in the distribution).
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   230
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   231
  \item[\indexdef{}{setting}{ISABELLE\_FILE\_IDENT}\hypertarget{setting.ISABELLE-FILE-IDENT}{\hyperlink{setting.ISABELLE-FILE-IDENT}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}FILE{\isacharunderscore}IDENT}}}}}] specifies a shell command
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   232
  for producing a source file identification, based on the actual
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   233
  content instead of the full physical path and date stamp (which is
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   234
  the default). A typical identification would produce a ``digest'' of
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   235
  the text, using a cryptographic hash function like SHA-1, for
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   236
  example.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   237
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   238
  \item[\indexdef{}{setting}{ISABELLE\_LATEX}\hypertarget{setting.ISABELLE-LATEX}{\hyperlink{setting.ISABELLE-LATEX}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}LATEX}}}}}, \indexdef{}{setting}{ISABELLE\_PDFLATEX}\hypertarget{setting.ISABELLE-PDFLATEX}{\hyperlink{setting.ISABELLE-PDFLATEX}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}PDFLATEX}}}}}, \indexdef{}{setting}{ISABELLE\_BIBTEX}\hypertarget{setting.ISABELLE-BIBTEX}{\hyperlink{setting.ISABELLE-BIBTEX}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}BIBTEX}}}}}, \indexdef{}{setting}{ISABELLE\_DVIPS}\hypertarget{setting.ISABELLE-DVIPS}{\hyperlink{setting.ISABELLE-DVIPS}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}DVIPS}}}}}] refer to {\LaTeX} related tools for Isabelle
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   239
  document preparation (see also \secref{sec:tool-latex}).
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   240
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   241
  \item[\indexdef{}{setting}{ISABELLE\_TOOLS}\hypertarget{setting.ISABELLE-TOOLS}{\hyperlink{setting.ISABELLE-TOOLS}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}TOOLS}}}}}] is a colon separated list of
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   242
  directories that are scanned by \hyperlink{executable.isabelle}{\mbox{\isa{\isatt{isabelle}}}} for external
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   243
  utility programs (see also \secref{sec:isabelle-tool}).
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   244
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   245
  \item[\indexdef{}{setting}{ISABELLE\_DOCS}\hypertarget{setting.ISABELLE-DOCS}{\hyperlink{setting.ISABELLE-DOCS}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}DOCS}}}}}] is a colon separated list of
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   246
  directories with documentation files.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   247
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   248
  \item[\indexdef{}{setting}{ISABELLE\_DOC\_FORMAT}\hypertarget{setting.ISABELLE-DOC-FORMAT}{\hyperlink{setting.ISABELLE-DOC-FORMAT}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}DOC{\isacharunderscore}FORMAT}}}}}] specifies the preferred
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   249
  document format, typically \verb|dvi| or \verb|pdf|.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   250
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   251
  \item[\indexdef{}{setting}{DVI\_VIEWER}\hypertarget{setting.DVI-VIEWER}{\hyperlink{setting.DVI-VIEWER}{\mbox{\isa{\isatt{DVI{\isacharunderscore}VIEWER}}}}}] specifies the command to be used
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   252
  for displaying \verb|dvi| files.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   253
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   254
  \item[\indexdef{}{setting}{PDF\_VIEWER}\hypertarget{setting.PDF-VIEWER}{\hyperlink{setting.PDF-VIEWER}{\mbox{\isa{\isatt{PDF{\isacharunderscore}VIEWER}}}}}] specifies the command to be used
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   255
  for displaying \verb|pdf| files.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   256
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   257
  \item[\indexdef{}{setting}{PRINT\_COMMAND}\hypertarget{setting.PRINT-COMMAND}{\hyperlink{setting.PRINT-COMMAND}{\mbox{\isa{\isatt{PRINT{\isacharunderscore}COMMAND}}}}}] specifies the standard printer
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   258
  spool command, which is expected to accept \verb|ps| files.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   259
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   260
  \item[\indexdef{}{setting}{ISABELLE\_TMP\_PREFIX}\hypertarget{setting.ISABELLE-TMP-PREFIX}{\hyperlink{setting.ISABELLE-TMP-PREFIX}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}TMP{\isacharunderscore}PREFIX}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}}] is the
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   261
  prefix from which any running \hyperlink{executable.isabelle-process}{\mbox{\isa{\isatt{isabelle{\isacharminus}process}}}}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   262
  derives an individual directory for temporary files.  The default is
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   263
  somewhere in \verb|/tmp|.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   264
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   265
  \item[\indexdef{}{setting}{ISABELLE\_INTERFACE}\hypertarget{setting.ISABELLE-INTERFACE}{\hyperlink{setting.ISABELLE-INTERFACE}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}INTERFACE}}}}}] is an identifier that
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   266
  specifies the actual user interface that the capital \hyperlink{executable.Isabelle}{\mbox{\isa{\isatt{Isabelle}}}} or \hyperlink{executable.isabelle-interface}{\mbox{\isa{\isatt{isabelle{\isacharminus}interface}}}} should invoke.  See
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   267
  \secref{sec:interface} for more details.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   268
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   269
  \end{description}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   270
\end{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   271
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   272
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   273
\isamarkupsection{The raw Isabelle process%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   274
}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   275
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   276
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   277
\begin{isamarkuptext}%
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   278
The \indexdef{}{executable}{isabelle-process}\hypertarget{executable.isabelle-process}{\hyperlink{executable.isabelle-process}{\mbox{\isa{\isatt{isabelle{\isacharminus}process}}}}} executable runs bare-bones
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   279
  Isabelle logic sessions --- either interactively or in batch mode.
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   280
  It provides an abstraction over the underlying ML system, and over
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   281
  the actual heap file locations.  Its usage is:
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   282
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   283
\begin{ttbox}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   284
Usage: isabelle-process [OPTIONS] [INPUT] [OUTPUT]
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   285
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   286
  Options are:
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   287
    -C           tell ML system to copy output image
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   288
    -I           startup Isar interaction mode
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   289
    -P           startup Proof General interaction mode
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   290
    -S           secure mode -- disallow critical operations
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   291
    -W OUTPUT    startup process wrapper, with messages going to OUTPUT stream
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   292
    -X           startup PGIP interaction mode
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   293
    -c           tell ML system to compress output image
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   294
    -e MLTEXT    pass MLTEXT to the ML session
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   295
    -f           pass 'Session.finish();' to the ML session
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   296
    -m MODE      add print mode for output
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   297
    -q           non-interactive session
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   298
    -r           open heap file read-only
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   299
    -u           pass 'use"ROOT.ML";' to the ML session
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   300
    -w           reset write permissions on OUTPUT
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   301
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   302
  INPUT (default "\$ISABELLE_LOGIC") and OUTPUT specify in/out heaps.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   303
  These are either names to be searched in the Isabelle path, or
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   304
  actual file names (containing at least one /).
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   305
  If INPUT is "RAW_ML_SYSTEM", just start the bare bones ML system.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   306
\end{ttbox}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   307
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   308
  Input files without path specifications are looked up in the
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   309
  \hyperlink{setting.ISABELLE-PATH}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}PATH}}}} setting, which may consist of multiple
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   310
  components separated by colons --- these are tried in the given
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   311
  order with the value of \hyperlink{setting.ML-IDENTIFIER}{\mbox{\isa{\isatt{ML{\isacharunderscore}IDENTIFIER}}}} appended
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   312
  internally.  In a similar way, base names are relative to the
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   313
  directory specified by \hyperlink{setting.ISABELLE-OUTPUT}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}OUTPUT}}}}.  In any case,
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   314
  actual file locations may also be given by including at least one
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   315
  slash (\verb|/|) in the name (hint: use \verb|./| to
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   316
  refer to the current directory).%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   317
\end{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   318
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   319
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   320
\isamarkupsubsubsection{Options%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   321
}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   322
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   323
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   324
\begin{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   325
If the input heap file does not have write permission bits set, or
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   326
  the \verb|-r| option is given explicitely, then the session
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   327
  started will be read-only.  That is, the ML world cannot be
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   328
  committed back into the image file.  Otherwise, a writable session
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   329
  enables commits into either the input file, or into another output
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   330
  heap file (if that is given as the second argument on the command
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   331
  line).
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   332
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   333
  The read-write state of sessions is determined at startup only, it
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   334
  cannot be changed intermediately. Also note that heap images may
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   335
  require considerable amounts of disk space (approximately
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   336
  50--200~MB). Users are responsible for themselves to dispose their
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   337
  heap files when they are no longer needed.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   338
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   339
  \medskip The \verb|-w| option makes the output heap file
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   340
  read-only after terminating.  Thus subsequent invocations cause the
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   341
  logic image to be read-only automatically.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   342
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   343
  \medskip The \verb|-c| option tells the underlying ML system
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   344
  to compress the output heap (fully transparently).  On Poly/ML for
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   345
  example, the image is garbage collected and all stored values are
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   346
  maximally shared, resulting in up to \isa{{\isachardoublequote}{\isadigit{5}}{\isadigit{0}}{\isacharpercent}{\isachardoublequote}} less disk space
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   347
  consumption.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   348
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   349
  \medskip The \verb|-C| option tells the ML system to produce
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   350
  a completely self-contained output image, probably including a copy
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   351
  of the ML runtime system itself.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   352
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   353
  \medskip Using the \verb|-e| option, arbitrary ML code may be
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   354
  passed to the Isabelle session from the command line. Multiple
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   355
  \verb|-e|'s are evaluated in the given order. Strange things
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   356
  may happen when errorneous ML code is provided. Also make sure that
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   357
  the ML commands are terminated properly by semicolon.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   358
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   359
  \medskip The \verb|-u| option is a shortcut for \verb|-e| passing ``\verb|use "ROOT.ML";|'' to the ML session.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   360
  The \verb|-f| option passes ``\verb|Session.finish();|'', which is intended mainly for administrative
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   361
  purposes.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   362
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   363
  \medskip The \verb|-m| option adds identifiers of print modes
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   364
  to be made active for this session. Typically, this is used by some
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   365
  user interface, e.g.\ to enable output of proper mathematical
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   366
  symbols.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   367
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   368
  \medskip Isabelle normally enters an interactive top-level loop
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   369
  (after processing the \verb|-e| texts). The \verb|-q|
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   370
  option inhibits interaction, thus providing a pure batch mode
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   371
  facility.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   372
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   373
  \medskip The \verb|-I| option makes Isabelle enter Isar
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   374
  interaction mode on startup, instead of the primitive ML top-level.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   375
  The \verb|-P| option configures the top-level loop for
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   376
  interaction with the Proof General user interface, and the
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   377
  \verb|-X| option enables XML-based PGIP communication.  The
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   378
  \verb|-W| option makes Isabelle enter a special process
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   379
  wrapper for interaction via an external program; the protocol is a
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   380
  stripped-down version of Proof General the interaction mode, see
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   381
  also \hyperlink{file.~~/src/Pure/Tools/isabelle-process.ML}{\mbox{\isa{\isatt{{\isachartilde}{\isachartilde}{\isacharslash}src{\isacharslash}Pure{\isacharslash}Tools{\isacharslash}isabelle{\isacharunderscore}process{\isachardot}ML}}}} and \hyperlink{file.~~/src/Pure/Tools/isabelle-process.scala}{\mbox{\isa{\isatt{{\isachartilde}{\isachartilde}{\isacharslash}src{\isacharslash}Pure{\isacharslash}Tools{\isacharslash}isabelle{\isacharunderscore}process{\isachardot}scala}}}}.
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   382
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   383
  \medskip The \verb|-S| option makes the Isabelle process more
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   384
  secure by disabling some critical operations, notably runtime
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   385
  compilation and evaluation of ML source code.%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   386
\end{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   387
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   388
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   389
\isamarkupsubsubsection{Examples%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   390
}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   391
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   392
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   393
\begin{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   394
Run an interactive session of the default object-logic (as specified
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   395
  by the \hyperlink{setting.ISABELLE-LOGIC}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}LOGIC}}}} setting) like this:
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   396
\begin{ttbox}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   397
isabelle-process
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   398
\end{ttbox}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   399
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   400
  Usually \hyperlink{setting.ISABELLE-LOGIC}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}LOGIC}}}} refers to one of the standard
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   401
  logic images, which are read-only by default.  A writable session
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   402
  --- based on \verb|FOL|, but output to \verb|Foo| (in the
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   403
  directory specified by the \hyperlink{setting.ISABELLE-OUTPUT}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}OUTPUT}}}} setting) ---
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   404
  may be invoked as follows:
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   405
\begin{ttbox}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   406
isabelle-process FOL Foo
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   407
\end{ttbox}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   408
  Ending this session normally (e.g.\ by typing control-D) dumps the
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   409
  whole ML system state into \verb|Foo|. Be prepared for several
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   410
  tens of megabytes.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   411
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   412
  The \verb|Foo| session may be continued later (still in
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   413
  writable state) by:
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   414
\begin{ttbox}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   415
isabelle-process Foo
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   416
\end{ttbox}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   417
  A read-only \verb|Foo| session may be started by:
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   418
\begin{ttbox}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   419
isabelle-process -r Foo
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   420
\end{ttbox}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   421
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   422
  \medskip Note that manual session management like this does
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   423
  \emph{not} provide proper setup for theory presentation.  This would
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   424
  require the \hyperlink{tool.usedir}{\mbox{\isa{\isatt{usedir}}}} utility.
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   425
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   426
  \bigskip The next example demonstrates batch execution of Isabelle.
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   427
  We retrieve the \verb|FOL| theory value from the theory loader
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   428
  within ML:
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   429
\begin{ttbox}
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   430
isabelle-process -e 'theory "FOL";' -q -r FOL
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   431
\end{ttbox}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   432
  Note that the output text will be interspersed with additional junk
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   433
  messages by the ML runtime environment.  The \verb|-W| option
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   434
  allows to communicate with the Isabelle process via an external
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   435
  program in a more robust fashion.%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   436
\end{isamarkuptext}%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   437
\isamarkuptrue%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   438
%
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   439
\isamarkupsection{The Isabelle tools wrapper \label{sec:isabelle-tool}%
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   440
}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   441
\isamarkuptrue%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   442
%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   443
\begin{isamarkuptext}%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   444
All Isabelle related tools and interfaces are called via a common
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   445
  wrapper --- \hyperlink{executable.isabelle}{\mbox{\isa{\isatt{isabelle}}}}:
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   446
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   447
\begin{ttbox}
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   448
Usage: isabelle TOOL [ARGS ...]
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   449
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   450
  Start Isabelle utility program TOOL with ARGS. Pass "-?" to TOOL
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   451
  for more specific help.
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   452
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   453
  Available tools are:
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   454
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   455
    browser - Isabelle graph browser
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   456
    \dots
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   457
\end{ttbox}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   458
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   459
  In principle, Isabelle tools are ordinary executable scripts that
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   460
  are run within the Isabelle settings environment, see
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   461
  \secref{sec:settings}.  The set of available tools is collected by
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   462
  \hyperlink{executable.isabelle}{\mbox{\isa{\isatt{isabelle}}}} from the directories listed in the \hyperlink{setting.ISABELLE-TOOLS}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}TOOLS}}}} setting.  Do not try to call the scripts directly
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   463
  from the shell.  Neither should you add the tool directories to your
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   464
  shell's search path!%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   465
\end{isamarkuptext}%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   466
\isamarkuptrue%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   467
%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   468
\isamarkupsubsubsection{Examples%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   469
}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   470
\isamarkuptrue%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   471
%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   472
\begin{isamarkuptext}%
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   473
Show the list of available documentation of the current Isabelle
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   474
  installation like this:
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   475
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   476
\begin{ttbox}
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   477
  isabelle doc
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   478
\end{ttbox}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   479
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   480
  View a certain document as follows:
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   481
\begin{ttbox}
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   482
  isabelle doc isar-ref
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   483
\end{ttbox}
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   484
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   485
  Create an Isabelle session derived from HOL (see also
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   486
  \secref{sec:tool-mkdir} and \secref{sec:tool-make}):
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   487
\begin{ttbox}
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   488
  isabelle mkdir HOL Test && isabelle make
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   489
\end{ttbox}
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   490
  Note that \verb|isabelle mkdir| is usually only invoked once;
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   491
  existing sessions (including document output etc.) are then updated
28505
f98751bd715f updated generated file;
wenzelm
parents: 28503
diff changeset
   492
  by \verb|isabelle make| alone.%
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   493
\end{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   494
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   495
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   496
\isamarkupsection{The Isabelle interface wrapper \label{sec:interface}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   497
}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   498
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   499
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   500
\begin{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   501
Isabelle is a generic theorem prover, even w.r.t.\ its user
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   502
  interface.  The \indexdef{}{executable}{Isabelle}\hypertarget{executable.Isabelle}{\hyperlink{executable.Isabelle}{\mbox{\isa{\isatt{Isabelle}}}}} (or \indexdef{}{executable}{isabelle-interface}\hypertarget{executable.isabelle-interface}{\hyperlink{executable.isabelle-interface}{\mbox{\isa{\isatt{isabelle{\isacharminus}interface}}}}}) executable provides a uniform way for
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   503
  end-users to invoke a certain interface; which one to start is
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   504
  determined by the \indexref{}{setting}{ISABELLE\_INTERFACE}\hyperlink{setting.ISABELLE-INTERFACE}{\mbox{\isa{\isatt{ISABELLE{\isacharunderscore}INTERFACE}}}} setting
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   505
  variable, which should give a full path specification to the actual
28238
398bf960d3d4 misc tuning and modernization;
wenzelm
parents: 28222
diff changeset
   506
  executable.
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   507
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   508
  Presently, the most prominent Isabelle interface is Proof
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   509
  General~\cite{proofgeneral}\index{user interface!Proof General}.
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   510
  The Proof General distribution includes an interface wrapper script
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   511
  for the regular Isar toplevel, see \verb|ProofGeneral/isar/interface|.  The canonical settings for
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   512
  Isabelle/Isar are as follows:
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   513
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   514
\begin{ttbox}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   515
ISABELLE_INTERFACE=\$ISABELLE_HOME/contrib/ProofGeneral/isar/interface
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   516
PROOFGENERAL_OPTIONS=""
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   517
\end{ttbox}
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   518
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   519
  Thus \hyperlink{executable.Isabelle}{\mbox{\isa{\isatt{Isabelle}}}} would automatically invoke Emacs with
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   520
  proper setup of the Proof General Lisp packages.  There are some
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   521
  options available, such as \verb|-l| for passing the logic
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   522
  image to be used by default, or \verb|-m| to tune the
28250
e2f5bf499498 Proof General: option -I is obsolete;
wenzelm
parents: 28239
diff changeset
   523
  standard print mode.
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   524
  
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   525
  \medskip Note that the world may be also seen the other way round:
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   526
  Emacs may be started first (with proper setup of Proof General
28239
fc61c147667b updated generated file;
wenzelm
parents: 28238
diff changeset
   527
  mode), and \hyperlink{executable.isabelle-process}{\mbox{\isa{\isatt{isabelle{\isacharminus}process}}}} run from within.  This
fc61c147667b updated generated file;
wenzelm
parents: 28238
diff changeset
   528
  requires further Emacs Lisp configuration, see the Proof General
28222
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   529
  documentation \cite{proofgeneral} for more information.%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   530
\end{isamarkuptext}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   531
\isamarkuptrue%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   532
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   533
\isadelimtheory
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   534
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   535
\endisadelimtheory
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   536
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   537
\isatagtheory
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   538
\isacommand{end}\isamarkupfalse%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   539
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   540
\endisatagtheory
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   541
{\isafoldtheory}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   542
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   543
\isadelimtheory
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   544
%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   545
\endisadelimtheory
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   546
\end{isabellebody}%
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   547
%%% Local Variables:
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   548
%%% mode: latex
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   549
%%% TeX-master: "root"
402a3f30542f generated files;
wenzelm
parents:
diff changeset
   550
%%% End: