From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.bugs Subject: bug#69646: [PATCH] Have insert 'submit-emacs-patch' maintainers into X-Debbugs-Cc Date: Fri, 08 Mar 2024 08:53:45 -0800 Message-ID: <87h6hg7jhi.fsf@ericabrahamsen.net> References: <87frx0eneh.fsf@posteo.net> <871q8kel1w.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21985"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: 69646@debbugs.gnu.org, Andrea Corallo To: Philip Kaludercic Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Mar 08 17:54:46 2024 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 1ridUb-0005Va-He for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 08 Mar 2024 17:54:45 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ridUN-0002wz-8Y; Fri, 08 Mar 2024 11:54:31 -0500 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 1ridUL-0002wa-Ta for bug-gnu-emacs@gnu.org; Fri, 08 Mar 2024 11:54:29 -0500 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ridUL-0007WB-K8 for bug-gnu-emacs@gnu.org; Fri, 08 Mar 2024 11:54:29 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ridUr-0005dE-Mz for bug-gnu-emacs@gnu.org; Fri, 08 Mar 2024 11:55:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 08 Mar 2024 16:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69646 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 69646-submit@debbugs.gnu.org id=B69646.170991686921604 (code B ref 69646); Fri, 08 Mar 2024 16:55:01 +0000 Original-Received: (at 69646) by debbugs.gnu.org; 8 Mar 2024 16:54:29 +0000 Original-Received: from localhost ([127.0.0.1]:59436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ridUL-0005cO-8g for submit@debbugs.gnu.org; Fri, 08 Mar 2024 11:54:29 -0500 Original-Received: from mail.ericabrahamsen.net ([52.70.2.18]:47666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ridUI-0005c9-2N for 69646@debbugs.gnu.org; Fri, 08 Mar 2024 11:54:27 -0500 Original-Received: from localhost (71-212-21-65.tukw.qwest.net [71.212.21.65]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 31822FA183; Fri, 8 Mar 2024 16:53:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1709916827; bh=3qVHWMspzJQkRpvt4sTuMsCDMXZGHI6xRPhc6i/29HQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=tbl9jlXiEp5LHvdOPb6WEbx0AKn2iWwL5SZoGjbutjRaTD04lujmm/Gyc0ULKNEAn W6Ueo8UWoqemxcl12YsILHbI/Av61/sd2S8fJ4dj4U4hrK/Mko/IX6Oku8WR5QnkK2 ZEhNtu5RZskdF6ry0xkXqFhD2UOSzOJ+Ruc6PCDk= In-Reply-To: <871q8kel1w.fsf@posteo.net> (Philip Kaludercic's message of "Fri, 08 Mar 2024 16:38:03 +0000") 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:281249 Archived-At: Philip Kaludercic writes: > Andrea Corallo writes: > >> Philip Kaludercic writes: >> >>> Tags: patch >>> >>> >>> Here's a suggestion, to have the submit-emacs-patch command >>> automatically ping maintainers, in case they are not following the bug >>> tracker. Basically it goes through all the files and extracts the >>> information from the Maintainer: header. >>> >>> One non-technical issue here is that the maintainer information might >>> not be up to date. I've run a quick scan to see who is mentioned how >>> frequently. It might be necessary to clean up this list or to check who >>> is still around: >> >> Hi Philip, >> >> IIUC with this patch I'd be in Cc of all bugs? If that's the case I'm >> not personally in favor of this, I score mails on bug-gnu-emacs also >> based on me being in Cc or not. > > Why should that be? I have tested the new command out with bug#69647, > and you weren't added automatically. In fact, a quick grep tells me you > aren't listed as the maintainer in any file, so you wouldn't be affected > by this. > >> I think the bug is that maintainers should be subscribed to >> bug-gnu-emacs (otherwise I'm not sure how they can actually maintain). > > The issue is that for someone like me, who maintains a few little things > around Emacs, following all bugs and all discussions would be too much. > >> Isn't a long list of people in Cc technically just another mailing list? > > It shouldn't be a long list, just the people responsible for the > specific files being modified. My idea is to have something comparable > to Linux's "get_maintainer.pl"[0], and a bit more streamlined (assuming > people even use M-x submit-emacs-patch). Also see Bug#41373 -- IMO the really useful thing here would be to expand this for reporting bugs in ELPA packages, where the maintainers aren't necessarily subscribed to the main bug list. Some time before that bug I'd proposed something similar, the patch is here[1], it might be of some relevance. [1]: https://lists.nongnu.org/archive/html/bug-gnu-emacs/2020-05/msg01235.html