GNU bug report logs -
#32825
27.0.50; Deterministic window management
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Mon, 24 Sep 2018 19:15:02 UTC
Severity: minor
Tags: moreinfo
Found in version 27.0.50
Fixed in version 29.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #107 received at 32825 <at> debbugs.gnu.org (full text, mbox):
>> It will be possible to configure it after adding the new action to the
>> end:
>>
>> diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
>> index 7fc2b41c70..dc5230b82a 100644
>> --- a/lisp/emacs-lisp/debug.el
>> +++ b/lisp/emacs-lisp/debug.el
>> @@ -239,7 +239,8 @@ debug
>> (pop-to-buffer
>> debugger-buffer
>> `((display-buffer-reuse-window
>> - display-buffer-in-previous-window)
>> + display-buffer-in-previous-window
>> + display-buffer-below-selected)
>> . (,(when (and (window-live-p
>> debugger-previous-window)
>> (frame-visible-p
>> (window-frame
>> debugger-previous-window)))
>
> Under which conditions will `display-buffer-below-selected' be chosen?
> Only when there is no previous window?
If I understand correctly the logic of display-buffer then yes,
it should display it below the selected only when there is no
previous window (and no window is reused).
This bug report was last modified 3 years and 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.