aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isabelle-system.el
Commit message (Collapse)AuthorAge
* Use `cl-lib` instead of `cl` everywhereGravatar Stefan Monnier2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use lexical-binding in a few files where it was easy. Don't require `proof-compat` when it's not used. * coq/coq-db.el: Use lexical-binding. * coq/coq-system.el: Use lexical-binding. (coq--extract-prog-args): Use concatenated-args rather than recomputing it. * coq/coq.el: Require `span` to silence some warnings. * generic/pg-user.el: Use lexical-binding. (complete, add-completion, completion-min-length): Silence warnings. * generic/pg-xml.el: Use lexical-binding. (pg-xml-string-of): Prefer mapconcat to reduce+concat. * generic/proof-depends.el: Use lexical-binding. (proof-dep-split-deps): Use `push`. * generic/proof-shell.el: Require `span` to silence some warnings. (proof-shell-invisible-command): Don't use lexical-let just to build a wasteful η-redex! * lib/holes.el: Use lexical-binding. Remove redundant :group args. * lib/span.el: Use lexical-binding. (span-read-only-hook): Use user-error. (span-raise): Remove, unused.
* 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.
* 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.
* Fix incorrect assumption that noninteractive == byte-compilingGravatar Clément Pit--Claudel2017-03-08
| | | | | The PG Makefile does ensure (using --batch) that noninteractive is non-nil while compiling, but package.el doesn't.
* Summary: Build in default path for Isabelle2014 Mac packageGravatar David Aspinall2015-03-11
|
* Summary: Don't quote lambda expressionsGravatar Stefan Monnier2012-08-30
| | | | | | | | | | | | | | | | * coq/coq-indent.el (coq-indent-inner-regexp): Remove old X-Symbol element. (coq-save-count, coq-proof-count): * obsolete/plastic/plastic.el (plastic-shell-handle-output): * lib/texi-docstring-magic.el (texi-docstring-magic-insert-magic): * lib/pg-dev.el (emacs-lisp-mode-hook): * lib/maths-menu.el (maths-menu-filter-predicate) (maths-menu-tokenise-insert): * lib/holes.el (holes-next): * lego/lego.el (lego-shell-handle-output): * isar/isabelle-system.el (isabelle-docs-menu): * coq/coq.el (coq-compile-command, coq-compile-auto-save) (coq-compile-ignored-directories, coq-load-path-safep) (proof-shell-handle-delayed-output-hook): Don't quote lambda.
* Attempt to support stricter bytecomp warningsGravatar David Aspinall2011-10-17
|
* Require cl only during compileGravatar David Aspinall2011-10-17
|
* Patch from Tom Prince to fix Emacs 24 byte compilation (replace ↵Gravatar David Aspinall2011-10-13
| | | | interactive-p with called-interactively-p)
* Support custom syntactic fontification.Gravatar David Aspinall2010-08-11
|
* more robust treatment of spaces in directory names;Gravatar Makarius Wenzel2009-12-07
|
* Change of type for proof-script-span-context-menu-extensionsGravatar David Aspinall2009-12-03
|
* Fix compile error (isar-prog-args unknown).Gravatar David Aspinall2009-12-02
|
* isabelle-set-prog-name: avoid calling split-string with nil arg.Gravatar David Aspinall2009-12-01
|
* isabelle-set-prog-name: more robust treatment of spaces in arguments;Gravatar Makarius Wenzel2009-11-28
|
* Follow Upper Case Convention for menu entriesGravatar David Aspinall2009-09-27
|
* Fix compilation.Gravatar David Aspinall2009-09-14
|
* 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
* Remove unused subterm markup codeGravatar David Aspinall2009-09-06
|
* More sensible message for file dialogGravatar David Aspinall2009-09-05
|
* Clean whitespaceGravatar David Aspinall2009-09-05
|
* ISABELLE_TOOL refers to "isabelle" tool wrapper;Gravatar Makarius Wenzel2009-07-29
| | | | ISABELLE_PROCESS refers to "isabelle-process";
* Revert "logic" fix.Gravatar David Aspinall2009-05-26
|
* More isatool->isabelle renamings and an (old) logic fixGravatar David Aspinall2009-05-26
|
* Rename isatool -> isabelleGravatar David Aspinall2009-05-26
|
* Merge changes from Version4Branch.Gravatar David Aspinall2008-07-24
|
* Remove use of :help for menu tooltips- GNU Emacs only.Gravatar David Aspinall2008-07-16
|
* Add hook for hack-local-variables-hook to give warning about chosen logic ↵Gravatar David Aspinall2008-07-10
| | | | change. Also logic menu tooltips.
* Start to rationalise setting for proof-prog-name.Gravatar David Aspinall2008-07-10
|
* Prevent prompt during compilationGravatar David Aspinall2008-01-28
|
* Fix previous change.Gravatar David Aspinall2008-01-25
|
* Make isatool usage (view doc) compatible with proof-rsh-command.Gravatar David Aspinall2008-01-25
|
* Make isatool usage compatible with proof-rsh-command.Gravatar David Aspinall2008-01-25
|
* Updated.Gravatar David Aspinall2008-01-16
|
* Many compatibility updates, bug fixes, rearrangements for compilation.Gravatar David Aspinall2008-01-15
|
* Move x-symbol-isabelle -> x-symbol-isar to simplify setup.Gravatar David Aspinall2007-12-14
|
* Comment unused functionGravatar David Aspinall2007-12-09
|
* removed obsolete isabelle-version-string, isa-version, isa-supports-pgip;Gravatar Makarius Wenzel2007-10-24
|
* proof-shell-pre-interrupt-hook: removed obsolete Poly/ML 3 setup, which ↵Gravatar Makarius Wenzel2006-12-07
| | | | breaks Poly/MK 5;
* Use Isar-specific isabelle-system fileGravatar David Aspinall2006-12-05