From fb38b1c3ef26a7a3f7f3343418f918f6817aaf25 Mon Sep 17 00:00:00 2001 From: Pierre Courtieu Date: Wed, 18 Feb 2004 19:33:45 +0000 Subject: Coq Abbrevs now make holes. I will add a menu with basic command. --- coq/coq.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'coq/coq.el') diff --git a/coq/coq.el b/coq/coq.el index 2cb5fa53..117debb5 100644 --- a/coq/coq.el +++ b/coq/coq.el @@ -6,6 +6,7 @@ ;; $Id$ (require 'proof) +(require 'holes) ; in generic directory ;; coq-syntaxe is required below ;; ----- coq-shell configuration options @@ -81,19 +82,21 @@ :type 'string :group 'coq) + ;; ----- coq specific menu (defpgdefault menu-entries - '(["expand abbrev at point" expand-abbrev t] - ["list abbrevs" list-abbrevs t] - ["3 buffers view" coq-three-b t] - ["Print..." coq-Print t] + '(["Print..." coq-Print t] ["Check..." coq-Check t] ["Hints" coq-PrintHint t] ["Intros..." coq-Intros t] ["Show ith goal..." coq-Show t] ["Apply" coq-Apply t] ["Search isos/pattern..." coq-SearchIsos t] + ["expand abbrev at point" expand-abbrev t] + ["list abbrevs" list-abbrevs t] + ["What are those #??" (holes-short-doc)] + ["3 buffers view" coq-three-b t] ["Begin Section..." coq-begin-Section t] ["End Section" coq-end-Section t] ["Compile" coq-Compile t])) -- cgit v1.2.3