From d1dbb1bb03f777f744774b353b13b3cf2d11bf5f Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 16 Aug 2012 15:01:05 +0000 Subject: Add option proof-layout-windows-on-visit-file, addressing Trac #444 --- generic/proof-useropts.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'generic/proof-useropts.el') diff --git a/generic/proof-useropts.el b/generic/proof-useropts.el index 0a7d8bfe..21fbd321 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 nil +(defcustom proof-three-window-enable t "*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,6 +167,15 @@ 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 + "*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 +and displayed lazily. See `proof-layout-windows'." + :type 'boolean + :set 'proof-set-value + :group 'proof-user-options) + (defcustom proof-delete-empty-windows nil "*If non-nil, automatically remove windows when they are cleaned. For example, at the end of a proof the goals buffer window will -- cgit v1.2.3