diff options
| author | David Aspinall | 1998-10-29 16:25:52 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-10-29 16:25:52 +0000 |
| commit | 4774ab7be416d1b01e7bf1698d0390c1a25dc2d5 (patch) | |
| tree | 9a252f1743c8b8314c3725b4f94cac613df61bc4 /isa | |
| parent | 49b7ac7d65738815abbecc4071601c78cecc4f46 (diff) | |
Crudely hacked Isabelle image onto splash screen.
Diffstat (limited to 'isa')
| -rw-r--r-- | isa/isa.el | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 |
