diff options
| author | Makarius Wenzel | 1999-10-15 16:05:50 +0000 |
|---|---|---|
| committer | Makarius Wenzel | 1999-10-15 16:05:50 +0000 |
| commit | faef3e5366a2d384fadbe06d22667185b74a42db (patch) | |
| tree | 9d45404e5fa4fd367f503c84dadc4c041eeb5313 /isar | |
| parent | f3f8d9521315fbb90214b0d68212743a12ea23e6 (diff) | |
let PROOFGENERAL_ASSISTANTS control isa vs. isar selection;
Diffstat (limited to 'isar')
| -rw-r--r-- | isar/interface | 4 | ||||
| -rw-r--r-- | isar/interface-setup.el | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/isar/interface b/isar/interface index 0a25e934..a62df5ca 100644 --- a/isar/interface +++ b/isar/interface @@ -37,7 +37,7 @@ function fail() ## process command line -PROOFGENERAL_HOME=$(cd $(dirname "$0"); cd ..; echo $PWD) +export PROOFGENERAL_HOME=$(cd $(dirname "$0"); cd ..; echo $PWD) # options @@ -108,6 +108,6 @@ do [ -f "$FILE" ] && ARGS="$ARGS -l $FILE" done -export PROOFGENERAL_HOME +export PROOFGENERAL_ASSISTANTS=isar export PROOFGENERAL_LOGIC="$LOGIC" exec $PROGNAME $ARGS $FILES diff --git a/isar/interface-setup.el b/isar/interface-setup.el index 06a383d1..3cf70b39 100644 --- a/isar/interface-setup.el +++ b/isar/interface-setup.el @@ -5,5 +5,3 @@ (customize-set-variable 'isabelle-isar-prog-name (concat (getenv "ISABELLE") " " (getenv "PROOFGENERAL_LOGIC"))) - -(customize-set-variable 'proof-assistant-table '((isar "Isabelle/Isar" "\\.thy$"))) |
