From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Fix display-buffer-use-some-window to honor reusable-frames Date: Mon, 30 Jan 2023 19:38:30 +0200 Message-ID: <83cz6v53e1.fsf@gnu.org> References: <834jsccepb.fsf@gnu.org> <83sffuap62.fsf@gnu.org> <83a622abpz.fsf@gnu.org> <8af34023-d3d7-a18d-54c5-f418515dea1c@gmx.at> <835ycp6v48.fsf@gnu.org> <7732128c-540b-9e38-0bf3-26c2496d2c0f@gmx.at> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24501"; mail-complaints-to="usenet@ciao.gmane.io" Cc: tgbugs@gmail.com, emacs-devel@gnu.org, larsi@gnus.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 30 18:39:31 2023 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 1pMY7v-0006BD-MI for ged-emacs-devel@m.gmane-mx.org; Mon, 30 Jan 2023 18:39:31 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pMY77-0006dB-AW; Mon, 30 Jan 2023 12:38:41 -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 1pMY74-0006am-8Z for emacs-devel@gnu.org; Mon, 30 Jan 2023 12:38:38 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMY73-0001JT-Hr; Mon, 30 Jan 2023 12:38:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=fQ5bpBg9F65lWSoeouims+rdqw7dA3jmVAxa3lVduhY=; b=MX9H8pgTO+IY n19V85Dma0WCI2hA/omrYL0fY3ihS8BvIaqlJ6fUZKfJibaMepCI2hhDeMl5JtkG4e8rKuRrLiPPY qvPME60niSHxO3qYUW+exH2EYMJ2h7XeKAlDk6lpC046WkBgZfbpUzWoCXHopktOkbDhVFOMzqEab XplY68xK3E3aqIpN93ZnMzwAvFU5hApU2S450lKWV6INySFfkzmgXvt73vSuk3ER+QqElNKdb86fo DVD4/0NurAHG+VoN01E2XVb8f2EYocLTckJ0MKgXmWcmpdhiXM6wjerdpKNKi5vGgCPRF19cU+BCF 5wDyGMUw1aKnftr42SjrhA==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMY72-0007RG-GI; Mon, 30 Jan 2023 12:38:37 -0500 In-Reply-To: <7732128c-540b-9e38-0bf3-26c2496d2c0f@gmx.at> (message from martin rudalics on Mon, 30 Jan 2023 17:43:35 +0100) 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:302804 Archived-At: > Date: Mon, 30 Jan 2023 17:43:35 +0100 > Cc: tgbugs@gmail.com, emacs-devel@gnu.org, larsi@gnus.org > From: martin rudalics > > > Bottom line: I'm struggling to understand what is TRT to be done about > > these issues, first and foremost for Emacs 29 (since > > display-buffer-use-least-recent-window is new in Emacs 29). Would you > > please help me figure that out? > > 'display-buffer-use-least-recent-window' is not new in Emacs 29. Let's > wait for Tom to work out a fix for that. So when Tom's patch reaches its final form, there will be no other significant issues with display-buffer-use-least-recent-window and its collateral effects? What about the change to window-bump-use-time -- will it still be needed then?