aboutsummaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
authorDavid Aspinall1998-10-29 16:25:52 +0000
committerDavid Aspinall1998-10-29 16:25:52 +0000
commit4774ab7be416d1b01e7bf1698d0390c1a25dc2d5 (patch)
tree9a252f1743c8b8314c3725b4f94cac613df61bc4 /isa
parent49b7ac7d65738815abbecc4071601c78cecc4f46 (diff)
Crudely hacked Isabelle image onto splash screen.
Diffstat (limited to 'isa')
-rw-r--r--isa/isa.el13
1 files changed, 10 insertions, 3 deletions
diff --git a/isa/isa.el b/isa/isa.el
index ea5d33f0..606dcf91 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -10,6 +10,13 @@
(setq proof-tags-support nil) ; we don't want it, no isatags prog.
+
+;; Add Isabelle image onto splash screen
+(custom-set-variables
+ '(proof-splash-extensions
+ '(list
+ nil
+ (proof-splash-display-image "isabelle_transparent" t))))
(require 'proof)
(require 'isa-syntax)
@@ -71,9 +78,9 @@ no regular or easily discernable structure."
;;; End of a command needs parsing to find, so this is approximate.
(defvar isa-outline-heading-end-regexp ";[ \t\n]*")
-;;
-(defvar isa-shell-outline-regexp isa-goal-regexp)
-(defvar isa-shell-outline-heading-end-regexp isa-goal-regexp)
+;; FIXME: not sure about this one
+(defvar isa-shell-outline-regexp "\370[ \t]*\\([0-9]+\\)\\.")
+(defvar isa-shell-outline-heading-end-regexp "$")
;;; ---- end-outline