all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Use Debbugs to search for only open bugs
@ 2022-08-04 19:40 Joshua Branson
  2022-08-05  1:25 ` Michael Heerdegen
  2022-08-05  7:08 ` Michael Albinus
  0 siblings, 2 replies; 9+ messages in thread
From: Joshua Branson @ 2022-08-04 19:40 UTC (permalink / raw)
  To: help-gnu-emacs


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!



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-08-10 16:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-04 19:40 Use Debbugs to search for only open bugs Joshua Branson
2022-08-05  1:25 ` Michael Heerdegen
2022-08-05  7:08 ` Michael Albinus
2022-08-05  8:55   ` Joshua Branson
2022-08-05  9:46     ` Michael Albinus
2022-08-10 13:54       ` Michael Albinus
2022-08-10 15:17         ` Joshua Branson
2022-08-10 15:25         ` Joshua Branson
2022-08-10 16:23           ` Michael Albinus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.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.