From e4e9f4ffddd3d72899feef7c9400b5bd78704605 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 4 Sep 2001 16:36:24 +0000 Subject: Add experimental features setting --- generic/proof-config.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'generic') diff --git a/generic/proof-config.el b/generic/proof-config.el index b581890a..9b87945c 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -305,6 +305,15 @@ you should set `proof-tidy-response' to nil." :type 'boolean :group 'proof-user-options) +(defcustom proof-experimental-features nil + "*Whether to enable certain features regarded as experimental. +As features are added to proof general but are not entirely robust, +we only enable them if this flag is set. We encourage users to +set this flag and test the features, but being aware that the +features may be buggy (problem reports welcomed)." + :type 'boolean + :group 'proof-user-options) + ;;; NON BOOLEAN OPTIONS (defcustom proof-follow-mode 'locked -- cgit v1.2.3