pkgsrc/lang/coq/MESSAGE
kristerw 358f2678e5 By popular demand, move coq-7.4 from math to lang in order to be consistent
with prior art (e.g. lang/twelf).

    Coq is a Proof Assistant for a Logical Framework known as the
    Calculus of Inductive Constructions. It allows the interactive
    construction of formal proofs, and also the manipulation of
    functional programs consistently with their specifications.
2003-03-22 20:21:16 +00:00

14 lines
663 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2003/03/22 20:21:16 kristerw Exp $
You may wish to add the following to your ~/.emacs:
(add-to-list 'auto-mode-alist '("\\.v$" . coq-mode))
(autoload 'coq-mode "coq" "Major mode for editing Coq vernacular." t)
(autoload 'run-coq "coq-inferior" "Run an inferior Coq process." t)
(autoload 'run-coq-other-window "coq-inferior"
"Run an inferior Coq process in a new window." t)
(autoload 'run-coq-other-frame "coq-inferior"
"Run an inferior Coq process in a new frame." t)
===========================================================================