From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: debbugs extensions Date: Fri, 17 May 2019 11:40:02 +0300 Message-ID: <83o941bhjx.fsf@gnu.org> References: <1552789070.5272.1@yandex.ru> <93f38b88-059b-b243-49bf-df61f424fb3f@yandex.ru> <83o94zap79.fsf@gnu.org> <5161ae04-391e-49d8-e942-127c04062c27@yandex.ru> <83sgu6zbfe.fsf@gnu.org> <83imv2z74u.fsf@gnu.org> <6391f225-1d4d-06ae-eef5-9f069ef6878f@yandex.ru> <83sgu5yi5p.fsf@gnu.org> <83d0l9xkbz.fsf@gnu.org> <16b894b3-fde4-02bb-eb64-096fe444c514@yandex.ru> <87a7foih49.fsf@mouse.gnus.org> <87r290uvcd.fsf@mouse.gnus.org> <834l5vairf.fsf@gnu.org> <83r28ycy9b.fsf@gnu.org> <83h89ucwyu.fsf@gnu.org> <87pnoifoxo.fsf_-_@gmx.de> <87h89tleqb.fsf@gmx.de> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="268593"; mail-complaints-to="usenet@blaine.gmane.org" Cc: theophilusx@gmail.com, dgutov@yandex.ru, npostavs@gmail.com, emacs-devel@gnu.org, hi-angel@yandex.ru, larsi@gnus.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 17 10:40:52 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 1hRYQ5-0017jC-OG for ged-emacs-devel@m.gmane.org; Fri, 17 May 2019 10:40:49 +0200 Original-Received: from localhost ([127.0.0.1]:44504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRYQ4-00050O-O6 for ged-emacs-devel@m.gmane.org; Fri, 17 May 2019 04:40:48 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:58693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRYPU-00050I-VN for emacs-devel@gnu.org; Fri, 17 May 2019 04:40:13 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRYPU-0000Gk-Eh; Fri, 17 May 2019 04:40:12 -0400 Original-Received: from [176.228.60.248] (port=4698 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hRYPT-00005o-H4; Fri, 17 May 2019 04:40:11 -0400 In-reply-to: <87h89tleqb.fsf@gmx.de> (message from Michael Albinus on Fri, 17 May 2019 09:30:52 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:236635 Archived-At: > From: Michael Albinus > Cc: Eli Zaretskii , Lars Ingebrigtsen , theophilusx@gmail.com, Dmitry Gutov , Konstantin Kharlamov , Emacs developers > Date: Fri, 17 May 2019 09:30:52 +0200 > > It's not only about performance. It's also about false hits. If you > apply debbugs-gnu-search for "flymake", in the package "emacs", you get > 1009 bugs. Most of them are not about a flymake problem, but they are > hit because "flymake" belongs to the list of features, compiled by > report-emacs-bug automatically. > > This shall be improved by excluding such false hits, because you want > only the bug reports about flymake problems. Actually, we only want to exclude that by default, because in some (rare) cases, you may wish to do something with all the reports whose list of features includes flymake. So we need a control to turn this on when needed.