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

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

Use Debbugs to search for only open bugs


From: Joshua Branson
Subject: Use Debbugs to search for only open bugs
Date: Thu, 04 Aug 2022 15:40:52 -0400

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

The only problem with this function is that it shows open bug reports.
90% of the time I am not interested in those bug reports.

Thanks!



reply via email to

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