aboutsummaryrefslogtreecommitdiff
path: root/isar
AgeCommit message (Collapse)Author
2009-08-19Enhance command markup to pass position information. Extend defaults for ↵David Aspinall
response/goals font-lock keywords.
2009-08-18Hints about setting position in commandDavid Aspinall
2009-08-18First attempt at command wrapping (see ↵David Aspinall
http://proofgeneral.inf.ed.ac.uk/trac/ticket/199)
2009-08-17Move proof-interrupt-process to proof-shell. Add pending interrupt ↵David Aspinall
behaviour. See http://proofgeneral.inf.ed.ac.uk/trac/ticket/179
2009-08-17TidyDavid Aspinall
2009-08-17isar-syntactic-context: tweak (still not perfect, loses between "--" and ↵David Aspinall
string start)
2009-08-17isar-syntactic-context: fix calls to re-search-backwardDavid Aspinall
2009-08-17isar-syntactic-context: modify proof-looking-at-syntactic-context to allowDavid Aspinall
recognition of terminating comment strings.
2009-08-14Set proof-query-identifier-command in right place.David Aspinall
2009-08-14isar-output-font-lock-keywords-1: enable display of ? and ' againDavid Aspinall
2009-08-14Do not hide the spurious ASCII characters as it confuses old hands.David Aspinall
2009-08-12Add indirection for setting unicode tokens variables to add customize menu ↵David Aspinall
options
2009-08-07Rename proof-shell-identifier-under-mouse-cmd -> proof-query-identifier-commandDavid Aspinall
2009-08-06Add configuration setting for Find Theorems formDavid Aspinall
2009-07-29ISABELLE_TOOL refers to "isabelle" tool wrapper;Makarius Wenzel
ISABELLE_PROCESS refers to "isabelle-process";
2009-05-30more robust treatment of options and arguments (via arrays and special @ ↵Makarius Wenzel
expansion) -- allows spaces within parameters;
2009-05-26Revert "logic" fix.David Aspinall
2009-05-26More isatool->isabelle renamings and an (old) logic fixDavid Aspinall
2009-05-26Correct Unicode supportDavid Aspinall
2009-05-26Update version, latest only.David Aspinall
2009-05-26Remove yank-handler experiment, in favour of buffer-substring-filtersDavid Aspinall
2009-05-26isar-strip-output-markup: simple output markup strippingDavid Aspinall
Experiment with font-lock to set yank-handler.
2009-05-26Set strip-output-function for pasting. Adjust font-lock handling toDavid Aspinall
cope with very long multiline matches.
2009-05-26Add proof-electric-terminator-noterminator behaviour for IsarDavid Aspinall
2009-05-26Hide goals marker start again (Isabelle2009 doesn't markup subgoals)David Aspinall
2009-05-26Rename isatool -> isabelleDavid Aspinall
2009-05-26Add highlighting for sendbackDavid Aspinall
2009-03-31isar-output-font-lock-keywords-1: simplified regexp for invisible stuff, and ↵Makarius Wenzel
added special "L", special "V";
2009-03-31eliminated obsolete non-ASCII specials;Makarius Wenzel
2008-12-05Linear undo commandDavid Aspinall
2008-12-05Hyphen instead of emdash in faked longleftarrowDavid Aspinall
2008-09-18Fix by Stephan HoheDavid Aspinall
http://proofgeneral.inf.ed.ac.uk/trac/ticket/236
2008-08-03Fix tokensDavid Aspinall
2008-08-03Updated.David Aspinall
2008-07-24Merge changes from Version4Branch.David Aspinall
2008-07-19Add lbrace, rbraceDavid Aspinall
2008-07-18Disable \<zero>, \<a>, \<aa>, etc. To prevent unexpected behaviourDavid Aspinall
with cut-and-paste and when typing tokens directly. Trac#223.
2008-07-16Remove use of :help for menu tooltips- GNU Emacs only.David Aspinall
2008-07-16Deleted fileDavid Aspinall
2008-07-11backport of recent changes to isar-unicode-tokens.el:Makarius Wenzel
more precise regexps isar-token-match, isar-control-token-match; isar-shortcut-alist: map << >> to guillemots -- this is what HOL-Nominal expects; isar-shortcut-alist: tweaked behaviour of ~= ~: <= `` which all have a particular meaning in Isabelle; add back |-> shortcut;
2008-07-10Add hook for hack-local-variables-hook to give warning about chosen logic ↵David Aspinall
change. Also logic menu tooltips.
2008-07-10Use proof-guess-command-line to adjust command line when starting Isabelle.David Aspinall
2008-07-10removed obsolete comment;Makarius Wenzel
2008-07-10Start to rationalise setting for proof-prog-name.David Aspinall
2008-07-09more precise regexps isar-token-match, isar-control-token-match;Makarius Wenzel
2008-07-07isar-shortcut-alist: map << >> to guillemots -- this is what HOL-Nominal ↵Makarius Wenzel
expects;
2008-07-07isar-shortcut-alist: tweaked behaviour of ~= ~: <= `` which all have a ↵Makarius Wenzel
particular meaning in Isabelle;
2008-07-07unicode shortcut alist: literal backslash instead of strange control ↵Makarius Wenzel
sequence, e.g. "\\nat" instead of "\nat";
2008-07-07defface: using proof-face-specs makes faces appear on non-X11 window systems ↵Makarius Wenzel
as well;
2008-07-05Add back |-> shortcutDavid Aspinall