GNU bug report logs -
#32850
27.0.50; window-swap-states doesn't swap window prev/next-buffers
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Thu, 27 Sep 2018 00:06:02 UTC
Severity: minor
Found in version 27.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>> - (let ((root window))
>> - (setq window (catch 'live
>> - (walk-window-subtree
>> - (lambda (window)
>> - (when (and (window-live-p window)
>> - (not (window-parameter window 'window-side)))
>> - (throw 'live window)))
>> - root)))
>> - (delete-other-windows-internal window root)))
>> + (delete-other-windows-internal)
>> + (setq window (split-window))
>> + (delete-window))
>>
>> (set-window-dedicated-p window nil)
>
> What would be bad about leaving most of that code in place and just
> adding the
>
>> + (setq window (split-window))
>> + (delete-window))
There is no need to find a window using walk-window-subtree
when this window will be deleted anyway (if function argument
is nil or not a live window).
OTOH, a live window should not be deleted when given
by the argument of window-state-put.
This bug report was last modified 6 years and 183 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.