aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUGS
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-23 16:30:28 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-23 16:30:28 +0000
commita6dc2936ce2d4bfea1d1ab14731cd1147ebbbfa7 (patch)
tree5acc591d6126ade77c296e42cea5a7d9adde4826 /BUGS
parent8c02441c81dccc3ec76594e3a0c4a3d0bf240ca6 (diff)
Mention problem with MLWorks on Solaris
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS13
1 files changed, 13 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index e3842bc4..6a05a0a1 100644
--- a/BUGS
+++ b/BUGS
@@ -164,3 +164,16 @@ interface unless you use your own "goal" or "qed" forms.
Proof General will block the Emacs process when it is waiting for a
theory file (and it's ancestors) to be read as scripting is turned
on. To avoid this, assert the theory file rather than the ML file.
+
+
+Isabelle and Isabelle/Isar Proof General Bugs
+=============================================
+
+* We've heard from one user that there are problems using
+Proof General with Isabelle compiled under MLWorks for Sun
+Ultra/Solaris2.7. These may be to do with the piped
+communication mechnism; perhaps MLWorks doesn't flush the
+output after printing prompts. If anyone discovers this,
+a possible work-around is to set process-connection-type to
+t instead of nil in proof-shell.el. Please report to
+proofgen@dcs.ed.ac.uk if you try this!