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: Juri Linkov
Subject: bug#32790: 27.0.50; point jumps unexpectedly after delete-window
Date: Fri, 19 Oct 2018 01:49:07 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)

>> 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.

Sorry, it still fails with (split-window nil nil 'up)  :-(





reply via email to

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