aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-07Fix initialisation of isar-use-find-theorems-form in compiled file.David Aspinall
2009-09-07require proof-site also at startupDavid Aspinall
2009-09-07lego-shell-process-output -> lego-shell-classify-outputDavid Aspinall
2009-09-07Requires processed more often (experiment)David Aspinall
2009-09-07Fix compiler warningsDavid Aspinall
2009-09-07isar-use-find-theorems-form: use defcustom, not defpacustomDavid Aspinall
isar-keywords-name: fix custom group
2009-09-07Fix compiler warningsDavid Aspinall
2009-09-07Fix compiler warnings.David Aspinall
2009-09-07Isabelle->isabelle binary. Remove Isar homepage.David Aspinall
2009-09-07Don't try to compile obsolete twelf Emacs code.David Aspinall
2009-09-07Update for 4.0 and shorten.David Aspinall
2009-09-07(C) dateDavid Aspinall
2009-09-07Fix compile warnings and ensure compiled code behaves as expected.David Aspinall
2009-09-07Fix compile warning, rearrange docsDavid Aspinall
2009-09-07Require cl for compilation. Rearrange docs.David Aspinall
2009-09-07Attempt byte compilation only for emacs lisp!David Aspinall
2009-09-07isar-preprocessing: remove unnecessary save-match-data.David Aspinall
Fix a compile warning.
2009-09-07Remove \t in \<inverse> expansion.David Aspinall
Make \<spacespace> be a single EM-DASH SPACE
2009-09-07Remove \t in \<module> expansion.David Aspinall
2009-09-07Fix compile warningsDavid Aspinall
2009-09-07WhitespaceDavid Aspinall
2009-09-07(C) dateDavid Aspinall
2009-09-07mapcar -> dolistDavid Aspinall
2009-09-07Require cl for compilationDavid Aspinall
2009-09-07Missing requireDavid Aspinall
2009-09-07Fix typosDavid Aspinall
2009-09-07Update for Unicode Tokens.David Aspinall
2009-09-07Add documentation to explain usage.David Aspinall
Add setting function for dynamic updates. Add further symbols and explanation of two ways of working.
2009-09-07Use extended form of define-minor-modeDavid Aspinall
2009-09-07Add template auto-insert hookDavid Aspinall
2009-09-07Calculate token match regexp in a more complex way in an attempt toDavid Aspinall
allow for Coq token grammar. Alter composition of strings to place characters by baseline. Doc and menu notes about replacement functions.
2009-09-06UpdatedDavid Aspinall
2009-09-06Prevent compiler warningsDavid Aspinall
2009-09-06Fix compile warnings, remove some XEmacs-ismsDavid Aspinall
2009-09-06Obsolete filesDavid Aspinall
2009-09-06proof-buffer-syntactic-context-emulate: use caching syntax-ppssDavid Aspinall
instead of parse-partial-sexp
2009-09-06TypoDavid Aspinall
2009-09-06Prevent compile warningsDavid Aspinall
2009-09-06Avoid easy-menu-define macroDavid Aspinall
2009-09-06WhitespaceDavid Aspinall
2009-09-06UpdatedDavid Aspinall
2009-09-06UpdatedDavid Aspinall
2009-09-06Remove unused subterm markup codeDavid Aspinall
2009-09-06Configuration changes for shell mode revision.David Aspinall
2009-09-06Move holes menu to holes modeDavid Aspinall
2009-09-06UpdatedDavid Aspinall
2009-09-06Make sure proof-shell-last-output is non-nilDavid Aspinall
2009-09-06pg-add-element: unbound var in debugDavid Aspinall
proof-activate-scripting: minor cleanup proof-assert-until-point: don't go back beyond end of locked
2009-09-06Make sure proof-shell-last-output, proof-shell-last-prompt andDavid Aspinall
proof-shell-delayed-ouput remain non-nil.
2009-09-06Reorganisation to avoid generating many intermediate strings fromDavid Aspinall
the shell buffer, and match shell regexp directly inside it. This changes the types of several configuration settings. Also some improvements to scomint configuration and changes to proof-shell-exec-loop to send the next command to the prover before starting to process the output from the last. This reorganisation is still in testing and will take time to bed down.