diff options
| author | Makarius Wenzel | 2000-06-16 17:10:24 +0000 |
|---|---|---|
| committer | Makarius Wenzel | 2000-06-16 17:10:24 +0000 |
| commit | 07104f014aa8a696ac1aee4f4f839c1092d1f160 (patch) | |
| tree | 858a2c0e4eed84ea8147fccf06ae796be29ad641 /isa/isa.el | |
| parent | 2b6e81b1f4fef8830516a6907dbe8ba8870e7ba1 (diff) | |
proper indentation setup;
Diffstat (limited to 'isa/isa.el')
| -rw-r--r-- | isa/isa.el | 22 |
1 files changed, 8 insertions, 14 deletions
@@ -96,20 +96,14 @@ and script mode." (list isa-save-with-hole-regexp 2 'backward isa-goal-command-regexp)) - ;; Indentation - ;; FIXME: I don't understand how this works. - ;; Also it doesn't work because of anchoring problems. - ;; Tips from Markus? - proof-indent-close-offset -1 - proof-indent-open-regexp (proof-regexp-alt - isa-goal-command-regexp - "\\s(") - proof-indent-close-regexp (proof-regexp-alt - isa-save-command-regexp - "\\s)") - proof-indent-any-regexp (apply 'proof-regexp-alt - isa-keywords-commands) - + proof-indent-enclose-offset (- proof-indent) + proof-indent-open-offset 0 + proof-indent-close-offset 0 + proof-indent-any-regexp isa-indent-any-regexp + proof-indent-inner-regexp isa-indent-inner-regexp + proof-indent-enclose-regexp isa-indent-enclose-regexp + proof-indent-open-regexp isa-indent-open-regexp + proof-indent-close-regexp isa-indent-close-regexp ;; proof engine commands proof-showproof-command "pr();" |
