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.bugs Subject: bug#48917: 28.0.50; allow user to choose what function is used when windmove create a window Date: Wed, 16 Jun 2021 02:32:46 +0300 Organization: LINKOV.NET Message-ID: <87r1h2k8kh.fsf@mail.linkov.net> References: <875yyozkpj.fsf@riseup.net> <83a6o0fue0.fsf@gnu.org> <87tum8xx0z.fsf@riseup.net> <871r96envu.fsf@mail.linkov.net> <87lf7a4vzx.fsf@riseup.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33517"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 48917@debbugs.gnu.org To: pillule Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jun 16 01:34:34 2021 Return-path: Envelope-to: geb-bug-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 1ltIZl-0008bl-Vg for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 16 Jun 2021 01:34:33 +0200 Original-Received: from localhost ([::1]:41550 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ltIZk-0002C1-Ul for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 15 Jun 2021 19:34:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37606) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltIZH-0001em-3f for bug-gnu-emacs@gnu.org; Tue, 15 Jun 2021 19:34:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39514) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ltIZG-0007gy-Ss for bug-gnu-emacs@gnu.org; Tue, 15 Jun 2021 19:34:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ltIZG-00079h-RD for bug-gnu-emacs@gnu.org; Tue, 15 Jun 2021 19:34:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 15 Jun 2021 23:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48917 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 48917-submit@debbugs.gnu.org id=B48917.162380002827468 (code B ref 48917); Tue, 15 Jun 2021 23:34:02 +0000 Original-Received: (at 48917) by debbugs.gnu.org; 15 Jun 2021 23:33:48 +0000 Original-Received: from localhost ([127.0.0.1]:51057 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltIZ1-00078x-UU for submit@debbugs.gnu.org; Tue, 15 Jun 2021 19:33:48 -0400 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:42339) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltIYz-00078F-HM; Tue, 15 Jun 2021 19:33:45 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 68EF9C0004; Tue, 15 Jun 2021 23:33:36 +0000 (UTC) In-Reply-To: <87lf7a4vzx.fsf@riseup.net> (pillule@riseup.net's message of "Wed, 16 Jun 2021 00:04:12 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:208610 Archived-At: tags 48917 fixed close 48917 28.0.50 thanks >> If you have not signed papers yet, I guess >> these patches are small enough to push. >> >> But in both patches please change the :version tag to "28.1". > > I get the papers now \o/ Good news. So now your patch is pushed. Thanks for this useful feature. > I was a little bit worried that this user-option is quite obscure to understand, > so among other little docstring fixes, I documented an usage with > 'display-buffer-alist' in the commentary section of the package. > > Please let me know if it is not desirable, in which case I will remove it. It doesn't look like a suitable place to document its possible uses. So pushed without commentary. > Also I added the parent function ARG to be passed, it is an universal-argument. This is a good change.