diff options
| author | David Aspinall | 2008-02-17 11:47:26 +0000 |
|---|---|---|
| committer | David Aspinall | 2008-02-17 11:47:26 +0000 |
| commit | f8e0dad1bcbd97ee87b89ee4e6c73556cf626466 (patch) | |
| tree | b921de7915278c35e168a768644e8771d26998dd /isar | |
| parent | 212e28362d750fa949696676423c6d4d3c93ab42 (diff) | |
Set proof-shell-eager-annotation-start-length=2. This should have been
when ASCII scheme was introduced. Messages may be lost otherwise.
Diffstat (limited to 'isar')
| -rw-r--r-- | isar/isar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el index 9f6efd8d..eadcf5e5 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -192,7 +192,7 @@ See -k option for Isabelle interface script." proof-shell-init-cmd nil proof-shell-restart-cmd "ProofGeneral.restart" - proof-shell-eager-annotation-start-length 1 + proof-shell-eager-annotation-start-length 2 proof-shell-eager-annotation-start "\360\\|\362\\|\^AI\\|\^AK" proof-shell-eager-annotation-end "\361\\|\363\\|\^AJ\\|\^AL" |
