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

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

bug#15185: 24.3; display-buffer-use-some-window calls get-largest-window


From: Stephen Leake
Subject: bug#15185: 24.3; display-buffer-use-some-window calls get-largest-window incorrectly
Date: Tue, 27 Aug 2013 07:04:22 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt)

martin rudalics <rudalics@gmx.at> writes:

>> display-buffer-use-some-window has this line near line 5756:
>>
>>            (get-largest-window 0 not-this-window))))
>>
>> this is missing a 'nil for the DEDICATED argument to
>> `get-largest-window'; it should be:
>>
>>            (get-largest-window 0 nil not-this-window))))
>>
>> This causes the current window to be used even when not-this-window is t.
>
> Can you commit it, please.

No, I don't have write privs.

-- 
-- Stephe





reply via email to

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