emacs-devel
[Top][All Lists]
Advanced

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

Re: Adding transient to Emacs core


From: martin rudalics
Subject: Re: Adding transient to Emacs core
Date: Tue, 27 Apr 2021 14:08:03 +0200

>> If you say that (pop-up-windows nil) is not a valid customization, I
>> would strongly disagree with that.
>
> I have addressed this by let-binding that variable to t around the call
> to display-buffer.  There's just no way around that because transient's
> buffer just has to be displayed somewhere other than the selected
> window.

This would constitute a major bug in `display-buffer' - `pop-up-windows'
is semi-obsolete ("provided for backward compatibility only").  The
canonical way to do what you want is to provide an

(inhibit-same-window . t)

action alist entry.

martin



reply via email to

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