From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Why should it be so hard to tell find-dired to use a different window? Date: Sat, 29 Sep 2018 09:40:51 +0300 Message-ID: <8336ts7qmk.fsf@gnu.org> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1538203182 30279 195.159.176.226 (29 Sep 2018 06:39:42 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 29 Sep 2018 06:39:42 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Trevor Murphy Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 29 08:39:38 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 1g68uf-0007la-OJ for ged-emacs-devel@m.gmane.org; Sat, 29 Sep 2018 08:39:37 +0200 Original-Received: from localhost ([::1]:49615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g68wl-0005t7-QN for ged-emacs-devel@m.gmane.org; Sat, 29 Sep 2018 02:41:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g68w8-0005sq-JG for emacs-devel@gnu.org; Sat, 29 Sep 2018 02:41:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g68w4-0006K9-Hx for emacs-devel@gnu.org; Sat, 29 Sep 2018 02:41:08 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g68w4-0006K5-EK; Sat, 29 Sep 2018 02:41:04 -0400 Original-Received: from [176.228.60.248] (port=2813 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1g68w3-00010a-Rh; Sat, 29 Sep 2018 02:41:04 -0400 In-reply-to: (message from Trevor Murphy on Sat, 22 Sep 2018 17:20:58 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:230125 Archived-At: > From: Trevor Murphy > Date: Sat, 22 Sep 2018 17:20:58 -0700 > Cc: "emacs-devel@gnu.org" > > Alright, well, I mean I’ve already signed over my copyright to FSF > and this is a super small change. Here’s the obvious patch, I > hope it gets applied. > > I don’t think it can negatively affect anybody’s quality of life. > I don’t see any calls to find-dired and friends in the stock Emacs > codebase, I don’t see any calls in major packages I might expect > to use dired under the hood (e.g. neotree), and so I’d only worry > about interactive use of the command. But then without additional > customization p-t-b-s-w should behave the same as s-t-b. > > Then on the positive side this would allow customization if folks > (like me) use find-dired and friends on a regular basis. Thanks, pushed to the master branch.