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

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

bug#32850: 27.0.50; window-swap-states doesn't swap window prev/next-buf


From: martin rudalics
Subject: bug#32850: 27.0.50; window-swap-states doesn't swap window prev/next-buffers
Date: Thu, 15 Nov 2018 10:23:39 +0100

> Good idea.  Simply to add a conditional display to mode-line-format with
>
>    (and (not (window-in-direction 'down))
>         (not (window-in-direction 'left)))

I forgot.  You probably mean

   (and (not (window-in-direction 'down nil nil nil nil 'nomini))
        (not (window-in-direction 'right nil nil nil nil 'nomini)))

here.

martin





reply via email to

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