From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: doc improvements for bug-reference.el Date: Mon, 28 Jun 2021 07:21:35 +0200 Message-ID: <87sg12k1ef.fsf@gnu.org> References: <86sg14xm6u.fsf@stephe-leake.org> <83v95zq1jj.fsf@gnu.org> <86o8brxqoo.fsf@stephe-leake.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29132"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.13; emacs 28.0.50 Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 28 07:24:45 2021 Return-path: Envelope-to: ged-emacs-devel@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 1lxjlF-0007KF-Cw for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Jun 2021 07:24:45 +0200 Original-Received: from localhost ([::1]:41054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lxjlE-00074l-5Q for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Jun 2021 01:24:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33508) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lxjkj-0006QU-Hw for emacs-devel@gnu.org; Mon, 28 Jun 2021 01:24:13 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55940) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lxjkh-0004GD-1o; Mon, 28 Jun 2021 01:24:11 -0400 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:39055) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lxjkS-00077N-DK; Mon, 28 Jun 2021 01:23:58 -0400 Original-Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailauth.nyi.internal (Postfix) with ESMTP id DE54F27C0054; Mon, 28 Jun 2021 01:23:55 -0400 (EDT) Original-Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 28 Jun 2021 01:23:55 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeehfedgleduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfhgfhffvufffjgfkgggtsehttdertddtredtnecuhfhrohhmpefvrghsshhi lhhoucfjohhrnhcuoehtshguhhesghhnuhdrohhrgheqnecuggftrfgrthhtvghrnhepve evieekteekveeigfefffeivdetgeduvdffueeuudevgedttdehvdfhueevfffhnecuvehl uhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhrnhdomh gvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqkeeijeefkeejkeegqdeifeehvdel kedqthhsughhpeepghhnuhdrohhrghesfhgrshhtmhgrihhlrdhfmh X-ME-Proxy: Original-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 28 Jun 2021 01:23:55 -0400 (EDT) In-reply-to: <86o8brxqoo.fsf@stephe-leake.org> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:271059 Archived-At: Stephen Leake writes: > Also, I'll try to create a function for > bug-reference-auto-setup-functions to handle references in the > emacs-devel mailing list. That should work out-of-the box already, at least for Gnus, Rmail, and mu4e. There is an entry in `bug-reference-setup-from-mail-alist' which should match the List-ID of emacs-devel and other emacs-related lists. However, the auto-setup is not performed if regexp and url-format have already been set. Maybe you've set them globally? Bye, Tassilo