aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-24Set version tag for new release.David Aspinall
2011-08-24eval-when-compile -> eval-when (compile) to avoid defvar coq-prog-nameDavid Aspinall
overriding setting in coq.el
2011-08-23Remove PG prefix from toolbar button names (needed for disambiguity in older ↵David Aspinall
Emacsen, displayed in Emacs 24 UI)
2011-08-23Add back annotation for docstring for texinfoDavid Aspinall
2011-08-23Update magicDavid Aspinall
2011-08-23Set version tag for new release.David Aspinall
2011-08-23Note TODO for indent testing!David Aspinall
2011-08-23Move coq-prog-name back to coq.elDavid Aspinall
2011-08-23Crude patch for Trac #416. I haven't tried to understand indent code fully, ↵David Aspinall
so may not be best fix.
2011-07-29Fixing track 414 by adding Preterm as a state preserving command.Pierre Courtieu
2011-07-26Updated.David Aspinall
2011-07-26Fix compile when smie isnt availableDavid Aspinall
2011-07-08Fixing the scripting of new subproof script parenthesizing ({ and }).Pierre Courtieu
2011-07-06generalized font-lock regexps: isar-text allows any non-control characters ↵Makarius Wenzel
to be marked up (e.g. notation for "free" and "skolem" variables after Isabelle2011);
2011-07-05+ fix documentation and one spelling errorHendrik Tews
2011-07-01Some more sample indentation patterns added.Pierre Courtieu
2011-06-22coq-use-smie not enabled by defaultDavid Aspinall
2011-06-22Remove pointer to closed ticketDavid Aspinall
2011-06-22Set version tag for new release.David Aspinall
2011-06-22Set version tag for new release.David Aspinall
2011-06-19Removed { and } as command terminators for now.Pierre Courtieu
Fixes #412.
2011-06-17oops, undo last commit.Pierre Courtieu
2011-06-17Fix mais le find-father ne marche pas encore.Pierre Courtieu
2011-06-11* coq.el: Fix up a few comment conventions; Improve SMIE indentation.Stefan Monnier
(coq-smie-grammar): Use new special token "Proof End". (coq-smie-proof-end-tokens): New var. (coq-smie-forward-token, coq-smie-backward-token): Map proof end tokens to "Proof End", and map "(Next )Obligation" to "Proof". (coq-smie-rules): Indent after ;-tactical. Use "Proof End". Indent specially "Lemma x :forall, ..".
2011-06-10Version bumpDavid Aspinall
2011-06-10Set version tag for new release.David Aspinall
2011-06-10*** empty log message ***David Aspinall
2011-06-10Set version tag for new release.David Aspinall
2011-06-10Unplug smie cindentation code for this release.Pierre Courtieu
2011-06-10Fix trac #410.Pierre Courtieu
2011-06-10Deleted fileDavid Aspinall
2011-06-10Update dates, magic.David Aspinall
2011-06-09Change linebreaks as Hendrik would like, not wiki formatted(!)David Aspinall
2011-06-09Add etc/coq/parsingcheck-410.v to executed filesDavid Aspinall
2011-06-09parsing check from Trac #410David Aspinall
2011-06-09Set version tag for new release.David Aspinall
2011-06-09Fix compile errors (seems to be code duplication between coq.el and coq-indent)David Aspinall
2011-06-09UpdateDavid Aspinall
2011-06-09Add autoload.David Aspinall
2011-06-08Added one indentation example.Pierre Courtieu
2011-06-08- fix for #408: Only use the buffer name inHendrik Tews
coq-compile-response-buffer - fix typo elsewhere
2011-06-072011-06-07 Stefan Monnier <monnier@iro.umontreal.ca>Stefan Monnier
* coq/coq.el: Match Proof...Qed and fix ;-vs-| precedence. (coq-smie-grammar): Add ; and | tacticals. Rename decls => cmds. Add CoInductive, and Proof..Qed. (coq-smie-search-token-forward): Rename from coq-smie-search-token; make it more robust. (coq-smie-search-token-backward): New function. (coq-smie-forward-token, coq-smie-backward-token): Use it to distinguish Inductive's ":=" from other uses. (coq-smie-rules): Use smie-rule-separator for |. Add ugly hack for Qed without matching "Proof".
2011-06-07Set version tag for new release.David Aspinall
2011-06-07Summary: * coq.el (coq-smie-backward-token): Fix typo in last change.Stefan Monnier
2011-06-07Summary: coq-smie: improve indentation.Stefan Monnier
* coq.el (coq-smie-grammar): Add rules for {|...|}, Let, Record, Module..End, Section..End, and BeginSubproof..EndSubproof. (coq-smie-search-token): New function. (coq-smie-forward-token, coq-smie-backward-token): Recognize {| and |}. Distinguish Module definition from Module introduction. Merge "Module Type" and "Module". (coq-smie-rules): Refine list-intro. Improve indentation after "with". Add Function, Let and Record to the := case. Indent within Module..End and friends. Improve indentation of record def. Indent forall's body by 2. Better indent Lemmas. * coq-db.el (coq-build-abbrev-table-from-db): Mark those abbrevs as `system'. * coq-abbrev.el (coq-install-abbrevs): Don't bind save-abbrevs since it's not needed any more.
2011-06-06Summary: coq-smie: Do not assume all "." are terminators. Handle "Programs".Stefan Monnier
(coq-smie-grammar): Add "Function" rule. (coq-smie-forward-token, coq-smie-backward-token): New functions. (coq-mode-config): Use them for the SMIE lexer.
2011-06-06Record of bug report sentDavid Aspinall
2011-06-06*** empty log message ***David Aspinall
2011-06-04Updated the old code for indentation, in case Stefan cannot finish thePierre Courtieu
new one for the release. Added also support for an experimental syntax modification: { .. } is a new syntax for Beginsubproof. ... EndSubproof. There a also few minor behavior changes. The code has changed a lot though.
2011-06-04Cleaning some keyboard shortcuts, applying patch from Erik Martin-Dorel.Pierre Courtieu