From 00f27d6173afea8dbaae7942ff23ed551c1191e3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 5 Jul 2018 14:59:39 +0200 Subject: Add my/debbugs-gnu command. --- init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'init.org') diff --git a/init.org b/init.org index aa58c24..494bea4 100644 --- a/init.org +++ b/init.org @@ -256,6 +256,16 @@ For bug and patch tracking the Guix project uses debbugs. Here are some better (add-to-list 'debbugs-gnu-all-packages "guix-patches")) #+END_SRC +Oleg Pykhalov shared this useful snippet to list bugs for which I am listed as the owner. + +#+BEGIN_SRC elisp +(with-eval-after-load "debbugs-gnu" +(defun my/debbugs-gnu () + (interactive) + (let ((debbugs-gnu-current-query `((submitter . ,user-mail-address)))) + (debbugs-gnu nil)))) +#+END_SRC + * Manuals :PROPERTIES: :header-args: :noweb-ref manuals -- cgit v1.2.3