From 34c15424cc454cd59c5e094093acd6ddbdcc5186 Mon Sep 17 00:00:00 2001 From: Hendrik Tews Date: Tue, 3 Jan 2012 09:36:05 +0000 Subject: merge ProofTreeBranch into main trunk: - 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 --- generic/proof-toolbar.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'generic/proof-toolbar.el') diff --git a/generic/proof-toolbar.el b/generic/proof-toolbar.el index 7bf5dd26..2b23053c 100644 --- a/generic/proof-toolbar.el +++ b/generic/proof-toolbar.el @@ -198,6 +198,10 @@ back the default toolbar." (defalias 'proof-toolbar-use 'proof-process-buffer) (defalias 'proof-toolbar-use-enable-p 'proof-toolbar-next-enable-p) +;; Prooftree + +(defalias 'proof-toolbar-prooftree 'proof-tree-external-display-toggle) + ;; Restart (defalias 'proof-toolbar-restart 'proof-shell-restart) -- cgit v1.2.3