From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 21465 invoked from network); 2 May 2020 15:15:58 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 2 May 2020 15:15:58 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1jUtrr-0000rF-P0; Sat, 02 May 2020 10:15:51 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jUtro-0000oL-N4 for ding@lists.math.uh.edu; Sat, 02 May 2020 10:15:48 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jUtrn-0007Bc-Cz for ding@lists.math.uh.edu; Sat, 02 May 2020 10:15:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Nas7ovoET1hsxLSXyxE2dc9rMbvJ/xexhskf/5ra7v0=; b=eAKV2FgJd+IaW/+ENXrRsdKgTO q8OyQL3R9HC5ldwgbu0vA6CvEBFqtm71X0f+8C9HBbVZ9cN0X6qJTRGN6KXHsyRD8eiPShYd6yeAn md1/pH2fWId+RjHSY4wB2kmdalUFlKq3gCmHL5LbH1wfO0y0/ftG/tDN8dsfXbzfrc0g=; Received: from ericabrahamsen.net ([52.70.2.18] helo=mail.ericabrahamsen.net) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jUtrg-0004M2-HX for ding@gnus.org; Sat, 02 May 2020 17:15:43 +0200 Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 6CF5FFA0E2; Sat, 2 May 2020 15:15:38 +0000 (UTC) From: Eric Abrahamsen To: Tassilo Horn Cc: ding@gnus.org Subject: Re: Summary minor mode for Emacs-hacking groups? References: <87wo5v8oh3.fsf@ericabrahamsen.net> <87pnbmrfga.fsf@gnu.org> <871ro2n6sh.fsf@gnu.org> Date: Sat, 02 May 2020 08:15:36 -0700 In-Reply-To: <871ro2n6sh.fsf@gnu.org> (Tassilo Horn's message of "Sat, 02 May 2020 09:18:54 +0200") Message-ID: <87zhaqqsfb.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Tassilo Horn writes: > Tassilo Horn writes: > >> Wouldn't just activating bug-reference-mode in gnus-article-mode with >> >> (setq-local bug-reference-url-format >> "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=%s") >> >> deal with at least emacs bug numbers (including all GNU package bug >> reports who also use GNU debbugs)? Of course, that would just produce >> clickable links and not Gnus buttons but it is readily available... Well that's what I didn't know I didn't know! Thanks for the pointer. >> I'm gonna try that out... > > I did so, and it works just fine. Things like bug#19199 are rendered as > links and invoking bug-reference-push-button (C-c RET by default) opens > the debbugs bug page in your browser. Some adjustments could be made: > > * Tabbing through the article just recognizes Gnus buttons and not > those bug-reference links so you have to navigate to them manually. > > * Maybe you'd want to open debbugs bugs using the debbugs emacs > package rather than your browser (but this is nothing Gnus-related). I would rather use debbugs (and use widgets), but maybe that's something that can be added to bug-reference-mode. Thanks again, Eric