aboutsummaryrefslogtreecommitdiff
path: root/isa/isa.el
diff options
context:
space:
mode:
authorDavid Aspinall2000-06-16 11:50:12 +0000
committerDavid Aspinall2000-06-16 11:50:12 +0000
commitfefe0c59d3a3ca46f26d2c7bb52c20234e3dcd9b (patch)
treeaec07ca83a7dd9d725be55e18af26fb56cdca095 /isa/isa.el
parent6470c02c16ad15cbab8f18b0fa09bfebe9b92743 (diff)
Tuned x-symbol config, moved settings to isabelle-system.el
Diffstat (limited to 'isa/isa.el')
-rw-r--r--isa/isa.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 58e6dc82..2ecad011 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -612,9 +612,6 @@ you will be asked to retract the file or process the remainder of it."
;;
(setq proof-xsym-extra-modes '(thy-mode)
- proof-xsym-font-lock-keywords
- ;; fontification for tokens themselves (FIXME: broken)
- '(("\\\\<[A-Za-z][A-Za-z0-9_']*>" (0 font-lock-type-face)))
proof-xsym-activate-command
"print_mode := ([\"xsymbols\",\"symbols\"] @ ! print_mode);"
proof-xsym-deactivate-command
@@ -724,19 +721,6 @@ you will be asked to retract the file or process the remainder of it."
;; that's it for now!
))
-(eval-after-load "x-symbol-isa"
- ;; Add x-symbol tokens to isa-completion-table and rebuild
- ;; internal completion table if completion is already active
-'(progn
-(defpgdefault completion-table
- (append (proof-ass completion-table)
- (mapcar (lambda (xsym) (nth 2 xsym))
- x-symbol-isa-table)))
-(if (featurep 'completion)
- (proof-add-completions))))
-
-
-