aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-indent.el
AgeCommit message (Collapse)Author
2001-05-08Copyright date updatedDavid Aspinall
2000-06-08rewrote code from scratch: faster, easier to configure; now enabled by default;Makarius Wenzel
2000-06-01Use proof-comment-{start,end}-regexpDavid Aspinall
2000-05-30TidiedDavid Aspinall
2000-05-29Missing parenthesisDavid Aspinall
2000-05-26Update to use generic option indent-line, and switch insideDavid Aspinall
function rather than mode (so can be turned on/off easily).
2000-05-09Improve loadingDavid Aspinall
1999-11-10fixed indentation bug: use proof-looking-at (proof-case-fold-search);Makarius Wenzel
1999-07-08(goto-char (point-min)) rather than (proof-goto-end-of-locked);Makarius Wenzel
1999-05-27proof-parse-to-point improved to support proof-string-start-regexp,Makarius Wenzel
proof-string-end-regexp, proof-comment-end, proof-comment-start, and parentheses according to current syntax table; renamed proof-commands-regexp to proof-indent-commands-regexp, which is less confusing);
1999-05-26fixed bug in proof-parse-to-point: missing (setq stack ...) in case ofMakarius Wenzel
closing a proof command;
1998-11-25Docstring fixes, minor improvements.David Aspinall
1998-11-20BIG CHANGES -- SORRY!David Aspinall
Replaced proof-script-buffer-list with proof-script-buffer. The list was causing too much confusion and nasty bugs used with Isabelle multiple files. Implemented proof-script-buffers and proof-restart-all-buffers, other functions.
1998-11-09Added proof-script-indent user option, to enable indentation code.David Aspinall
Disabled by default. May be activated by particular proof assistants if they feel confident about it. I don't. Made proof-indent be autoloaded as needed. Lets pray it won't be.
1998-10-27Continuing mods for cleaner byte compileDavid Aspinall
1998-10-27Fixes for clean byte compileDavid Aspinall
1998-10-27Begun work on clean byte compilation / clarifying interfaces.David Aspinall
1998-10-20Changed for proof-script-buffer to proof-script-buffer-listDavid Aspinall
1998-10-01Updated maintainer tags to remove lego email address.David Aspinall
1998-09-08Added IdDavid Aspinall
1998-09-03Renamed for new subdirectory structureDavid Aspinall