all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Window use time and display-buffer
@ 2012-08-26 11:14 martin rudalics
  0 siblings, 0 replies; only message in thread
From: martin rudalics @ 2012-08-26 11:14 UTC (permalink / raw
  To: emacs-devel

If with emacs -Q I do

(progn
   (split-window)
   (split-window)
   (display-buffer (get-buffer-create "*b1*") '((display-buffer-use-some-window) . nil))
   (display-buffer (get-buffer-create "*b2*") '((display-buffer-use-some-window) . nil)))

the same window is used to first display *b1* and then *b2*.  I'm afraid
this is not really what should happen here.  But do we care?

martin



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-26 11:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-26 11:14 Window use time and display-buffer 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.