aboutsummaryrefslogtreecommitdiff
path: root/coq
AgeCommit message (Collapse)Author
2012-01-18Fixed a small bug in indentation (ter repetita). Bullets are indentedPierre Courtieu
correctly provided that the precedence - > + > * is respected.
2012-01-18Fixed a small bug in indentation (bis repetita).Pierre Courtieu
2012-01-18Fixed a small bug in indentation.Pierre Courtieu
2012-01-10Support proof-shell-interactive-prompt-regexp, ref Trac #430David Aspinall
2012-01-09proof-shell-start-goals-regexp: shy match to avoid introducing match groupDavid Aspinall
2012-01-04* fix case where some existential is instantiated with the last proof commandHendrik Tews
* protocol change - rename proof-complete into proof-finished and add existential info - add proof-complete message
2012-01-03hide the dependent evars lineHendrik Tews
2012-01-03merge ProofTreeBranch into main trunk:Hendrik Tews
- add support for proof-tree displays (currently Coq only) - new file generic/proof-tree.el contains generic code - Coq specific code has been added to coq/coq.el Changes to existing Proof General functions: - proof-shell-exec-loop and proof-shell-filter-manage-output call proof-tree display functions, when the proof-tree display is on - proof-shell-exec-loop returns t if proof-action-list is empty _or_ contains only items for updating the proof-tree - proof-shell-should-be-silent returns nil when the proof-tree display is on - coq-last-prompt-info, coq-last-prompt-info-safe return as additional 4th element the name of the current proof
2011-12-27Extra testDavid Aspinall
2011-12-27TypoDavid Aspinall
2011-12-16Fixed some regexp. One for goal closing detection and one forPierre Courtieu
understanding the new message about dependent evars (the two window mode was bugged).
2011-12-16Adapting coq syntax recognition to the future v8.4 behavior of bulletsPierre Courtieu
(stand-alone commands), which is different of the experiments made until now in coq/trunk.
2011-12-07- protect proof-shell-handle-delayed-output against the case whereHendrik Tews
proof-shell-end-goals-regexp is defined but does not match - add coq setting for hiding additional subgoals
2011-12-06ensure optim-resp-window does not change the current bufferHendrik Tews
2011-12-05Applied a patch from Tom Prince which makesPierre Courtieu
coq-update-minor-mode-alist behavior more acceptable.
2011-11-15Quick stab at support for switching to proof shell when interactive support ↵David Aspinall
expected, see Trac #430
2011-11-14Small fixes to coq smie indentation.Pierre Courtieu
2011-11-11Fixed coq smie indentation.Pierre Courtieu
2011-11-10Fixed coq smie indentation.Pierre Courtieu
2011-11-10fixed some small bugs in coq indentation smie code.Pierre Courtieu
2011-11-08added utf8 quantifiers for indentation + small fix in indentation.Pierre Courtieu
2011-11-07Fixing syntax.Pierre Courtieu
2011-11-07Fixed a bit more smie coq indentation. Still unfinished but useable.Pierre Courtieu
2011-11-05Fixed several more bugs in smie indentation code. Not finished.Pierre Courtieu
2011-11-04slowly fixing the last small bugs in smie indentation.Pierre Courtieu
2011-11-04Fix previous commit (again).Pierre Courtieu
2011-11-04Fix previous commit.Pierre Courtieu
2011-11-03* coq.el (coq-smie-forward-token): Simplify by delegating to backward-token.Stefan Monnier
(coq-smie-backward-token): Use memq and member.
2011-11-03Fixed the indentation of different kinds of use of the with keyword.Pierre Courtieu
2011-11-02Added bullet indentation in smie code. smie code still needs somePierre Courtieu
fixing to be be switched on.
2011-10-17Attempt to support stricter bytecomp flagsDavid Aspinall
2011-10-03Update dates and versionsDavid Aspinall
2011-10-03Move a comment to docstringDavid Aspinall
2011-09-23fix coqdep warning treated as error (library occurring atHendrik Tews
multiple places in load-path)
2011-09-15fix widget descriptions of coq-load-pathHendrik Tews
2011-09-15-add support for -R and -I -as in coq-load-pathHendrik Tews
-improve documentation (and reorder stuff)
2011-09-14fix #421 with solution 1Hendrik Tews
2011-09-09fix documentation errorHendrik Tews
2011-09-04Fix trac #420 indentation freezing.Pierre Courtieu
2011-08-29Non Unicode charDavid Aspinall
2011-08-24eval-when-compile -> eval-when (compile) to avoid defvar coq-prog-nameDavid Aspinall
overriding setting in coq.el
2011-08-23Add back annotation for docstring for texinfoDavid 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-26Fix compile when smie isnt availableDavid Aspinall
2011-07-08Fixing the scripting of new subproof script parenthesizing ({ and }).Pierre Courtieu
2011-07-05+ fix documentation and one spelling errorHendrik Tews
2011-07-01Some more sample indentation patterns added.Pierre Courtieu