Handle old buffer display options more faithfully.
authorMartin Rudalics <rudalics@gmx.at>
Tue, 21 Jun 2011 08:29:43 +0000 (10:29 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 21 Jun 2011 08:29:43 +0000 (10:29 +0200)
commit327c8fb10ae31b2733e94333e04d1a30fcc2c0f2
treee1fcbdb9634b3a06a5a176809ad2b7a5c6bff83c
parent7cf3f55609dbddcf420f789ece79b190a0ed35a8
Handle old buffer display options more faithfully.

* window.el (display-buffer-alist): In default value do not
enforce searching a window on any but the selected frame.
Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
(display-buffer-select-window): Remove function.
(display-buffer-in-window): When a window on another frame gets
reused, do not select it any more but just raise its frame if
necessary (Bug#8851) and (Bug#8856).
(display-buffer-normalize-options): Handle pop-up-frames related
options more faithfully.
(pop-to-buffer): Don't rely on `display-buffer' selecting the
window if it is on another frame.
lisp/ChangeLog
lisp/window.el