emacs-devel
[Top][All Lists]
Advanced

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

Window use time and display-buffer


From: martin rudalics
Subject: Window use time and display-buffer
Date: Sun, 26 Aug 2012 13:14:28 +0200

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



reply via email to

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