emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-debbugs.el


From: Nicolas Richard
Subject: Re: [O] org-debbugs.el
Date: Fri, 11 Oct 2013 13:55:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)


Michael Albinus <address@hidden> writes:

> Michael Albinus <address@hidden> writes:
>
> Hi,
>
>> If the org-mode maintainers find this package useful, it could be added
>> to the contrib directory.
>
> Still no response from the maintainers. Before I continue to invest into
> this package, I would like to know whether it is a suitable
> approach. Otherwise, I could spend my time better.

Hello Michael,
 
While trying your package, I noticed that C-h m would not work because
of a misplaced docstring. Here's the patch (but I'm not sure I have the
latest version, sorry if this is already fixed).

Also, I heard recently on #org-mode about bugpile, which is an old (last
updated more than a year ago) of Thorsten Jolitz and Eric Schulte. The
doc says:
,----
|  The Bugpile project has two goals:
| 
|     Develop a bugtracker (called Bugpile) for GNU Emacs Org-mode,
|     using Elisp, Elnode, Org-mode, and a dVCS.
|     As part of the engineering process, abstract out a web-framework
|     (iOrg) based on these GNU Emacs technologies.
`---- Source:
http://orgmode.org/worg/org-contrib/gsoc2012/student-projects/bugpile/

Unfortunately I did not find any usable documentation in the project
(README is empty) and I have no idea how/if it can be related to
org-debbugs in any way.

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.")

-- 
Nico.




reply via email to

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