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: Fri, 27 Jan 2023 15:03:12 +0200 Message-ID: <834jsccepb.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4291"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, larsi@gnus.org To: Tom Gillespie , martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 27 14:04:21 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 1pLOOy-0000ph-UT for ged-emacs-devel@m.gmane-mx.org; Fri, 27 Jan 2023 14:04:21 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pLOON-0004Vp-KC; Fri, 27 Jan 2023 08:03:43 -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 1pLOOL-0004U7-CV for emacs-devel@gnu.org; Fri, 27 Jan 2023 08:03:41 -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 1pLOOK-0008GI-Vh; Fri, 27 Jan 2023 08:03:41 -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=rxJ8dq8moEO3bBsLP1rlyFY2qZF0u7S5kfLFjS/jAZU=; b=G3G23KpdWkMR oFY/eLurohRa3Hik5li38+ZCIqTVCCZcquTdvAfBSKsQgfpAm+4zOMo4LTeq0NlBvErERlfUX9Zf3 4igqy4OJvN/3w28hysMJVZBpPGQsy8vBT5/Zqf41M1TG073+h4X5Wpz7uPnl8COk8Mjd4n3Arq4mW Sm4A1AqIJAQw0EqChNt4N4apJ7vO+YDRe4aueH+tZuuv4u+/QcjiLB1c3xKw5W3oKQm03y1hn9cS0 HqRn/hJGqigaEhoknnZbUvkAjyg6syq/5fTGpoasocRO+/bvsEfhamIymadTBBpmGEeZR8tP0SMLc i7Lavx9TiYM2CPzetLVFBw==; 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 1pLOO7-0007DW-JP; Fri, 27 Jan 2023 08:03:39 -0500 In-Reply-To: (message from Tom Gillespie on Fri, 27 Jan 2023 01:19:46 -0500) 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:302683 Archived-At: > From: Tom Gillespie > Date: Fri, 27 Jan 2023 01:19:46 -0500 > Cc: Lars Ingebrigtsen > > Here is the corrected patch which uses display-buffer-pop-up-window > instead of window--try-to-split-window. I tested the behavior of xemacs > and as far as I can tell display-buffer-use-least-recent-window now > matches. Best, Thanks. Martin, any comments?