aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
AgeCommit message (Collapse)Author
2008-01-24Fixes and cleanups for coq-indent-line, see Trac #172David Aspinall
2008-01-17Disable removal from input historyDavid Aspinall
2008-01-17CommentDavid Aspinall
2008-01-17Add input history ring. Cleanup comments.David Aspinall
2008-01-16Reduce compiler warnings. Minor fixes.David Aspinall
2008-01-16Compilation tweaksDavid Aspinall
2008-01-15Simplify font lock settings, removing proof-font-lock-case-fold-searchDavid Aspinall
2008-01-15Many rearrangements for compatibility, efficient/correct compilation, ↵David Aspinall
namespaces fixes. pre-shell-start-hook: remove this, use default names for modes proof-compat: simplify architecture flags, use standard (featurep 'xemacs).
2007-12-10Modify buffer-invisibility-spec to work smoothly with X-Symbol/EmacsDavid Aspinall
2007-12-09Patch for buggy derived.el in XEmacs 21.5.b28David Aspinall
2007-08-19CommentsDavid Aspinall
2007-08-14Add support for sending back literal commands reusing PBP markup mechanisms.David Aspinall
2007-04-23Clean comments around eval-and-compile proof-modeDavid Aspinall
2007-04-16Fixed a parenthesis, suggested by Stefan Monnier.Pierre Courtieu
2006-04-26Changed the type of proof-goal-command-p. It takes now a span, whichPierre Courtieu
allows using a span attribute to detect goal commands. I think I modified all modes accordingly.
2005-03-21Updated.David Aspinall
2004-10-20fixed a problem with x-symbol not enables in script bufferChristophe Raffalli
2004-10-04Add arg to forward-comment for GNU Emacs.David Aspinall
2004-06-03proof-goto-end-of-locked: add push-mark; fix: goto end of locked even ifDavid Aspinall
buffer switched.
2004-04-26Allow proof-goto-end-of-locked to work again if no active scripting buffer.David Aspinall
2004-04-24Add proof-shell-require-command-regexp, proof-done-advancing-require-functionDavid Aspinall
to support multiple files in Coq. Move some keybindings to proof-universal-keys (esp. C-c C-l).
2004-04-22Add proof-deactivate-scripting-hook. Also note activate-script-hook is no ↵David Aspinall
longer inherited
2004-04-17Clarify that it is right to query saves in proof-retract-until-point's callDavid Aspinall
of proof-activate-scripting.
2004-04-17Add proof-cannot-reopen-processed-files to fix behaviour of multiple files ↵David Aspinall
for Isabelle.
2004-04-14Add Index menu.David Aspinall
2004-04-14Add proof-script-imenu-generic-expression for configuring imenu.David Aspinall
2004-04-14Space in named entities popupDavid Aspinall
2004-04-13Abstract out proof-end-of-locked-visible-pDavid Aspinall
2004-04-06Adjust proof-script-comment-end and comment-end to hold empty string for ↵David Aspinall
end-of-line terminated comments.
2004-04-06Adjust proof-script-comment-end to fix comment-end to be empty for ↵David Aspinall
end-of-line comments.
2004-04-02Use proof-shell-wait; comments.David Aspinall
2004-03-30generic-find-and-forget: handle proof-forget-id-command not being setDavid Aspinall
2004-03-02Switch ?\ -> ?\040 (Joe Corneli reports problem with CVS GNU Emacs)David Aspinall
2004-03-01Fix buglets shown up by byte compilation.David Aspinall
2003-10-05Run checkdocDavid Aspinall
2003-10-05Add interactive input setting, and extra flags for action.David Aspinall
2003-06-16Give text default for hidden proof image.David Aspinall
2003-06-08Only give hint about C-c C-. if not already visibleDavid Aspinall
2003-06-05TypoDavid Aspinall
2003-06-05Simplify mark-buffer-atomic to just make 'proverproc span.David Aspinall
2003-06-05By default, do not move pointer on interrupt, only error; tune hints for spansDavid Aspinall
2003-05-28proof-strict-read-only: only alter locked span if live (bug fix)David Aspinall
2003-05-20Buglet in proof-mark-buffer-atomicDavid Aspinall
2003-04-05Comments.David Aspinall
2003-03-17Allow proof-strict-read-only to be changed dyamically, add to quick opts ↵David Aspinall
menu in place of output highlight setting.
2003-03-17More tweaks so that (proof-ass x-symbol-enable) is pervasive.David Aspinall
2003-03-14Be more polite with handling of invisibility specDavid Aspinall
2003-03-03Fix sticky mode properties for X-SymbolDavid Aspinall
2003-03-01Refactor function used for Isar parsing a little.David Aspinall
2003-02-24Fix some compile errorsDavid Aspinall