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

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

bug#20189: 25.0.50; Feature request: Alternative split-window-sensibly f


From: martin rudalics
Subject: bug#20189: 25.0.50; Feature request: Alternative split-window-sensibly functions
Date: Thu, 26 Mar 2015 14:47:28 +0100

> With your suggestions, I finally came up with this which seems to work
> exactly as I like it:
[...]
> (defun th/split-window-sensibly (window)
[...]
>        ;; Reuse the LRU window
>        (get-lru-window)))))

If the last form gets executed, you reuse a window.  Suppose it's reused
for showing completions.  Then selecting a completion will, as a
side-effect, delete that window instead of showing the previously shown
buffer in it.  You probably won't like that.

martin





reply via email to

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