From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 1e3b0f2: Improve doc strings of project.el Date: Fri, 19 Jun 2020 21:36:25 +0300 Message-ID: <835zbmykba.fsf@gnu.org> References: <87bllfqj82.fsf@warpmail.net> <83o8pfxhzq.fsf@gnu.org> <83imfnxgt3.fsf@gnu.org> <83eeqbxevp.fsf@gnu.org> <87bllfnjy5.fsf@thornhill.no> <83d05vx9or.fsf@gnu.org> <877dw3ne2z.fsf@thornhill.no> <83a70zx7ag.fsf@gnu.org> <295d9f94-5198-6d5b-c51e-ba0bcf76a39c@yandex.ru> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="39974"; mail-complaints-to="usenet@ciao.gmane.io" Cc: theothornhill@pm.me, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 19 20:37:28 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jmLtG-000AHR-Ii for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Jun 2020 20:37:26 +0200 Original-Received: from localhost ([::1]:41412 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jmLtF-00044x-L7 for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Jun 2020 14:37:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52398) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmLsS-0002p5-RL for emacs-devel@gnu.org; Fri, 19 Jun 2020 14:36:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53377) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jmLsS-0002nx-Cl; Fri, 19 Jun 2020 14:36:36 -0400 Original-Received: from [176.228.60.248] (port=2304 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jmLsR-0002Es-Dn; Fri, 19 Jun 2020 14:36:35 -0400 In-Reply-To: <295d9f94-5198-6d5b-c51e-ba0bcf76a39c@yandex.ru> (message from Dmitry Gutov on Fri, 19 Jun 2020 21:19:37 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:252397 Archived-At: > Cc: emacs-devel@gnu.org > From: Dmitry Gutov > Date: Fri, 19 Jun 2020 21:19:37 +0300 > > > What I had in mind was a simple filtering by major mode, not unlike > > the current filtering by default-directory. How complicate could that > > be? > > That's not how it works. A project is defined by the generic functions > the API already has. > > Even if some projects would prefer to work with files with certain > extensions only (doesn't sound like a good idea to me), that would be an > extra, new feature. As such, it is irrelevant to this discussion. You have completely missed my point. But since you say this is irrelevant, I won't say more.