aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
AgeCommit message (Collapse)Author
2003-02-22Temporarily disable mode-class prop on script major mode (for X-sym 4.45beta)David Aspinall
2003-02-19Leave packages' own hooks (X-Symbol, MMM) to deal with turning on orDavid Aspinall
off minor modes in buffers automatically. Now the PG setting controls the "default global for PG buffers" for each of these. The menu checkbox simply displays the current minor mode status. When this is changed, the PG global mode follows suit. We do not try to apply the change to all PG buffers (30 minutes of fontification!).
2003-02-18Add support for MMM modeDavid Aspinall
2003-02-18Refactor proof-config-done for clarityDavid Aspinall
2003-02-05Tweak proof-script-generic-parse-cmdend to allow .. fix for Coq parsingDavid Aspinall
2002-09-14CommentsDavid Aspinall
2002-09-11Redisplay for gnuemacs on visibility changes. Small parser tweak. Comments.David Aspinall
2002-08-31Improved implementation of zap-commas font lock behaviour, patch from Stefan ↵David Aspinall
Monnier
2002-08-31CommentsDavid Aspinall
2002-08-30Patch from Stefan Monnier for using nested-comment aware parser on GNU Emacs.David Aspinall
2002-08-29Imenu addition, layout fixes, from Stefan MonnierDavid Aspinall
2002-08-28checkdoc induced docstring tweaks.David Aspinall
2002-08-28Make font-lock-keywords buffer local for sake of Emacs 21.2.David Aspinall
2002-08-09DocDavid Aspinall
2002-08-09Fix proof-disappearing-proofs; commentsDavid Aspinall
2002-08-09Refactor proof-done-advancing by abstracting out new functions; fixes for ↵David Aspinall
autosave case.
2002-08-08Generalise proof elements to include comments, show/hiding of comments.David Aspinall
2002-08-08Prevent proof spans being duplicated.David Aspinall
2002-08-08Use glyph for hidden proofs; add open isearch props; tweak element handling fns.David Aspinall
2002-07-19Variable name change proof-comment-{start,end}-regexp -> ↵David Aspinall
proof-script-comment-{start,end}-regexp.
2002-07-17Add note about proof-generic-state-preserving-pDavid Aspinall
2002-07-17CleanupsDavid Aspinall
2002-07-12condition-case -> ignore-errors, comment.David Aspinall
2002-07-01proof-restart: also remove idiom internal spans.David Aspinall
2002-06-30Fix error catching in proof-deactivate-scripting-auto.David Aspinall
2002-06-30When killing process or scripting buffer, register file if it is complete, ↵David Aspinall
rather than always retracting.
2002-06-24use-old-parser setting replaces use-new-parser setting [WARNING: big change]David Aspinall
2002-06-21GPLDavid Aspinall
2002-06-18Remove lift-global function.David Aspinall
2002-06-18Remove global testing and lift-global function; rename proof-nested-goals -> ↵David Aspinall
proof-nested-goals-history.
2002-06-13A nil setting of proof-kill-goal-command forces use of proof-find-and-forget ↵David Aspinall
for all retraction.
2002-06-12Adjust proof-nesting depth, add FIXME notes since not right yetDavid Aspinall
2002-06-12Add nestedundos setting to span, and proof-nested-undo-regexp settingDavid Aspinall
2002-06-11Only match saves for prover that supports nested proofs (restores old ↵David Aspinall
behaviour for Isar). Isar goal/save regexps dont match up properly.
2002-06-11Improved proof-nesting-depth (not finished yet)David Aspinall
2002-06-11Add proof-nesting-depth, new implementation of span amalgamation in ↵David Aspinall
proof-done-advancing.
2002-06-08Robustness fixes/bug notesDavid Aspinall
2002-03-21Dont set type property for proof elements (experiment). Tweak name ↵David Aspinall
determination/reporting. Provide generic implementation of find-and-forget. Dont warn about some unnecessary settings
2002-01-31Simplify fix for repeated comments (commentre includes whitespace).David Aspinall
2002-01-31Fix problem noticed with Isar and repeated comments.David Aspinall
2002-01-16Also bury trace bufferDavid Aspinall
2001-12-11Change to font-lock support routines.David Aspinall
2001-09-05Fix problem with C-x C-v by copying buffer-file-name. Add children property ↵David Aspinall
to control spans.
2001-09-04Nested proof spans are duplicableDavid Aspinall
2001-09-03Show/hide all proofs: add redisplay for FSFDavid Aspinall
Use new functions pg-set-span-helphighlights and pg-span-name to set help echo, balloon help, mouse highlight, and context menu.
2001-09-03FormattingDavid Aspinall
2001-08-31Move theorem dependency code into proof-depends.el.David Aspinall
Added 'controlspan property to proof body spans: action will be controlled from the control span. (The 'goalsave is the parent). Replace 'highlight face with 'proof-mouse-highlight-face throughout.
2001-08-31Clean up of proof-dependsDavid Aspinall
2001-08-30pg-add-proof-element: removed accidential (?) dynamic scoping onMakarius Wenzel
proofbodyspan; handle proof-script-integral-proofs;
2001-08-30fixes for FSF Emacs for searching for goal span (don't call goal-command-p ↵David Aspinall
on empty string). Fix bug in add-proof-element for disappearing proofs setting. Add setting of proof-previous-script-buffer when scripting deactivated