From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id WO6XHJJlB2XfTAEAauVa8A:P1 (envelope-from ) for ; Sun, 17 Sep 2023 22:46:10 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WO6XHJJlB2XfTAEAauVa8A (envelope-from ) for ; Sun, 17 Sep 2023 22:46:10 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F3B0F5C91D for ; Sun, 17 Sep 2023 22:46:09 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=FGFuAstf; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694983570; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=K5uJ34RBnlUGqeMVu6J0LEku7Np08nstGaJORmR9Mrc=; b=qX+UwDafR8LR8+8tGgxz5p/ThpI3rQ7rG4hfW0ZsaANCJxVVQmK8KJSF2I2QTN4AiYz5fP XZsxnPdkUMO1RJamPLjdSvYnzm+8/iBVih4KbvWh75XQlgLRp68STknz9Q9KGoMQCfu/HE 3GNBH0+eVryqxi05EBMNgngKeh21pR2SLA10qqCC4/Xsh7+xg5OEGdWimImq5B/nMElXdM V952+AfJAxltEkfst6FURtHeMQ44e6nZxSR6RXeNPogMfMIbwrek7z2fpkSRZkcdpVqXEj geo/8N8Lrz+xdlBwEKsnkhW3l145QB3G1MGOTpmNajCVOxcKoJtz4pW26xtplw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=FGFuAstf; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694983570; a=rsa-sha256; cv=none; b=D62EfqjSP/UChgLWx94CPVMaYX4kfOn1iF9WLNxx195LDM3t2Q+voJllS2j7fEZoColcnW wKDeXM4fvziS0EQJrkwqrN+WgNyuXJZ+vO5qZynyzGuaTQCxl9rOC8H/UnCk4wcImkjOe/ Kb4i3hHcicj9otGIjKA6kFgFxBtey8iOe+SqzoNyXu7MTnPLVClu/6Gcr9GN9mBKEDBxgl ZiAfefhS1bIqir3LaLmtal4qJXuNQ9+VFCkPp0NlLwPGmAGC6eUxfBDoOUIIUFAJxkalw8 z3XPP8cODpqWCSJ4p4tG4xT/6R6Sv2/4x6taZsqZKVrz2Ky0Nntp82mlqt/hPw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qhyeY-00083K-Rw; Sun, 17 Sep 2023 16:46:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qhyeS-00082O-Ex for guix-patches@gnu.org; Sun, 17 Sep 2023 16:45:58 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qhyeS-0004sc-6g for guix-patches@gnu.org; Sun, 17 Sep 2023 16:45:56 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qhyeZ-0003V5-MR for guix-patches@gnu.org; Sun, 17 Sep 2023 16:46:03 -0400 Subject: bug#65883: [PATCH] .dir-locals.el: Update bug-reference configuration and document it. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 17 Sep 2023 20:46:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65883 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: brian Cc: ludo@gnu.org, 65883-done@debbugs.gnu.org Mail-Followup-To: 65883@debbugs.gnu.org, maxim.cournoyer@gmail.com, maxim.cournoyer@gmail.com Received: via spool by 65883-done@debbugs.gnu.org id=D65883.169498354013348 (code D ref 65883); Sun, 17 Sep 2023 20:46:03 +0000 Received: (at 65883-done) by debbugs.gnu.org; 17 Sep 2023 20:45:40 +0000 Received: from localhost ([127.0.0.1]:51549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qhyeC-0003TE-DX for submit@debbugs.gnu.org; Sun, 17 Sep 2023 16:45:40 -0400 Received: from mail-qk1-x733.google.com ([2607:f8b0:4864:20::733]:52376) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qhye9-0003Sz-QR for 65883-done@debbugs.gnu.org; Sun, 17 Sep 2023 16:45:38 -0400 Received: by mail-qk1-x733.google.com with SMTP id af79cd13be357-773b4a711bcso139814485a.0 for <65883-done@debbugs.gnu.org>; Sun, 17 Sep 2023 13:45:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1694983524; x=1695588324; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=K5uJ34RBnlUGqeMVu6J0LEku7Np08nstGaJORmR9Mrc=; b=FGFuAstfs5g38WGPv4RHAHVcAfK9CjFNP7FxwjRBga7x1h+hGf3OaR/XDkjkE97MtB ycKNAh7lkhn1oZtWrdF2SGHo1ZILvOCGHx4csJu2hpPcUx866dKZapTEE02phZ4BzP/G qjFoXfGWpfbSVqPIEalXB0Gem2+ds+F/zlN7qy69SoJOoMcPkENRiyh7Jkk92Jd3AIh5 rXC1IV6l8kVxQPWjxgwVMeK6/18XaMlo+B/+SSWQbD53rH4xz/RimBV0tY7UXBHqfKqk YZXCiDbkDm97uv1lCRfqwz6sd3HXIi+6ptesgnHlKH8c1+UMxSv+bznSNv2fC+WLUhd/ VTUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694983524; x=1695588324; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=K5uJ34RBnlUGqeMVu6J0LEku7Np08nstGaJORmR9Mrc=; b=Y0CksmpweWWiYJ53/Q7/Y7Nz4hSvmAoRG7ui2110YcOH+F92GTYsccsxzjviov/Cfw esrzS5dnyd2SdBjQsdg4/vbtYHCblMezoKG++4sW6AiD/F0QQK8ixdvoUYFYUwRFbqRK pbLgX8Hc++OG24G4n1a0Ltlx5xWHpdVWSmzIqTa+FShW8rcWVIkVhT3VYSekTNEqzeTw B5KcSNofiWZgFF1/JLCJWqz+aWR0cU1Ursbaa6eUI71sYNwlq8XII4/VMtYWq/e5vDKD AsDk8onLjmFtE5t7yCay9C+o2k5r6sg8ntcEh1DEHx6dKQpb0h47v1YzNoNw337ZaiVM x7wQ== X-Gm-Message-State: AOJu0Yy0RoORP5RUQ0PO61UyQFR4akaM8lHWvzRnZdLiu6LI+IBEOYB+ mKgs6fwI71JMYWmuUcimoxxRDj7+FeA= X-Google-Smtp-Source: AGHT+IEHO2OfnR/RDxe5XJQzia0NyR0Mv64jGCJIi/XZ42yRH3l8k3832DMf7Xn7K5BQ6SGcXxyZew== X-Received: by 2002:a05:620a:404a:b0:76f:1272:2aa8 with SMTP id i10-20020a05620a404a00b0076f12722aa8mr9486269qko.6.1694983524321; Sun, 17 Sep 2023 13:45:24 -0700 (PDT) Received: from hurd (dsl-10-149-131.b2b2c.ca. [72.10.149.131]) by smtp.gmail.com with ESMTPSA id f6-20020a0ccc86000000b0064906cfe430sm1325202qvl.135.2023.09.17.13.45.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Sep 2023 13:45:23 -0700 (PDT) From: Maxim Cournoyer References: <0f74c4468dae139ae2406b8200d0ba6bdc374455.1694490271.git.maxim.cournoyer@gmail.com> <87v8cfzcie.fsf@spork.org> Date: Sun, 17 Sep 2023 16:45:22 -0400 In-Reply-To: <87v8cfzcie.fsf@spork.org> (brian's message of "Tue, 12 Sep 2023 10:34:17 -0400") Message-ID: <87fs3c7cm5.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -0.31 X-Spam-Score: -0.31 X-Migadu-Queue-Id: F3B0F5C91D X-TUID: mnRlXVsC51iQ Hi, brian writes: > Maxim Cournoyer writes: > >> +(setq debbugs-browse-url-regexp >> + "^https?://\\(debbugs\\|\\(issues\\.guix\\|bugs\\)\\)\\.gnu\\.org= /\ >> +\\(cgi/bugreport\\.cgi\\?bug=3D\\)?\\(?3:[[:digit:]]+\\)$") >> +@end lisp > > While I'm at it, here's the =E2=80=98rx=E2=80=99 form of the above: > > (setq debbugs-browse-url-regexp > (rx > line-start > "http" (zero-or-one "s") "://" > (or "debbugs" "issues.guix" "bugs") > ".gnu.org" (one-or-more "/") > (group (zero-or-one "cgi/bugreport.cgi?bug=3D")) > (group-n 3 (one-or-more digit)) > line-end)) Installed with your changes! --=20 Thanks, Maxim