aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar.el
Commit message (Collapse)AuthorAge
* Change (eval-when (compile) ...) to (eval-when-compile ...)Gravatar Clément Pit--Claudel2017-05-05
| | | | This fixes a bunch of compilation warnings
* Remove compile-time calls to proof-ready-for-assistantGravatar Clément Pit--Claudel2017-03-08
| | | | | Compilation used to run in a separate Emacs process for each file, but that's not what happens when installing PG with package.el.
* Remove unnecessary calls to 'eval-and-compile'Gravatar Clément Pit--Claudel2017-03-08
|
* more appropriate URL;Gravatar Makarius Wenzel2013-07-05
|
* Require cl only during compileGravatar David Aspinall2011-10-17
|
* proof-shell-theorem-dependency-list-regexp: change to match altered output ↵Gravatar David Aspinall2011-01-31
| | | | format.
* isar-set-undo-commands: prevent opening new script files calling ↵Gravatar David Aspinall2010-10-11
| | | | proof-deactivate-scripting
* use-linear-undo: use default of t againGravatar David Aspinall2010-09-08
|
* Fix bug with nested spans, solving #344/#335Gravatar David Aspinall2010-08-27
|
* Replace proof-terminal-char with proof-terminal-string.Gravatar David Aspinall2010-08-27
|
* isar-set-undo-commands: encourage the user not to change while processing a ↵Gravatar David Aspinall2010-08-24
| | | | buffer
* Tidy commentsGravatar David Aspinall2010-08-24
|
* isar-strip-terminators: backward-delete-char -> delete-char to fix Emacs 24 ↵Gravatar David Aspinall2010-08-24
| | | | compile warning
* isar-describe-help-keys: remove this, available by default as C-c C-a h C-hGravatar David Aspinall2010-08-22
| | | | (see Trac #341)
* Work on Trac #335 (broken old style script management)Gravatar David Aspinall2010-08-18
|
* Add command bound to C-c C-a h ? to show available help keysGravatar David Aspinall2010-08-18
|
* Fix key bindings. Ref Trac#334Gravatar David Aspinall2010-08-17
|
* Clean up handling of pending interrupts, remove experimental ↵Gravatar David Aspinall2010-08-17
| | | | proof-shell-interrupts-after-commit.
* Set proof-shell-interrupts-after-commit = nilGravatar David Aspinall2010-08-16
|
* proof-shell-interrupts-after-commit: support commit-before-interrupt mode ↵Gravatar David Aspinall2010-08-15
| | | | [experimental/temporary].
* Support custom syntactic fontification.Gravatar David Aspinall2010-08-11
|
* isabelle-string-face: introduce custom string colour as font lock default is ↵Gravatar David Aspinall2010-08-04
| | | | terrible
* isar-remove-file: remove (tail) recursion, leads to stack overflowGravatar David Aspinall2010-08-04
|
* Fix for matching names in regexps, restores behaviour of name-aware code ↵Gravatar David Aspinall2010-08-02
| | | | such as imenu.
* isar-shell-adjust-line-width: save-excursion -> with-current-buffer to avoidGravatar David Aspinall2010-07-01
| | | | spurious warning in Emacs 23.2
* removed some old commands;Gravatar Makarius Wenzel2010-06-29
|
* additional menu entries;Gravatar Makarius Wenzel2009-11-26
|
* menu items for atp_info, atp_kill;Gravatar Makarius Wenzel2009-10-21
|
* disable indent-tabs-mode for theory mode;Gravatar Makarius Wenzel2009-10-17
|
* Remove function-menu settingGravatar David Aspinall2009-10-14
|
* Start using new parser, adjusting isar-any-command-regexp.Gravatar David Aspinall2009-10-03
|
* Functions find-and-forget and count-undos now return lists of commandsGravatar David Aspinall2009-09-28
|
* display_drafts, print_drafts: query to save bufferGravatar David Aspinall2009-09-27
| | | | | Follow Upper Case Convention for menu entries Remove duplicate menu entry: Commands -> set isabelle
* Fix compile errorsGravatar David Aspinall2009-09-15
|
* Add outline-heading-alist setting. Fix compilation.Gravatar David Aspinall2009-09-14
|
* Rename mode namesGravatar David Aspinall2009-09-14
|
* Typo in var name: fixes toggling of use-linear-undo.Gravatar David Aspinall2009-09-10
|
* Experimental changes to queue several commands at once and to allow ↵Gravatar David Aspinall2009-09-10
| | | | pre-processing of commands when they're queued from script
* Support linear_undo. Add minimal font-lock for readability in *isabelle*.Gravatar David Aspinall2009-09-09
|
* Remove barely useful proof-shell-abort-goal-regexp (only served to sanitize ↵Gravatar David Aspinall2009-09-08
| | | | LEGO messages)
* Fix proof-shell-trace-output-regexp: match on annotation \^AI now tooGravatar David Aspinall2009-09-07
|
* Revert change in 10.26 to use defpacustom after all, this givesGravatar David Aspinall2009-09-07
| | | | | the prover-specific menu entry automatically. Fix compiler warning with a defvar.
* Fix initialisation of isar-use-find-theorems-form in compiled file.Gravatar David Aspinall2009-09-07
|
* Fix compiler warningsGravatar David Aspinall2009-09-07
|
* isar-use-find-theorems-form: use defcustom, not defpacustomGravatar David Aspinall2009-09-07
| | | | isar-keywords-name: fix custom group
* isar-preprocessing: remove unnecessary save-match-data.Gravatar David Aspinall2009-09-07
| | | | Fix a compile warning.
* Configuration changes for shell mode revision.Gravatar David Aspinall2009-09-06
|
* Add bug refGravatar David Aspinall2009-09-05
|
* Add option to do command wrappingGravatar David Aspinall2009-09-04
|
* Remove proof-shell-prompt-pattern, no longer used.Gravatar David Aspinall2009-09-04
|