From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 55ec674: * lisp/multifile.el: New file, extracted from etags.el Date: Thu, 07 Feb 2019 08:05:17 -0500 Message-ID: References: <20180922154639.23195.66360@vcs0.savannah.gnu.org> <20180922154640.9D58220310@vcs0.savannah.gnu.org> <54108dbc-9d12-06ff-3f1d-151118e9b234@yandex.ru> <87sgyi69iw.fsf@mail.linkov.net> <87efa00y92.fsf@mail.linkov.net> <87bm4y7lbm.fsf@mail.linkov.net> <11f31384-3f91-f28f-cae6-285aadffbe40@yandex.ru> <875zv6blh3.fsf@mail.linkov.net> <9ebcadbf-bc6f-0306-a4f9-a5073569edff@yandex.ru> <47bf9b71-57a4-97d1-47cd-f76c08078c62@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="54229"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 07 14:06:08 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1grjNW-000DsT-Fj for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2019 14:06:06 +0100 Original-Received: from localhost ([127.0.0.1]:39751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grjNV-000069-Gr for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2019 08:06:05 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grjMo-0008VQ-Pm for emacs-devel@gnu.org; Thu, 07 Feb 2019 08:05:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grjMn-0001Io-H4 for emacs-devel@gnu.org; Thu, 07 Feb 2019 08:05:22 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:49132) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grjMn-0001I3-Bu for emacs-devel@gnu.org; Thu, 07 Feb 2019 08:05:21 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id x17D5IHU007278; Thu, 7 Feb 2019 08:05:18 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id AA0236A249; Thu, 7 Feb 2019 08:05:17 -0500 (EST) In-Reply-To: (Dmitry Gutov's message of "Thu, 7 Feb 2019 15:23:37 +0300") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6478=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6478> : inlines <7011> : streams <1812346> : uri <2792378> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:233080 Archived-At: >>> Indeed.=A0 My conclusion from this discussion is that multifile.el shou= ld >>> not accrue commands like those of project.el: it's a library that can be >>> used by things like tags.el or project.el, with a limited scope. >> >> I agree with that. But still, I'm very tempted to rename project-search = to >> fileloop-find-regexp-in-project and project-query-replace to >> fileloop-query-replace-regexp-in-project. > > So... which of these changes do you prefer? > > Inserting -fileloop- to the names of he commands, or moving them to the > fileloop package altogether? As quoted above, I think multifile.el (or whatever it is renamed to) should stay as an Elisp library, and commands built on it belong elsewhere. So I'd prefer if we just add "-" to the name of the commands. Stefan