bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#49277: 28.0.50; [PATCH] Fix ediff3 with window-combinaison-resize


From: Trust me I am a Doctor
Subject: bug#49277: 28.0.50; [PATCH] Fix ediff3 with window-combinaison-resize
Date: Tue, 29 Jun 2021 18:24:34 +0200

I have a bug when calling ediff3, the layout is not a balanced.

Ultimately I found that combining this settings were the culprit :

(setq window-combination-resize t
      even-window-sizes nil)

;; you can test it with eg :
(setq default-directory "/home/user")
(ediff3 ".bashrc"
        ".bash_history"
        ".bash_logout")

Removing the manual resizing when splitting windows and relying rather
on 'window-combinaison-resize' to balance the layout, solve the issue.

Attachment: 0001-Fix-ediff3-with-window-combinaison-resize.patch
Description: Fix ediff3 with window-combinaison-resize


reply via email to

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