From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: org-debbugs.el Date: Wed, 2 Oct 2013 12:05:15 +0200 Message-ID: <20131002100515.GN2622@kuru.dyndns-at-home.com> References: <20130925080403.GS12411@kuru.dyndns-at-home.com> <86siwt1d9c.fsf@somewhere.org> <8738otjkdt.fsf@gmx.de> <871u4czq4t.fsf@gmx.de> <20130926002156.GA13887@kuru.dyndns-at-home.com> <86vc1of3cp.fsf@somewhere.org> <87eh8ckjtk.fsf@gmx.de> <87mwmydpz3.fsf_-_@gmx.de> <87li2cjetb.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRJJ7-0004EE-6o for emacs-orgmode@gnu.org; Wed, 02 Oct 2013 06:05:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRJJ2-0000Bk-8N for emacs-orgmode@gnu.org; Wed, 02 Oct 2013 06:05:25 -0400 Received: from mail-ea0-x235.google.com ([2a00:1450:4013:c01::235]:36212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRJJ2-0000AJ-0O for emacs-orgmode@gnu.org; Wed, 02 Oct 2013 06:05:20 -0400 Received: by mail-ea0-f181.google.com with SMTP id d10so276879eaj.40 for ; Wed, 02 Oct 2013 03:05:19 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87li2cjetb.fsf@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Michael, On Wed, Oct 02, 2013 at 09:46:08AM +0200, Michael Albinus wrote: > Michael Albinus writes: > > Hi, > > > I have produced a very first shot of org-debbugs.el. It shows you bug > > reports from debbugs.gnu.org as TODO items. It needs the debbugs package > > from the GNU ELPA repository. > > Well, there hasn't been too much response for this. I have completed the > work anyway. Maybe it is worth to say, that the package does not show > org-mode bugs only. It could show any bug located on debbugs.gnu.org as > TODO item. I was wondering about the response myself. The traffic has been high lately, maybe people just overlooked. > Compared with the first version, this package uses now tags similar to > the proposal by Suvayu. It also shows archived bugs, if desired. > > There is a new minor mode org-debbugs-mode, which allows to send control > messages directly to debbugs.gnu.org. This simplifies handling of bugs. > > There are also two new commands: `org-debbugs-search' allows full text > search on debbugs.gnu.org. `org-debbugs-bugs' shows bugs according to > their number. Read the Commentary section for details. 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. I was expecting this: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15222 Calling org-debbugs-bugs with 15222 works great. A small problem though, calling org-debbugs-search or org-debbugs-bugs from an "*Org Bugs*" buffer gives me the following backtraces: Debugger entered--Lisp error: (wrong-type-argument keymapp "Keymap for the `org-debbugs-mode' minor mode.") where-is-internal(org-debbugs-search nil t) execute-extended-command(nil "org-debbugs-search") call-interactively(execute-extended-command nil nil) command-execute(execute-extended-command) Debugger entered--Lisp error: (wrong-type-argument keymapp "Keymap for the `org-debbugs-mode' minor mode.") where-is-internal(org-debbugs-bugs nil t) execute-extended-command(nil "org-debbugs-bugs") call-interactively(execute-extended-command nil nil) command-execute(execute-extended-command) > If the org-mode maintainers find this package useful, it could be added > to the contrib directory. A respective patch is appended. I'm pretty > sure that org-mode aficionados could improve the handling of TODO items; > I'm rather a rookie wrt org-mode. If there are questions wrt to the > gnus.debbugs.org interface I'll be happy to help. I think this is a great addition to contrib. :) -- Suvayu Open source is the future. It sets us free.