aboutsummaryrefslogtreecommitdiff
path: root/coq
AgeCommit message (Collapse)Author
2004-03-29V8/V7 reserved keywords for coqPierre Courtieu
2004-03-19coq < 8.0 menu and abbrevs.Pierre Courtieu
2004-03-18adjusting to new syntax.Pierre Courtieu
2004-03-17coq menu twickingPierre Courtieu
2004-03-17menu, holes and abbrev made better.Pierre Courtieu
2004-03-16Added 'Notation' stuff to coq menu command insert.Pierre Courtieu
2004-03-16added the abbreviation of Hint Rewrite.Pierre Courtieu
2004-03-16Added one entry in the coq insert command menu (hint rewrite).Pierre Courtieu
2004-03-15bug fix in holes (call to proof-indent-line instead of funcallPierre Courtieu
indent-line-function).
2004-03-15little bug fix in coq-indent.elPierre Courtieu
2004-03-11added proof-really-save-command-p to coq config, to deal with ProofPierre Courtieu
<term>. which is a save command (but not a save giving a name like Save id.).
2004-03-11bug fixes on indenting and command-end-regexp.Pierre Courtieu
2004-03-10fixed coq command-end expression-regexp to deal with the token '..'Pierre Courtieu
2004-03-10modification to avoid compile warnings (end)Pierre Courtieu
+ some menu modifications
2004-03-10added a menu for hole operationsPierre Courtieu
2004-03-10compile warning correctionsPierre Courtieu
2004-03-08indentation for coq completely re-coded, because the generic mechanismPierre Courtieu
does not use "proof-goal-command-p" and is not powerful enough.
2004-03-01Cleanup top-level forms (unused x binding)David Aspinall
2004-03-01setq-default -> defconst for module-kinds-tableDavid Aspinall
2004-03-01Fix V7.4 -> V74David Aspinall
2004-02-26little changes of menu/holes/abbrev in coq/pgPierre Courtieu
2004-02-19added menu entries to tactic menusPierre Courtieu
2004-02-19added submenus for command insertion for coq. menu uses abbrevPierre Courtieu
expansion to build holes.
2004-02-19added some lines in holes short doc. And some abbrevs for coq.Pierre Courtieu
2004-02-19added some menu entries for coq.Pierre Courtieu
2004-02-18Coq Abbrevs now make holes. I will add a menu with basic command.Pierre Courtieu
2004-02-17Avoid type error if coq program can't be found during startup.David Aspinall
2004-02-11Added some interface stuff:Pierre Courtieu
- an default coq abbrev file, loaded only if no abbrev table exists for coq; - some menu entries and shortcuts for abbrev; - a menu entry for "3 buffers view".
2004-02-11little error in the syntax corrected.Pierre Courtieu
2004-02-06adapting to coq-8.0.Pierre Courtieu
2003-10-05Rever to simplest exampleDavid Aspinall
2003-06-05Make find-and-forget robust for proverproc regionsDavid Aspinall
2003-02-24Fix some compile errorsDavid Aspinall
2003-02-20corrected a bug of pg/coq, the following line was not recognized as aPierre Courtieu
module start: Module M:T with Definition A:=u. I had to count the number of 'with' and ':=' to know if the last ':=' was a Module given explicitely (--> no module start) or only part of a 'with ...:=' (--> module start).
2003-02-16Added documentation string to the variables coq-version-is-V6 (new),Pierre Courtieu
coq-version-is-V7 and coq-version-is-V74.
2003-02-15Fixes so that compile worksDavid Aspinall
2003-02-12Added the keyword "Local :=" to the coq-goal-command-p function, likePierre Courtieu
Definition.
2003-02-10little modif on the end-cammand regexp.Pierre Courtieu
2003-02-06little change to proof-script-command-end-regexp, again, to deal withPierre Courtieu
coq-v6.2. In the next version we will remove support for coq < 7.0.
2003-02-06Slight modification to proof-script-command-end-regexp in coq.el, toPierre Courtieu
allow command at the end of the buffer.
2003-02-05New setting for parse cmdend regexp.David Aspinall
2003-02-04Coq/pg: fixed a little bug with the "Print Hint" state preservingPierre Courtieu
command, which must not be matched by the state changing command "Hint". I put "\\`Hint" in the keyword list, but I am not sure this is the best way.
2003-02-03code cleaning + deals better with the new module system of Coq. DidPierre Courtieu
not test the fsfemacs. Will do before release.
2003-01-30Bug correction in the find-and-forget function for coq: in Coq v74, noPierre Courtieu
prompt is return if an empty command is send ("\n"), so if the command is empty, we send proof-no-command (if not, backtracking state preserving command stays indefinitely in "proof process busy" state).
2003-01-29Added a file for testing modules of coq (new version 7.4). Plus somePierre Courtieu
modification to better backtrack modules.
2003-01-24Fix hilight of Module Type?David Aspinall
2003-01-24removed some garbage printing in coq/Pierre Courtieu
2003-01-24Modifications for support of Coq-7.3.1+ and above (new module system).Pierre Courtieu
2002-11-20Updated.David Aspinall
2002-09-11Check on context menu doesn't seem useful.David Aspinall