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 19537 invoked from network); 1 May 2020 19:32:50 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 1 May 2020 19:32:50 -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 1jUbOs-000650-N6; Fri, 01 May 2020 14:32:42 -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 1jUbOp-000626-O4 for ding@lists.math.uh.edu; Fri, 01 May 2020 14:32:39 -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 1jUbOo-0003fs-F4 for ding@lists.math.uh.edu; Fri, 01 May 2020 14:32:39 -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=o0kh32Jk19ZqY/2hSgfn23AixNm80WjkjQ0OfTXzmWA=; b=EzsOWDnLO33BNmRsw/FN6TdhqT AvCJDl7rwcSrxb06t9BnB/HiMvP6Rniiyk7iYDOdTvX37VxJcVTykhNgg+bgnLny9cuZ/c5xYqCUW mZD3ZQFHvEHvN/ZzYvrcWlU0yI9i5glaOLuXWAHx4QqlJdNREp32dg3w8SZP0x7iIo44=; 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 1jUbOh-0007Lt-Bm for ding@gnus.org; Fri, 01 May 2020 21:32:34 +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 AE7F2FA0E3; Fri, 1 May 2020 19:32:26 +0000 (UTC) From: Eric Abrahamsen To: Andreas Schwab Cc: ding@gnus.org Subject: Re: Summary minor mode for Emacs-hacking groups? References: <87wo5v8oh3.fsf@ericabrahamsen.net> <87k11vmpaf.fsf@igel.home> Date: Fri, 01 May 2020 12:32:24 -0700 In-Reply-To: <87k11vmpaf.fsf@igel.home> (Andreas Schwab's message of "Fri, 01 May 2020 21:24:40 +0200") Message-ID: <87h7wz8n93.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 Andreas Schwab writes: > On Mai 01 2020, Eric Abrahamsen wrote: > >> Basically, in all gmane.emacs.* groups, I'd like to have things that >> looked like Emacs bug numbers or git commit hashes buttonized: I'd like >> commit hashes to open the relevant commit in Magit, and bug numbers to >> open the relevant bug report in debbugs. >> >> Has anyone seen or made anything like this? > > It's not difficult to write your own article treatment function. I'd > suggest to take a look at gnus-article-add-buttons. Well sure, I was hoping someone else had already done it :)