From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ihor Radchenko Newsgroups: gmane.emacs.orgmode,gmane.emacs.devel Subject: Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers? Date: Tue, 17 Dec 2024 18:11:20 +0000 Message-ID: <87y10e6uyf.fsf@localhost> References: <878qtycdmi.fsf@k-7.ch> <87msgx7yo5.fsf@localhost> <87ttb42i1b.fsf@mail.linkov.net> <87r067cxi6.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24228"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Juri Linkov , =?utf-8?Q?S=C3=A9bastien?= Gendre , Org Mode List , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Tue Dec 17 19:10:35 2024 Return-path: Envelope-to: geo-emacs-orgmode@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tNc1j-00067Y-0D for geo-emacs-orgmode@m.gmane-mx.org; Tue, 17 Dec 2024 19:10:35 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tNc12-0001ka-Kc; Tue, 17 Dec 2024 13:09:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tNc11-0001jI-7r for emacs-orgmode@gnu.org; Tue, 17 Dec 2024 13:09:51 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tNc0y-0006A7-Ee for emacs-orgmode@gnu.org; Tue, 17 Dec 2024 13:09:50 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 4E159240101 for ; Tue, 17 Dec 2024 19:09:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1734458986; bh=dOrMJp/qCBoxx0Mw8CUYrxixXy9ryMeqFvFaRZRPJvY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=Fp7VgbQTW0h0AMm7lGjjZ6k2BFhzAaUTqaRKpluF8a/1nd0vCFY80K/3V53ILUTx6 X9mAPFatMwGo9wTF+6QjcFv4Xjnc+RqQQarVaeAGbcAuxib3eoCRgOHYCMCddM1thO lIxEX7+vIXJ5SWtzsXNtIaw2SLNRZUL/McGITZ3tM5j3EEAjGzhWn4XOOtpMG0Ykqi T8AIC6VL2JX4MneL0DqqclstXVEn8CLMZ3m8vEYmZofqWOosCCGje3vHj3LXyaBSqa Ex5ESMs3vAk+cUVYA5LTLM6hAFlfV88U4ojpFoM51YGkHOOJhCd3bAagOQbbbluhgL KoIzbEBN/o9sA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4YCPwT1Fy4z6twG; Tue, 17 Dec 2024 19:09:45 +0100 (CET) In-Reply-To: Received-SPF: pass client-ip=185.67.36.66; envelope-from=yantar92@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Original-Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.orgmode:164215 gmane.emacs.devel:326607 Archived-At: martin rudalics writes: > Could you please tell us what you would like 'display-buffer' to do > without referring to org-mode. IIUC you want it to automatically detect > that if a base buffer has been displayed in a window earlier and BUFFER > is an indirect buffer sharing that base buffer, then it should try to > use that window for the indirect buffer. Is that assumption correct? Yup. To be 100% clear, let me try to restate exactly what I have in mind. I want to call something like (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 3. Otherwise, pop up a new window displaying BUFFER (2) is the feature I am failing to find. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at , or support my work at