aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-response.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2012-09-24 13:17:09 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2012-09-24 13:17:09 +0000
commitb9a94de47fc19be0764f0fb8f7521d992df0979f (patch)
treebdc5a09500a80a532a738c17f60d1a783f7b734f /generic/pg-response.el
parente5f43518b1f9b0cb11f4901d8870aa2982e66953 (diff)
Fixed docstring of proof-layout-windows for two columns mode.Was not
up-to-date.
Diffstat (limited to 'generic/pg-response.el')
-rw-r--r--generic/pg-response.el23
1 files changed, 4 insertions, 19 deletions
diff --git a/generic/pg-response.el b/generic/pg-response.el
index 912870f1..e5ecfb47 100644
--- a/generic/pg-response.el
+++ b/generic/pg-response.el
@@ -150,23 +150,6 @@ Following POLICY, which can be one of 'smart, 'horizontal,
(other-window 1)
(switch-to-buffer b3))))))
- ;; ((or (null policy) (eq policy 'smart))
- ;; (if (<= (frame-width) (* 1.5 split-width-threshold))
- ;; (progn
- ;; (display-buffer b2) ; horizontally if frame large enough
- ;; (other-window 1)
- ;; (proof-safe-split-window-vertically) ; enlarge vertically if necessary
- ;; (other-window 1)
- ;; (switch-to-buffer b3))
- ;; (display-buffer b2) ; horizontally, should be large enough
- ;; (other-window 1)
- ;; (enlarge-window (/ (window-width) 6) t)
- ;; (split-window-horizontally) ; horizontally again
- ;; (other-window 1)
- ;; (switch-to-buffer b3)))
-
- ;(proof-equalize-horizontally)
-
@@ -197,8 +180,10 @@ For multiple frame mode, this function obeys the setting of
For single frame mode:
- In two panes mode, this uses a canonical layout made by splitting
-Emacs windows vertically in equal proportions. You can then adjust
-the proportions by dragging the separating bars.
+Emacs windows in equal proportions. The splitting is vertical if
+emacs width is smaller than `split-width-threshold' and
+horizontal otherwise. You can then adjust the proportions by
+dragging the separating bars.
- In three pane mode, there are three display modes, depending
where the three useful buffers are displayed: scripting