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

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

bug#32790: 27.0.50; point jumps unexpectedly after delete-window


From: martin rudalics
Subject: bug#32790: 27.0.50; point jumps unexpectedly after delete-window
Date: Thu, 18 Oct 2018 10:05:29 +0200

> Could you add aliases for 'up' and 'down' in window-in-direction?
> Then we won't need such special handling in windmove.el:
>
>    (window-in-direction
>     (cond
>      ((eq dir 'up) 'above)
>      ((eq dir 'down) 'below)
>      (t dir))
>     window nil arg windmove-wrap-around t)

Should be done now on master.  Please test.

martin





reply via email to

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