From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: ELPA policy Date: Tue, 10 Nov 2015 22:34:16 +0200 Message-ID: <83egfxlhkn.fsf@gnu.org> References: <87ziyuaqhl.fsf@petton.fr> <87fv0labbf.fsf@web.de> <87y4eda0kl.fsf@petton.fr> <22074.42230.156669.584780@retriever.mtv.corp.google.com> <87ziyoxvdp.fsf@Rainer.invalid> <83k2psnzyh.fsf@gnu.org> <87mvuorz7n.fsf@gmail.com> <8337wfon3f.fsf@gnu.org> <56401834.8080402@yandex.ru> <83ziynma4s.fsf@gnu.org> <5640C6A0.5010709@yandex.ru> <83twovm9es.fsf@gnu.org> <868u65afvh.fsf@stephe-leake.org> <5642383F.2040907@yandex.ru> <87pozhsnsv.fsf@isaac.fritz.box> <56424C25.2040107@yandex.ru> <83h9ktlj2i.fsf@gnu.org> <56425162.2050906@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1447187836 10572 80.91.229.3 (10 Nov 2015 20:37:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2015 20:37:16 +0000 (UTC) Cc: aaronecay@gmail.com, Stromeko@nexgo.de, stephen_leake@stephe-leake.org, deng@randomsample.de, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 10 21:37:07 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZwFf7-0003HX-U1 for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2015 21:37:06 +0100 Original-Received: from localhost ([::1]:35443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwFf7-0005wS-FF for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2015 15:37:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwFf3-0005v1-0v for emacs-devel@gnu.org; Tue, 10 Nov 2015 15:37:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwFey-0001A3-Ve for emacs-devel@gnu.org; Tue, 10 Nov 2015 15:37:00 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:56241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwFey-00019y-Nf for emacs-devel@gnu.org; Tue, 10 Nov 2015 15:36:56 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NXM00J008Y3KW00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Tue, 10 Nov 2015 22:34:21 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NXM00J70951CH90@a-mtaout20.012.net.il>; Tue, 10 Nov 2015 22:34:14 +0200 (IST) In-reply-to: <56425162.2050906@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:193965 Archived-At: > Cc: deng@randomsample.de, stephen_leake@stephe-leake.org, > aaronecay@gmail.com, Stromeko@nexgo.de, emacs-devel@gnu.org > From: Dmitry Gutov > Date: Tue, 10 Nov 2015 22:19:46 +0200 > > So someone else should probably start on taking care of that. Otherwise, > I'd rather fall back on Grep, until such point that Emacs starts to > manage the Global/id-utils/CScope datbases for the user, and learns to > make sure that the database is up-to-date. Grep doesn't scale well to large projects, IME. You get too many false positives. Outdated databases are easy to avoid with the likes of cron jobs. Yes, that's hand-holding, but when you have to quickly find stuff in a project with 3 million lines of code and thousands of classes, there really is no other alternative.