bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#22244: 25.0.50; Make eww use display-buffer to display eww buffer


From: Lars Ingebrigtsen
Subject: bug#22244: 25.0.50; Make eww use display-buffer to display eww buffer
Date: Sat, 26 Dec 2015 18:45:43 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> With the default values, these functions are tried in order (that's the
> default value of `display-buffer-fallback-action'):
>
> (display-buffer--maybe-same-window
>  display-buffer-reuse-window
>  display-buffer--maybe-pop-up-frame-or-window
>  display-buffer-in-previous-window
>  display-buffer-use-some-window
>  display-buffer-pop-up-frame)
>
> So, in the unconfigured case, the buffer is just displayed in the
> selected window.

That's not what I get if I eval

(display-buffer (get-buffer-create "foo"))

in a frame with a single window, where "foo" doesn't exist before.  It
pops the buffer up in a new window...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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