aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2005-09-28 22:09:06 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2005-09-28 22:09:06 +0000
commit140b08af75134de26b05b5ff1ab7e32b0ca11984 (patch)
tree0dc41cb8d945594cecf95f3a6beb0fe97175b06a /isa
parentff2ff387c75b1d5a1d803f419f72ed3fd44ec036 (diff)
negotiate PGASCII only for proof-shell-unicode;
Diffstat (limited to 'isa')
-rw-r--r--isa/isabelle-system.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/isa/isabelle-system.el b/isa/isabelle-system.el
index aae22215..631e8908 100644
--- a/isa/isabelle-system.el
+++ b/isa/isabelle-system.el
@@ -152,7 +152,8 @@ ISABELLE will always override this setting."
"isabelle")) ; to be really sure
(isabelle-opts (getenv "ISABELLE_OPTIONS"))
(opts (concat
- (if isa-running-isar " -m PGASCII -PI" "")
+ (if isa-running-isar " -PI" "")
+ (if (and proof-shell-unicode isa-running-isar) " -m PGASCII" "")
(if (and isabelle-opts (not (equal isabelle-opts "")))
(concat " " isabelle-opts) "")))
(logic (or isabelle-chosen-logic