diff options
Diffstat (limited to 'isar')
| -rw-r--r-- | isar/isar.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el index 615d40e2..b7b87a43 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -247,7 +247,10 @@ See -k option for Isabelle interface script." proof-shell-theorem-dependency-list-regexp "Proof General, theorem dependencies of \\(.*\\) are \"\\(.*\\)\"\361" proof-shell-theorem-dependency-list-split "\" \"" proof-shell-show-dependency-cmd "thm %s;" - proof-shell-identifier-under-mouse-cmd "thm %s;" + proof-shell-identifier-under-mouse-cmd + '((nil "thm %s;") + (string "term \"%s\";") + (comment "term \"%s\";")) ;; Allow font-locking for output based on hidden annotations, see ;; isar-output-font-lock-keywords-1 |
