[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] master d5a2675: Minor improvements in other-frame-window
From: |
Stefan Monnier |
Subject: |
Re: [elpa] master d5a2675: Minor improvements in other-frame-window |
Date: |
Mon, 30 Jul 2018 16:15:28 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
>> +To override default Emacs behavior in the absence of a prefix, do:
>> +
>> +\(setq display-buffer-overriding-action
>> + (cons (list 'display-buffer-same-window) nil))
>
> The text doesn't explain "override to do what?".
More to the point: why would the user need to touch
display-buffer-overriding-action to do that, instead of modifying
display-buffer-alist which already override the optional `action`
provided by Elisp code to `display-buffer`?
Stefan