GNU bug report logs - #15185
24.3; display-buffer-use-some-window calls get-largest-window incorrectly

Previous Next

Package: emacs;

Reported by: stephe <stephen_leake <at> stephe-leake.org>

Date: Sun, 25 Aug 2013 18:42:02 UTC

Severity: normal

Found in version 24.3

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stephen Leake <stephen_leake <at> stephe-leake.org>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 15185 <at> debbugs.gnu.org
Subject: bug#15185: 24.3; display-buffer-use-some-window calls get-largest-window incorrectly
Date: Tue, 27 Aug 2013 07:04:22 -0500
martin rudalics <rudalics <at> 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




This bug report was last modified 11 years and 331 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.