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

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

Re: Question about display-buffer-overriding-action


From: Emanuel Berg
Subject: Re: Question about display-buffer-overriding-action
Date: Wed, 16 Mar 2022 03:16:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eduardo Ochs wrote:

>>> What is the value of USETHISWINDOW that would mean "always
>>> open in the current window"?
>>
>> Do as they say and see `display-buffer' for details ...
>
> Send code, please! :-)

Maybe this day and age it should be

(setq display-buffer-alist
  (list (list ".*" #'display-buffer-same-window)))

https://dataswamp.org/~incal/emacs-init/window-incal.el

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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