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#50733: 28.0.1; project-find-regexp can block Emacs for a long time Date: Fri, 24 Sep 2021 10:02:36 +0300 Organization: LINKOV.NET Message-ID: <87lf3mmp6b.fsf@mail.linkov.net> References: <03aa81b5-6077-c35c-1a5f-ec4d867b59ac@yandex.ru> <63300a34-e487-02d1-c182-2b84438654d7@yandex.ru> <83k0j6trau.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31731"; 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: 50733@debbugs.gnu.org, Dmitry Gutov , mardani29@yahoo.es To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 24 09:12:32 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 1mTfNo-0008AJ-Bp for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 24 Sep 2021 09:12:32 +0200 Original-Received: from localhost ([::1]:59100 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mTfNn-0006PN-2q for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 24 Sep 2021 03:12:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35986) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTfFa-0005BE-W8 for bug-gnu-emacs@gnu.org; Fri, 24 Sep 2021 03:04:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45023) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mTfFa-0006rC-On for bug-gnu-emacs@gnu.org; Fri, 24 Sep 2021 03:04:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mTfFa-00040p-Cx for bug-gnu-emacs@gnu.org; Fri, 24 Sep 2021 03:04: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: Fri, 24 Sep 2021 07:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50733 X-GNU-PR-Package: emacs Original-Received: via spool by 50733-submit@debbugs.gnu.org id=B50733.163246701215374 (code B ref 50733); Fri, 24 Sep 2021 07:04:02 +0000 Original-Received: (at 50733) by debbugs.gnu.org; 24 Sep 2021 07:03:32 +0000 Original-Received: from localhost ([127.0.0.1]:56569 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTfF5-0003zu-R6 for submit@debbugs.gnu.org; Fri, 24 Sep 2021 03:03:31 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:42085) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTfF5-0003zg-2E for 50733@debbugs.gnu.org; Fri, 24 Sep 2021 03:03:31 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 5185210000E; Fri, 24 Sep 2021 07:03:22 +0000 (UTC) In-Reply-To: <83k0j6trau.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 24 Sep 2021 09:34:49 +0300") 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:215266 Archived-At: > Btw, I don't understand why we focus on general-purpose text-searching > tools for these features. Why not focus on packages like ID Utils > instead, they are so much faster. Daniel, could you time the same > search in that large tree when xref-search-program is 'gid'? (You'd > need to run 'mkid' first, to create the ID database, but that is > one-time, and is very fast.) As I told many times, I think this is > the future: program language sensitive tools that use a precomputed > DB. While we have the make target `make tags` that generates the tags database in the Emacs source tree, for trying to use ID Utils I can't find a similar target that would create the ID database. Is its command line more complex than etags?