From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: dal-blazej@onenetbeyond.org Newsgroups: gmane.emacs.help Subject: Re: Question about display-buffer-overriding-action Date: Fri, 25 Mar 2022 23:56:00 +0100 Message-ID: <87fsn5iqv3.fsf@onenetbeyond.org> References: <871qz21x41.fsf@zoho.eu> <87tubyzlv9.fsf@zoho.eu> <87v8w2id80.fsf@onenetbeyond.org> <877d8hzzeo.fsf@zoho.eu> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37444"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Mar 25 23:56:42 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1nXsrK-0009TW-7Y for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 25 Mar 2022 23:56:42 +0100 Original-Received: from localhost ([::1]:36914 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nXsrI-0002UG-Si for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 25 Mar 2022 18:56:40 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42258) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXsqs-0002Q6-0k for help-gnu-emacs@gnu.org; Fri, 25 Mar 2022 18:56:15 -0400 Original-Received: from latitanza.investici.org ([82.94.249.234]:59487) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXsqn-0001MH-CU for help-gnu-emacs@gnu.org; Fri, 25 Mar 2022 18:56:13 -0400 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4KQHWS33YwzGp5B for ; Fri, 25 Mar 2022 22:56:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=onenetbeyond.org; s=stigmate; t=1648248964; bh=ch1Xue3TaEVs7LraZAh14HYjPrC3jxCMU6uIqn189Tc=; h=From:To:Subject:References:Date:In-Reply-To:From; b=XF8drkfKmfjMRY6p2wB3GCUHF6kGV1EkVda5Y30NGIbv8iP89VL+7jqmXfRtHUY1+ jCljVGXJ9w9Ws9ZaPGqkcyvqYThJ0jJJ3Pn1CI+xvf6TD4sg3bHp6yiyGRlFzeBqMI aEKib5T609Z4gCwFXrcqyW0+R5MTgzWa8KDTXB64= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: dal-blazej@onenetbeyond.org) by localhost (Postfix) with ESMTPSA id 4KQHWS1PD3zGp57 for ; Fri, 25 Mar 2022 22:56:04 +0000 (UTC) Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: <877d8hzzeo.fsf@zoho.eu> (Emanuel Berg via Users list for the's message of "Fri, 25 Mar 2022 18:59:27 +0100") Received-SPF: pass client-ip=82.94.249.234; envelope-from=dal-blazej@onenetbeyond.org; helo=latitanza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:136760 Archived-At: To respond to ... > opens the map in the other window. What is the value of USETHISWINDOW > that would mean "always open in the current window"? ... We do not need keys and actions. It could be : (setq display-buffer-base-action '((display-buffer-reuse-window display-buffer-same-window))) `display-buffer-reuse-window` is optional, but confortable.