aboutsummaryrefslogtreecommitdiff
path: root/doc/docstring-magic.el
AgeCommit message (Collapse)Author
2021-01-31fix another make magic problem from 2018Hendrik Tews
In 7389d43893569ff0e1eff892254901876fc8225e proof-ready-for-assistant was moved to proof-script.el, breaking make magic in a complicated chain. The auto load for proof-ready-for-assistant caused proof-script.el to be loaded before proof-assistant was set, causing proof-eval-when-ready-for-assistant, to put stuff into proof-ready-for-assistant-hook. proof-ready-for-assistant loads pg-custom.el by require, therefore, for the first proof assistant in the loop in docstring-magic everything was defined when executing the hooks at the end of proof-ready-for-assistant. The second assistant caused errors than. Fixes #542
2018-12-13Use `cl-lib` instead of `cl` everywhereStefan Monnier
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.
2018-08-23Fix most doc issues raised by (checkdoc)Erik Martin-Dorel
2018-02-21Update copyright messages and improve the header of elisp files.Erik Martin-Dorel
2009-09-15Update docsDavid Aspinall
2008-07-12Fix loading of multiple prover files: set proof-assistant-table to nil so ↵David Aspinall
proof-ready-for-assitant works
2008-01-30Load unicode-tokens.elDavid Aspinall
2008-01-17Update for new startup mechanism.David Aspinall
2006-12-20Remove thy-mode from isaDavid Aspinall
2005-03-25Updated.David Aspinall
2001-09-24New lineDavid Aspinall
2000-11-10*** empty log message ***Christophe Raffalli
2000-09-12Add provide sym-lock to fix sym lock loading problemDavid Aspinall
2000-07-26use proof-assistant-table instead of proof-assistants;Makarius Wenzel
2000-06-09Load a couple more file manually.David Aspinall
2000-05-25Fixes for PA docs, and file load order.David Aspinall
2000-05-16Fixed to load all files and define proof ass specifc vars.David Aspinall
2000-05-12Notes about fixing docstring-magic.David Aspinall
1999-11-17Fix FSF prob.David Aspinall
1999-10-21typoDavid Aspinall
1999-10-21A couple of comint symbols are mentioned in the docsDavid Aspinall
1999-07-03Load plastic and isar as a sanity check, prelude to documenting in texiDavid Aspinall
1998-12-16Some hacks to make markup happen.David Aspinall
1998-11-25Load proof-toolbarDavid Aspinall
1998-11-25Added header.David Aspinall
1998-11-25Magic docstring -> texi conversion.David Aspinall