aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-06-03coq-init-compile-response-buffer: handle killed buffer (Trac #408)David Aspinall
2011-06-03proof-undo-and-delete-last-successful-command: obey spec (Trac #407)David Aspinall
2011-06-01Set version tag for new release.David Aspinall
2011-05-31Some small fixes in indentation for coq.Pierre Courtieu
2011-05-31Added indentation for BeginSubProof/EndSubProof.Pierre Courtieu
+ added some tactics syntax.
2011-05-30Set version tag for new release.David Aspinall
2011-05-30Trac#403: wait for retraction to complete before returning, toDavid Aspinall
avoid hitting read only error in calling command.
2011-05-27ensure (integerp proof-segment-up-to-cache-end), fixes Trac #404David Aspinall
2011-05-27Set version tag for new release.David Aspinall
2011-05-26proof-retract-before-change: fix Trac #403 (at least partially) byDavid Aspinall
removing restriction during automatic retraction so proof-retract-until-point behaves correctly.
2011-05-25- two fixes for coq-debug-auto-compilationHendrik Tews
2011-05-20- minor changes: clean personal todo list + adjust test case descriptionHendrik Tews
2011-05-17Fixed #394. There is a bug with kfont-lock-keywords. The workaround isPierre Courtieu
to change the order in which keywords appear. TO FIX.
2011-05-16Set version tag for new release.David Aspinall
2011-05-16Update autogenerated filesDavid Aspinall
2011-05-16Update docstringsDavid Aspinall
2011-05-16Patch for Trac#400.David Aspinall
2011-05-16Ref to Coq chapter in PG manualDavid Aspinall
2011-05-16Clean up customization groups for defpacustom and defpgcustom. See ↵David Aspinall
http://lists.inf.ed.ac.uk/pipermail/proofgeneral-devel/2011/000115.html.
2011-05-12Set version tag for new release.David Aspinall
2011-05-12Update docstring magicDavid Aspinall
2011-05-12Update autoloadsDavid Aspinall