From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers? Date: Mon, 16 Dec 2024 09:49:28 +0200 Organization: LINKOV.NET Message-ID: <87ttb42i1b.fsf@mail.linkov.net> References: <878qtycdmi.fsf@k-7.ch> <87msgx7yo5.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23260"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu) Cc: =?iso-8859-1?Q?S=E9bastien?= Gendre , Org Mode List , emacs-devel@gnu.org, martin rudalics To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 16 09:00:42 2024 Return-path: Envelope-to: ged-emacs-devel@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 1tN61x-0005un-VL for ged-emacs-devel@m.gmane-mx.org; Mon, 16 Dec 2024 09:00:41 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tN60y-0007WH-2s; Mon, 16 Dec 2024 02:59:40 -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 1tN60p-0007Ts-Pd; Mon, 16 Dec 2024 02:59:33 -0500 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tN60l-0007od-Id; Mon, 16 Dec 2024 02:59:31 -0500 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 36E6A240005; Mon, 16 Dec 2024 07:59:21 +0000 (UTC) In-Reply-To: <87msgx7yo5.fsf@localhost> (Ihor Radchenko's message of "Sun, 15 Dec 2024 15:28:58 +0000") X-GND-Sasl: juri@linkov.net Received-SPF: pass client-ip=217.70.183.193; envelope-from=juri@linkov.net; helo=relay1-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:326545 gmane.emacs.orgmode:164181 Archived-At: >> When I want to edit a task and press "TAB", the point is moved to >> a window that show all the task. Not into the window opened by the >> indirect follow mode. Is it possible to modify this ? > > We got a use case when we want to display an Org buffer in other window, > but want to reuse an indirect buffer if it is already present. > > May it be possible? > It feels like a natural thing to be available for `display-buffer', but > I cannot find anything. It's possible to select the necessary window by using 'pop-to-buffer' while displaying the non-selected window with a simple 'display-window'.