all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: 66620@debbugs.gnu.org, Michael Albinus <michael.albinus@gmx.de>
Subject: [bug#66620] [PATCH] doc: Document extra Emacs-Debbugs configurations.
Date: Sat, 11 Nov 2023 13:37:16 +0100	[thread overview]
Message-ID: <87leb4h3er.fsf@pelzflorian.de> (raw)
In-Reply-To: <8e6236724a5ac34ad6969d245292dfb42b8bd4b6.1697675684.git.maxim.cournoyer@gmail.com> (Maxim Cournoyer's message of "Wed, 18 Oct 2023 20:34:44 -0400")

[-- Attachment #1: Type: text/plain, Size: 750 bytes --]

Hello all.

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> * doc/contributing.texi (Viewing Bugs within Emacs): Document
> debbugs-gnu-default-packages, debbugs-gnu-default-severities.
> (Debbugs User Interfaces): Likewise, and mention debbugs-gnu-guix-search.
> […]
> +
> +;; Reduce the number of prompts with 'M-x debbugs-gnu'.
> +(setq debbugs-gnu-default-packages '("guix" "guix-patches"))
> +
> +;; Show feature requests.
> +(setq debbugs-gnu-default-severities
> + '("serious" "important" "normal" "minor" "wishlist"))

Not being very experienced with Emacs, I tried 'M-x debbugs-gnu' and it
does not prompt for the packages but shows bugs for Emacs by default.

I suggest the attached patch.

Regards,
Florian


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: doc-Use-accurate-wording-in-Emacs-Debbugs-configurat.patch --]
[-- Type: text/x-patch, Size: 1037 bytes --]

From 33ca6d27d97d165255d60d54986998811281aab3 Mon Sep 17 00:00:00 2001
From: Florian Pelz <pelzflorian@pelzflorian.de>
Date: Sat, 11 Nov 2023 13:13:30 +0100
Subject: [PATCH] doc: Use accurate wording in Emacs-Debbugs configuration.

'M-x debbugs-gnu' does not prompt for which bugs to show.
Follow-up to 19fe24c5b978a16cbca3cddbfa3ab9d1ee2c68f2.

* doc/contributing.texi (Viewing Bugs within Emacs): Make comment
more accurate.
---
 doc/contributing.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index f3cc4d7af7..8c7736444e 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -455,7 +455,7 @@ configuration file:
           (group-n 3 (one-or-more digit))
           line-end))
 
-;; Reduce the number of prompts with 'M-x debbugs-gnu'.
+;; Change the default when run as 'M-x debbugs-gnu'.
 (setq debbugs-gnu-default-packages '("guix" "guix-patches"))
 
 ;; Show feature requests.

base-commit: af6105afc67a15a491a0a4fd18a28c9f801a0b94
-- 
2.41.0


  parent reply	other threads:[~2023-11-11 12:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-19  0:34 [bug#66620] [PATCH] doc: Document extra Emacs-Debbugs configurations Maxim Cournoyer
2023-10-19  7:08 ` Michael Albinus
2023-10-19 10:29   ` Simon Tournier
2023-10-19 10:44     ` Michael Albinus
2023-10-20  2:01   ` Maxim Cournoyer
2023-10-20  8:39     ` Michael Albinus
2023-10-20 15:31       ` Maxim Cournoyer
2023-11-11 12:37 ` pelzflorian (Florian Pelz) [this message]
2023-12-30 14:45   ` pelzflorian (Florian Pelz)
2023-12-31  6:06     ` bug#66620: " Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87leb4h3er.fsf@pelzflorian.de \
    --to=pelzflorian@pelzflorian.de \
    --cc=66620@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.