aboutsummaryrefslogtreecommitdiff
path: root/coq.el
AgeCommit message (Collapse)Author
1998-09-03Renamed for new subdirectory structureDavid Aspinall
1998-09-03minor modificationsThomas Kleymann
1998-09-03Dead code.David Aspinall
1998-09-03Removed dead codeDavid Aspinall
1998-08-11Renamed <file>-fontlock to <file>-syntaxDavid Aspinall
1998-06-10Added coq-init-syntax-table as function to initialize syntax entriesHealfdene Goguen
particular to coq. Changed proof-ctxt-string to "Print All". Call coq-init-syntax-table from coq-shell-mode-config. This was necessary to get prompts with "'"s in them (coming from goals with same) recognized.
1998-06-03Added '?'s before single characters in define-keys for emacs19, atHealfdene Goguen
Pascal Brisset's suggestion.
1998-06-03Added definition of proof-commands-regexp for coqHealfdene Goguen
1998-06-02Generalized proof-retract-target, now parameterized byHealfdene Goguen
proof-count-undos and proof-find-and-forget. Generalized proof-shell-analyse-structure, introduced variable proof-analyse-using-stack. Generalized proof menu plus ancillary functions. Generalized proof-mode-version-string. Moved various comments into documentation string.
1998-05-23improved support for InfoThomas Kleymann
o employed `Info-default-directory-list' rather than `Info-directory-list' so that code also works for Emacs 19.34 o setting of `Info-default-directory-list' now at proof level
1998-05-22Correct path for coq-prog-name and coq-tags.Healfdene Goguen
1998-05-15Changed variable names [s]ext to span.Healfdene Goguen
Fixed coq-find-and-forget pattern for declarations and definitions following Pascal Brisset's suggestion.
1998-05-14Changes to indentation code:Healfdene Goguen
Changed "case" to "Case". Added "CoInductive".
1998-05-12Added hook `coq-shell-init-hook', for `proof-shell-insert-hook'.Healfdene Goguen
This initializes undo limit and changes directory to that associated with buffer. This is because Coq has a command line option to run with emacs mode.
1998-05-08Made separated indentation more elegant.Healfdene Goguen
Fixed bug with Inductive. Added CoInductive.
1998-05-08Merged indentation code for LEGO and Coq into proof.el.Healfdene Goguen
1998-05-06Removed default instantiation of undo limit to 100.Healfdene Goguen
1998-05-06Added coq-info-dir so that script-management.info can be hard-coded.Healfdene Goguen
1998-05-05Made updates to fix problem with Definition, which couldn't beHealfdene Goguen
used with proof scripts. Removed some useless declarations. Removed Abort from menu. Now Reset's if user undoes to beginning of proof. Added command to increase undo limit for Coq, and set default to 100.
1998-03-25added support for etags at generic proof levelThomas Kleymann
1998-01-15Added coq-shell-cdHealfdene Goguen
Some new fontlocks
1997-11-26Added C-c C-s to run "Search" in Coq.Healfdene Goguen
Moved coq-goal-with-hole-regexp etc to coq-fontlock. Removed various superfluous definitions for COQPATH etc.
1997-11-24Added proof-execute-minibuffer-cmd and scripting minor mode.Dilip Sequiera
1997-11-20Added coq-global-p for global declarations and definitions. These nowHealfdene Goguen
get lifted in the same way as lemmas. Changed [meta (control i)] to [meta tab] in key definition. Changed menu, and made help in menu refer to info mode.
1997-11-17Added some magic commands: proof-frob-locked-end, proof-try-command,Dilip Sequiera
proof-interrupt-process. Added moving nested lemmas above goal for coq. Changed the key mapping for assert-until-point to C-c RET.
1997-11-12Changed pbp-change-goal so that it only "Show"s the goal pointed at.Healfdene Goguen
1997-11-06Assign new variable proof-goal-hyp-fn to coq-goal-hyp, which advancesHealfdene Goguen
over coq-goal-regexp to pick up goal for pbp
1997-10-30Updates for coq, including:Healfdene Goguen
* pbp-goal-command and pbp-hyp-command use proof-terminal-string * updates to keywords * fix for goal regexp
1997-10-24Fixed coq-count-undos for commentsHealfdene Goguen
1997-10-17Fixed coq-shell-prompt-pattern to reflect proof-idHealfdene Goguen
Changed ";" to "." in coq-save-with-hole-regexp New modifications to syntax table to reflect actual use of symbols in Coq
1997-10-16Merged Coq changes with main branch.Dilip Sequiera
1997-10-16Merged Coq changes onto main branchDilip Sequiera
1997-10-13*** empty log message ***Thomas Kleymann