aboutsummaryrefslogtreecommitdiffhomepage
path: root/hol-light/hol-light.el
Commit message (Collapse)AuthorAge
* Cleanup patch; Moving defvar to toplevelGravatar Stefan Monnier2018-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move `defvar`s used to silence warnings outside of eval-when-compile. Make sure they don't actually give a value to the var. * pg-init.el: Simplify. Use (if t ...) to avoid running `require` at compile-time. Don't add subdirs to load-path here since this code is never used. (pg-init--script-full-path, pg-init--pg-root): Inline their definition into their sole user. * generic/proof-utils.el (proof-resize-window-tofit): Inline definitions of window-leftmost-p and window-rightmost-p previously in proof-compat.el. * lib/proof-compat.el (proof-running-on-win32): Remove, not used. (mac-key-mode): Remove, there's no carbon-emacs-package-version in Emacs≥24.3. (pg-custom-undeclare-variable): Use dolist. (save-selected-frame): Remove, save-selected-window also saves&restores the selected frame at the same time. Update all users (which already used save-selected-window around it). (window-leftmost-p, window-rightmost-p, window-bottom-p) (find-coding-system): Remove, unused. * hol-light/hol-light.el (caml-font-lock-keywords): Don't try to defvar it to a dummy value and... (hol-light): ...check its existence before using it instead. * coq/coq.el (coq-may-use-prettify): Simplify initialization.
* Update copyright messages and improve the header of elisp files.Gravatar Erik Martin-Dorel2018-02-21
|
* Change (eval-when (compile) ...) to (eval-when-compile ...)Gravatar Clément Pit--Claudel2017-05-05
| | | | This fixes a bunch of compilation warnings
* Improvements for type tokens, remove preceding colonGravatar David Aspinall2015-01-05
|
* - support bullets and braces in ProoftreeGravatar Hendrik Tews2013-01-15
| | | | - prooftree protocol change to version 3
* Add example menu entryGravatar David Aspinall2012-02-08
|
* Tweak output strings and prompt matchingGravatar David Aspinall2012-02-08
|
* Abort attempt to use special exception printingGravatar David Aspinall2012-02-08
|
* Fix parenoGravatar David Aspinall2012-02-08
|
* Add hol-light-prog-name, restart command.Gravatar David Aspinall2012-02-08
|
* Add proof-forget-id command and make top_thm discard the goalstack.Gravatar David Aspinall2012-02-08
|
* Improve handling of undo, implementing pg_kill and pg_undo.Gravatar David Aspinall2012-02-08
|
* More progress with Prooftree. Basic trees produced. Undoing needs work.Gravatar David Aspinall2012-02-08
|
* Get a little bit further with proof tree.Gravatar David Aspinall2012-02-07
|
* Load pg_tactics, fix proof-undo-n-times-cmd again.Gravatar David Aspinall2012-02-07
|
* Borrow syntax keywords from caml-mode if available. Typo in undo-n-times.Gravatar David Aspinall2012-02-07
|
* Fix compileGravatar David Aspinall2012-02-07
|
* PastoGravatar David Aspinall2012-02-07
|
* Start support for both plain and custom top levels (work in progress).Gravatar David Aspinall2012-02-07
|
* Rename goalstate file for pgGravatar David Aspinall2012-01-20
|
* Temporary commit to share file, this is work in progress for ProoftreeGravatar David Aspinall2012-01-19
|
* Improve configuration for HOL Light. Allow goals display to be prefixed by ↵Gravatar David Aspinall2012-01-09
| | | | ignored junk (val it : goalstack =).
* Make configuration settings. Tweak error regexp.Gravatar David Aspinall2012-01-06
|
* Some fixes to get a working instance for HOL Light. Work in progress.Gravatar David Aspinall2012-01-05
|
* Experimental hol-light version, not usable yetGravatar David Aspinall2010-09-29