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 16672 invoked from network); 1 May 2020 19:06:51 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 1 May 2020 19:06:51 -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 1jUazN-0005kY-8a; Fri, 01 May 2020 14:06:21 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jUazJ-0005hq-4n for ding@lists.math.uh.edu; Fri, 01 May 2020 14:06:17 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jUazH-00088i-PO for ding@lists.math.uh.edu; Fri, 01 May 2020 14:06:17 -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:Date:Subject:From:To: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=az6q6PrHxNjXLdopPG/7D0SbdtLWSdSP+LOHAbVbnzI=; b=Eh9vScz6lKBGzsM8NRCsQdR3Ho MgrywtfzXFGnEyC78rhU6p0pF4pzR1BeMvuJtEdUFvPFpB5M9Mkq7bXy30zZCpalpj8NLb/JEDiWN 2S+aIOmcR9XSiAdL5xt4krc8p59FHBN3eHvNRD3LNNhi5mHPhbTMhxBiUsyWdkamgHzg=; Received: from ciao.gmane.io ([159.69.161.202]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jUazA-00072r-VF for ding@gnus.org; Fri, 01 May 2020 21:06:11 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jUaz8-000UHt-JZ for ding@gnus.org; Fri, 01 May 2020 21:06:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Summary minor mode for Emacs-hacking groups? Date: Fri, 01 May 2020 12:06:00 -0700 Message-ID: <87wo5v8oh3.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:BypLdWOY6Ws9xgAYZY6w/dRneDI= List-ID: Precedence: bulk I feel like I've seen other people talk about this before... I'd like a minor-mode that can be activated in certain Gnus groups, that buttonizes references to Emacs commit hashes, and bug-report numbers. 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? Eric