GNU bug report logs - #25169
26.0.50; display-buffer doesn't set window width correctly

Previous Next

Package: emacs;

Reported by: Liu Hui <liuhui1610 <at> gmail.com>

Date: Sun, 11 Dec 2016 12:21:02 UTC

Severity: normal

Found in version 26.0.50

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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: martin rudalics <rudalics <at> gmx.at>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#25169: closed (26.0.50; display-buffer doesn't set window
 width correctly)
Date: Mon, 12 Dec 2016 10:01:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 12 Dec 2016 11:00:06 +0100
with message-id <584E7526.80000 <at> gmx.at>
and subject line Re: bug#25169: 26.0.50; display-buffer doesn't set window width correctly
has caused the debbugs.gnu.org bug report #25169,
regarding 26.0.50; display-buffer doesn't set window width correctly
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
25169: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25169
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liu Hui <liuhui1610 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.0.50; display-buffer doesn't set window width correctly
Date: Sun, 11 Dec 2016 20:18:33 +0800
Recipe 1:

1. Emacs -Q
2. evaluate the following code in *scratch*:

   (display-buffer (get-buffer-create "aaa")
                  '(display-buffer-pop-up-window
                    (window-width . 20)))
   ;; => correct window width for buffer "aaa"

   (display-buffer (get-buffer-create "bbb")
                  '(display-buffer-pop-up-window
                    (window-width . 20)))
   ;; => changed and larger window width for buffer "bbb"


Recipe 2:

1. Emacs -Q
2. evaluate the following code in *scratch*:

   (display-buffer (get-buffer-create "aaa")
		  '(display-buffer-in-side-window
		    (window-width . 20)
		    (side . right)))
   ;; => correct window width for buffer "aaa"

   (display-buffer (get-buffer-create "bbb")
		  '(display-buffer-in-side-window
		    (window-width . 20)
		    (side . left)))
   ;; => correct width for buffer "bbb", but the window width of
   ;; buffer "aaa" is changed and becomes larger


In GNU Emacs 26.0.50.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
 of 2016-12-10 built on lgw01-57
Windowing system distributor 'The X.Org Foundation', version 11.0.11804000
System Description:	Ubuntu 16.04.1 LTS


[Message part 3 (message/rfc822, inline)]
From: martin rudalics <rudalics <at> gmx.at>
To: Liu Hui <liuhui1610 <at> gmail.com>
Cc: 25169-done <at> debbugs.gnu.org
Subject: Re: bug#25169: 26.0.50;
 display-buffer doesn't set window width correctly
Date: Mon, 12 Dec 2016 11:00:06 +0100
> The problem is fixed. Thanks again!

Installed on master.  Closing this bug.

Thanks, martin


This bug report was last modified 8 years and 223 days ago.

Previous Next


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