all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#25169: 26.0.50; display-buffer doesn't set window width correctly
@ 2016-12-11 12:18 Liu Hui
  2016-12-11 16:19 ` martin rudalics
  0 siblings, 1 reply; 4+ messages in thread
From: Liu Hui @ 2016-12-11 12:18 UTC (permalink / raw)
  To: 25169

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-12 10:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-11 12:18 bug#25169: 26.0.50; display-buffer doesn't set window width correctly Liu Hui
2016-12-11 16:19 ` martin rudalics
2016-12-12  4:53   ` Liu Hui
2016-12-12 10:00     ` martin rudalics

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.