aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
AgeCommit message (Collapse)Author
1999-11-15Fixed mistake in function names. Tidied menus a bitDavid Aspinall
1999-11-15Fixes for FSF overlay obscurity.David Aspinall
1999-11-15Reorganization of user-level commands, code moved from proof-toolbar.elDavid Aspinall
1999-11-15Reorganization and cleanup of key-bindings.David Aspinall
FSF fix for proof-cd. Fix for proof-goto-point. Made proof-done-advancing robust against unset proof-save-command-regexp. Improved several docstrings. Fixes for proof-frob-locked end, made disabled by default for novices. Fix for electric terminator indicator in non-PG buffers. Configuration variable proof-font-lock-zap-commas. Removed proof-try-command. Phew!
1999-11-14Fixes for proof-goto-commmand-{end,start}. Former new functionDavid Aspinall
1999-11-14Many robustness improvements for error and interrupt handling:David Aspinall
- Introduce proof-shell-error-or-interrupt-seen flag set after an error or interrupt was seen (in fact, on every call to proof-release-lock). Examine it in proof-activate-scripting to see whether hooks succeeded in activating scripting. - Test in the shell filter for the lock being held yet nothing in the action list, and clear the lock if so. Gets rid of repetetive proof-shell-busy messages when the queue is empty (for errors during development, or nasty uses of C-g) - Add a timeout to proof-shell-wait (not used yet)
1999-11-14proof-nested-goals-allowed -> proof-completed-proof-behaviourDavid Aspinall
Patch for more flexible handling of closing goal...save regions after proof has been completed.
1999-11-13Beginnings of improved version of goal..no save regions.David Aspinall
1999-11-12Fixes for Isabelle in case theory file is visited before script file.David Aspinall
1999-11-11Next round of fixups for font-lock and x-symbol.David Aspinall
1999-11-11Extensive fixes for x-symbol and font-lock.David Aspinall
1999-11-11Added proof-help command to help menu.David Aspinall
1999-11-11Added new command proof-goto-point, new default binding for C-c RET.David Aspinall
1999-11-10Added some desparate patches for dead extent problem proof-done-advancingDavid Aspinall
1999-11-10Reorganized user options. Special new code for boolean settings.David Aspinall
1999-11-10fixed indentation bug: use proof-looking-at (proof-case-fold-search);Makarius Wenzel
1999-11-10Moved proof-file-truename, proof-file-to-buffer, to proof.elDavid Aspinall
Made setting font-lock-always-fontify-immediately be buffer local in proof scripts (it's an ugly hack for comma-defontification).
1999-11-09Generic support for x-symbol tuned up.David Aspinall
1999-11-09Bug again in call-interactively in proof-toggle-active-scripting.David Aspinall
Turn on proof-x-symbol mode in proof script mode.
1999-11-09Bug in proof-toggle-active-scripting interactive calling.David Aspinall
1999-11-09Arrange for activate-scripting to not block for interactive calls.David Aspinall
1999-11-08proof-prf-string -> proof-showproof-commandDavid Aspinall
1999-11-08Comments/messages.David Aspinall
1999-11-08Copyright messages updated.David Aspinall
1999-10-27tuned msg;Makarius Wenzel
1999-10-25Implementation of proof-auto-multiple-files.David Aspinall
1999-10-21Added symmetric proof-shell-inform-file-retracted-cmd setting to correspondDavid Aspinall
with the state change of a buffer from completely processed to partly processed.
1999-10-21Changed name of proof-shell-cd-cmd for uniformity.David Aspinall
1999-10-21Changed name to proof-shell-inform-file-processed-cmdDavid Aspinall
1999-10-21Added proof-shell-inform-file-processed-command setting.David Aspinall
1999-10-20Comments in proof-complete-buffer-atomic.David Aspinall
1999-10-19Rename proof-mark-buffer-atomic->proof-complete-buffer-atomic. Fix to only ↵David Aspinall
close off to (proof-script-end), not (point-max).
1999-10-18Missing cursor moveDavid Aspinall
1999-10-15FIRST ATTEMPT AT CANY QUEUE HANDLING. Extending regions when advancing patch.David Aspinall
1999-10-14Fix missing save-excursion causing bug with proof-process-buffer.David Aspinall
1999-10-07Fix for older emacsen, maybe.David Aspinall
1999-10-06Tidy proof-interrupt-processDavid Aspinall
1999-10-06Speed optimizations, part I.David Aspinall
1999-10-06More improvements/fixes for closing unfinished proofs.David Aspinall
Added proof-unnamed-theorem-name.
1999-10-06Made new command proof-cd to cd to the directory of the currentDavid Aspinall
buffer. Added a version of it to proof-activate-scripting-hook. Removed cd from initialization sequence. Changed prover specifics accordingly.
1999-10-06Support for closing off incomplete goal-saves.David Aspinall
1999-10-06Cleaned up. Fixed bug in proof-queue-or-locked-endDavid Aspinall
1999-10-06BUG FIX: hopefully fixed spurious locked region problem.David Aspinall
1999-10-06 docstring and error message improvements.David Aspinall
proof-deactivate-scripting: new implementation which allows user choice of retraction or assertion. Forms a subroutine of proof-activate-scripting. proof-activate-scripting: call proof-activate-scripting-hook *after* files are saved. proof-mark-buffer-atomic: set proof-locked end to proof-script-end, not (point-max). New functions: proof-toggle-scripting, proof-auto-deactivate-scripting, proof-script-end
1999-10-06remove dead codeDavid Aspinall
1999-10-06proof-try-command is deprecatedDavid Aspinall
1999-10-06Updates.David Aspinall
1999-10-06Added proof-retract-buffer symmetric to proof-process-buffer.David Aspinall
Added question to user when switching scripting buffer, and new option proof-auto-retract-other-buffers to disable question. This reimplements the old "steal scripting?" idea.
1999-10-01Fixup name changesDavid Aspinall
1999-10-01Renamed some configuration variables for uniformity, see CHANGES.David Aspinall