help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Use Debbugs to search for only open bugs


From: Michael Heerdegen
Subject: Re: Use Debbugs to search for only open bugs
Date: Fri, 05 Aug 2022 03:25:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Joshua Branson <jbranso@dismail.de> writes:

> Can anyone give my a simple debbugs function, that will prompt me for a
> search string, and return a list of open bugs for "guix" and
> "guix-patches"?
>
> Here's what I've come up with so far:
>
> #+BEGIN_SRC emacs-lisp
> (defun debbugs-guix-search ()
>   (interactive)
>   (debbugs-gnu-search (read-string "Search String: ") nil nil '("guix" 
> "guix-patches") nil))
> #+END_SRC

You know that x (`debbugs-gnu-toggle-suppress') toggles display of
closed bugs?

I don't know how to filter initially.

Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]