From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88054 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: How to view the bug reports Date: Tue, 05 Jun 2018 08:42:15 -0700 Message-ID: <87k1rdnstk.fsf@ericabrahamsen.net> References: <87tvqhof8h.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1528213426 6118 195.159.176.226 (5 Jun 2018 15:43:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2018 15:43:46 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m36268@lists.math.uh.edu Tue Jun 05 17:43:42 2018 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048034.atla03.us.yomura.com ([107.189.48.34]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQE7Z-0001NI-Co for ding-account@gmane.org; Tue, 05 Jun 2018 17:43:41 +0200 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048034.atla03.us.yomura.com (Halon) with ESMTPS id 7ff43e6e-68d7-11e8-afe2-b499baa2b07a; Tue, 05 Jun 2018 15:45:41 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.90_1) (envelope-from ) id 1fQE9G-0005ZF-Nh; Tue, 05 Jun 2018 10:45:26 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1fQE9D-0005Yg-Ql for ding@lists.math.uh.edu; Tue, 05 Jun 2018 10:45:23 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1fQE98-0004uI-Nv for ding@lists.math.uh.edu; Tue, 05 Jun 2018 10:45:23 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQE96-0004br-Ux for ding@gnus.org; Tue, 05 Jun 2018 17:45:16 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fQE6y-0000fk-16 for ding@gnus.org; Tue, 05 Jun 2018 17:43:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 41 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:+zKVsXFGl2dcSeXPRqStfT0klaY= X-Spam-Score: -0.9 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88054 Archived-At: Chris Marusich writes: > Hi, > > I was hoping to peruse Gnus bugs, and I found myself a little confused > about where to find them. Is the following debbugs package the > canonical bug tracker for the Gnus project? > > https://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=gnus I believe so, yes. > The reason I'm a little confused is because that debbugs package doesn't > seem to be mentioned the following page: > > http://www.gnus.org/resources.html > > That page only points to what appears to be a newsgroup: > > news://news.gnus.org/gnus.gnus-bug I think gnus.org is out of date -- the debbugs system is the canonical bug tracker. You can browse it with the debbugs package, in the repos, which provides a few interactive commands for entering the bug browser. There's also `gnus-read-ephemeral-bug-group' for one-offs. > Since I currently only use Gnus for reading email - not news - I wasn't > sure how to verify how that newsgroup is related to that debbugs > package. > > To make matters more confusing, the Gnus manual (in "(gnus) FAQ 8-5") > seems to only mention an email alias for reporting bugs: bugs@gnus.org. > Where does that go? To the debbugs package I linked above, perhaps? Again I think that's out of date. Note that if you run the `gnus-bug' command, it goes to submit@debbugs.gnu.org (with the "gnus" package tag). Hope that helps, Eric