emacs-devel
[Top][All Lists]
Advanced

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

Re: display-buffer-function obsolete since 24.3


From: Michael Heerdegen
Subject: Re: display-buffer-function obsolete since 24.3
Date: Wed, 06 Feb 2013 21:08:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.92 (gnu/linux)

Leo Liu <address@hidden> writes:

> Hi there,
>
> Before we have a single entry to control display-buffer now it seems it
> has become complicated:
>
>   display-buffer-overriding-action
>   display-buffer-alist
>   display-buffer-base-action
>   display-buffer-fallback-action
>
> Does this complexity offer a superset of display-buffer-function?

Maybe calling it a superset would be too much, since you can do
everything possible with elisp with `display-buffer-function'.  The
point is that you can IMO do most common stuff more easily.

Did you read (elisp) Display Action Functions?  It's worth reading and
trying to understand, although it's indeed quite complex and abstract.
Using `display-buffer-alist' is quite comfortable once you got used to
it.


Regards,

Michael.



reply via email to

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