From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Missing entries for Perl in etags-regen-file-extensions -- okay for emacs-30? Date: Mon, 23 Sep 2024 21:14:28 +0300 Message-ID: <868qvifda3.fsf@gnu.org> References: <87y13mznw9.fsf@zephyr.silentflame.com> <86h6aa7gw1.fsf@gnu.org> <87ploya1hc.fsf@zephyr.silentflame.com> <867cb67888.fsf@gnu.org> <10dd3554-4249-41d1-864d-30cab687da6a@gutov.dev> <86o74i5edp.fsf@gnu.org> <690fff1d-b8f2-4e6e-b105-21ca97a0a92e@gutov.dev> <86ldzl5vzj.fsf@gnu.org> <3b153949-c990-49c9-9618-28850d3ee57c@gutov.dev> <86sett2g43.fsf@gnu.org> <86cykw2rkl.fsf@gnu.org> <781dac6e-5504-4b7d-903d-71fc5d09da0f@gutov.dev> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15179"; mail-complaints-to="usenet@ciao.gmane.io" Cc: spwhitton@spwhitton.name, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 23 20:14:54 2024 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 1ssnaH-0003na-Ke for ged-emacs-devel@m.gmane-mx.org; Mon, 23 Sep 2024 20:14:53 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ssnZz-0007km-V1; Mon, 23 Sep 2024 14:14:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ssnZx-0007kT-Gc for emacs-devel@gnu.org; Mon, 23 Sep 2024 14:14:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ssnZw-0003gK-Vz; Mon, 23 Sep 2024 14:14:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=WB66ypfC8qPtIX0d/Lf6r0WAPw29xyITyeBd0IvFMhQ=; b=di4OOF1mF/1c E9BDJ61GY4Qu5bhYSeA/hC8e8qRQlO1jn6JcsA251M8K/9k/q5s2YfT/IAj+ma4MNqyQzDoLadamH OeUS9GMfTWEZt12y9I9CCZZ4owiQ0S4AM/4wb8A9awLOUOrbgyrGip37Hzc07GzIJlYiMqhH9JDW8 5yuG2joD/7lvZ6sgKU1ZDNN2j+8E1b4CtVLu70VK8W6YPcz6moytnFxs0KvsMXT7T/aFK2VMHEVfx i2n1aGvppIwpDKM1vIFI5QTQLgafq3vk8MLjpEolg3CVLSZ25coZFmYm9v5Cc/YFTK6ljRYkHVOJg eRwjD/nzfXGk0Oe109W29Q==; In-Reply-To: <781dac6e-5504-4b7d-903d-71fc5d09da0f@gutov.dev> (message from Dmitry Gutov on Mon, 23 Sep 2024 19:57:09 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:323987 Archived-At: > Date: Mon, 23 Sep 2024 19:57:09 +0300 > Cc: spwhitton@spwhitton.name, emacs-devel@gnu.org > From: Dmitry Gutov > > Great! Here's the combined diff I plan to install: > > - More extensions. > - case-fold-search bound to t, so extension matching is not case-sensitive. > - string-match-p for etags-regen-ignores entries, minor speed bump. > - *.a removed from the list, though it previously was in it (like > discussed in this thread). > - *.def and *.inc also not added because I see .def being used for > "module definition files", and .inc files sometimes have C-like > contents, and sometimes SGML (with ASM in just a few examples). In the > mozilla/gecko-dev checkout I tested, that is, to see how the change > would affect indexing. LGTM, thanks. This is for emacs-30, right?