emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 9c8fe02: Avoid fullscreen ediff control frames by


From: Martin Rudalics
Subject: [Emacs-diffs] emacs-26 9c8fe02: Avoid fullscreen ediff control frames by default (Bug#29026)
Date: Tue, 31 Oct 2017 04:00:11 -0400 (EDT)

branch: emacs-26
commit 9c8fe0248b95b1faa9f97d14fe16d3356130dee8
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    Avoid fullscreen ediff control frames by default (Bug#29026)
    
    * lisp/vc/ediff-wind.el (ediff-control-frame-parameters):
    Add parameter to avoid fullscreen control frames (Bug#29026).
---
 lisp/vc/ediff-wind.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/vc/ediff-wind.el b/lisp/vc/ediff-wind.el
index c2b7678..e0c3dbe 100644
--- a/lisp/vc/ediff-wind.el
+++ b/lisp/vc/ediff-wind.el
@@ -181,6 +181,8 @@ In this case, Ediff will use those frames to display these 
buffers."
    '(visibility . nil)
    ;; make initial frame small to avoid distraction
    '(width . 1) '(height . 1)
+   ;; Fullscreen control frames don't make sense (Bug#29026).
+   '(fullscreen . nil)
    ;; this blocks queries from  window manager as to where to put
    ;; ediff's control frame. we put the frame outside the display,
    ;; so the initial frame won't jump all over the screen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]