emacs-devel
[Top][All Lists]
Advanced

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

Re: Pretest begins end-June


From: Stefan Monnier
Subject: Re: Pretest begins end-June
Date: Wed, 01 Jun 2011 11:41:53 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> The breakage occurs because `display-buffer' now expects that _all_
> directives wrt where and how to display the buffer must be passed via a
> list in the second argument (which was formerly called `other-window'
> and is now called `specifiers') and the user customization of the
> behavior of `display-buffer' occurs independently in a new option called
> `display-buffer-alist'.

This is a good change, yes, thank you.

> (let ((pop-up-frames t))
>   (pop-to-buffer buffer))

The part I don't understand is why we can't preserve backward
compatibility for such code.


        Stefan



reply via email to

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