aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2012-08-31 15:24:40 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2012-08-31 15:24:40 +0000
commit25a19f8422e4bb755d06c6507c6a34f981772004 (patch)
treef139f4c459fbf9eda4f8d17a5cd1689a2b2a945e
parent35e2869eb2cf86f34152d49bb611e1b6ea941ade (diff)
Setting nil by default the option to create resp and goals buffer
immediately when opening a file.
-rw-r--r--generic/proof-useropts.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/proof-useropts.el b/generic/proof-useropts.el
index 21fbd321..206ea9da 100644
--- a/generic/proof-useropts.el
+++ b/generic/proof-useropts.el
@@ -139,7 +139,7 @@ you a reprimand!)."
:set 'proof-set-value
:group 'proof-user-options)
-(defcustom proof-three-window-enable t
+(defcustom proof-three-window-enable nil
"*Whether response and goals buffers have dedicated windows.
If non-nil, Emacs windows displaying messages from the prover will not
be switchable to display other windows.
@@ -167,7 +167,8 @@ the goals and response buffers, by altering the Emacs variable
:set 'proof-set-value
:group 'proof-user-options)
-(defcustom proof-layout-windows-on-visit-file t
+; Pierre: I really don't think this option is useful. remove?
+(defcustom proof-layout-windows-on-visit-file nil
"*Whether to eagerly create auxiliary buffers and display windows.
If non-nil, the output buffers are created and (re-)displayed as soon
as a proof script file is visited. Otherwise, the buffers are created