[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: May we have a variant of display-buffer-reuse-window that considers
From: |
Ihor Radchenko |
Subject: |
Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers? |
Date: |
Wed, 18 Dec 2024 18:18:03 +0000 |
martin rudalics <rudalics@gmx.at> writes:
> > (pop-to-buffer BUFFER
> > '((display-buffer-reuse-window display-buffer-pop-up-window)
> > (reuse-indirect . t)))
> >
> > 1. If there is a window displaying BUFFER, switch to that window
> > 2. If there is a window that is an indirect buffer of BUFFER or that
> > shares the same base buffer with BUFFER, switch to that window
>
> I included the facility that if there is a window whose buffer is the
> base buffer of BUFFER use that window. See the attached diff which I
> did not test very thoroughly.
Thanks!
It seems to work, although somewhat different than I described.
With your diff, in case (2), if BUFFER is what is passed to
`pop-to-buffer' and BUFFER2 is indirectly related buffer displayed in a
visible window, then BUFFER2 is replaced with BUFFER. I expected that
BUFFER2's window will be selected; nothing more.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- May we have a variant of display-buffer-reuse-window that considers indirect buffers? (was: Indirect follow mode in agenda: Display, edition and how to hide drawers), Ihor Radchenko, 2024/12/15
- Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?, Juri Linkov, 2024/12/16
- Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?, martin rudalics, 2024/12/16
- Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?, Ihor Radchenko, 2024/12/16
- Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?, martin rudalics, 2024/12/17
- Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?, Ihor Radchenko, 2024/12/17
- Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?, martin rudalics, 2024/12/18
- Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?,
Ihor Radchenko <=
- Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?, martin rudalics, 2024/12/18
- Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?, Ihor Radchenko, 2024/12/19
- Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?, martin rudalics, 2024/12/20
- Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?, Ihor Radchenko, 2024/12/21