Suvayu Ali <fatkasuvayu+li...@gmail.com> writes: > Hi Michael,
Hi Suvayu, > I tried to test by looking for a specific bug. This is what I tried: > > - search phrase: emacsclient > - submitter: fatkasuvayu (that is leading part of my email address) > - status: done or nothing > > But then I get an empty "*Org Bugs*" buffer. Hmm, yes. But this seems to be a server side problem. If you apply the same search via its web interface, you get the same empty result: <http://debbugs.gnu.org/cgi/search.cgi?phrase=emacsclient&search=search&skip=0&attribute_field=submitter&attribute_operator=STRINC&attribute_value=fatkasuvayu&order_field=&order_operator=STRA&max_results=10> I'll investigate. > A small problem though, calling org-debbugs-search or org-debbugs-bugs > from an "*Org Bugs*" buffer gives me the following backtraces: Oops. Fixed, patch appended. Best regards, Michael.
>From c0214b63bc7a5e532a1c0fe06ebe3bb50f1a9b49 Mon Sep 17 00:00:00 2001 From: Michael Albinus <michael.albi...@gmx.de> Date: Wed, 2 Oct 2013 13:36:20 +0200 Subject: [PATCH] * org-debbugs.el (org-debbugs-mode-map): Move docstring where it belongs to. --- contrib/lisp/org-debbugs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lisp/org-debbugs.el b/contrib/lisp/org-debbugs.el index 9c31b2b..fe5430e 100644 --- a/contrib/lisp/org-debbugs.el +++ b/contrib/lisp/org-debbugs.el @@ -409,11 +409,11 @@ returned." hits)))))) (defconst org-debbugs-mode-map - "Keymap for the `org-debbugs-mode' minor mode." (let ((map (make-sparse-keymap))) (define-key map (kbd "C-c # c") 'debbugs-gnu-send-control-message) (define-key map (kbd "C-c # d") 'debbugs-gnu-display-status) - map)) + map) + "Keymap for the `org-debbugs-mode' minor mode.") ;; Make byte-compiler quiet. (defvar gnus-posting-styles) -- 1.8.1.2