From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master d5a2675: Minor improvements in other-frame-window Date: Mon, 30 Jul 2018 16:15:28 -0400 Message-ID: References: <20180730075803.25415.90911@vcs0.savannah.gnu.org> <20180730075804.5DE2620549@vcs0.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1532981618 14194 195.159.176.226 (30 Jul 2018 20:13:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 30 Jul 2018 20:13:38 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Stephen Leake To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 30 22:13:34 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fkEXs-0003YC-QV for ged-emacs-devel@m.gmane.org; Mon, 30 Jul 2018 22:13:32 +0200 Original-Received: from localhost ([::1]:55687 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkEZz-0000Dh-9j for ged-emacs-devel@m.gmane.org; Mon, 30 Jul 2018 16:15:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkEZs-0000Da-Qt for emacs-devel@gnu.org; Mon, 30 Jul 2018 16:15:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkEZn-0001qy-QF for emacs-devel@gnu.org; Mon, 30 Jul 2018 16:15:36 -0400 Original-Received: from alt13.smtp-out.videotron.ca ([135.19.0.26]:62476 helo=alt12.smtp-out.videotron.ca) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fkEZn-0001qk-Ej for emacs-devel@gnu.org; Mon, 30 Jul 2018 16:15:31 -0400 Original-Received: from fmsmemgm.homelinux.net ([23.233.195.134]) by Videotron with SMTP id kEZkftatTTc37kEZlfgiii; Mon, 30 Jul 2018 16:15:30 -0400 X-Authority-Analysis: v=2.3 cv=aIreV41m c=1 sm=1 tr=0 a=xXJ578j8WyTliCxld3/pTA==:117 a=xXJ578j8WyTliCxld3/pTA==:17 a=R9QF1RCXAYgA:10 a=j_r2BMok8E6OKHPKG34A:9 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 83B42AE127; Mon, 30 Jul 2018 16:15:28 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Mon, 30 Jul 2018 15:13:47 -0400") X-CMAE-Envelope: MS4wfO4yJh+Oxwpq7cpteZuameyukZynKFiqvrFi1TqQBr/O31u4pVuN8CCX9nbspo8lAHMrE6uXYHhCAyZ9Xtrsc3zLlk7tJb1Km042fOAKFT8JNMT2lH2j pnwLGd5E+aP3L8v/We12eUKpbrFMkvfgxun8VMId4/MMr9Vd0DzAm3caj0rfF7uM8flc4aOxsJRi3bF+3W97XIv4U3L/qbN8JasyvloxFuE2c2Z8NZM/m91t VaOt2TuqIUcpWIGzDE9ZWyvdzBafx4/SBwd2P6nlcIQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 135.19.0.26 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:228014 Archived-At: >> +To override default Emacs behavior in the absence of a prefix, do: >> + >> +\(setq display-buffer-overriding-action >> + (cons (list 'display-buffer-same-window) nil)) > > The text doesn't explain "override to do what?". More to the point: why would the user need to touch display-buffer-overriding-action to do that, instead of modifying display-buffer-alist which already override the optional `action` provided by Elisp code to `display-buffer`? Stefan