]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/debbugs/README
release ada-mode 5.1.7, wisi 1.1.0; minor format changes in ada-ref-man (take 2)
[gnu-emacs-elpa] / packages / debbugs / README
index 004d7909b3e778b0670197f6160fb2aa9dd5b0cc..439b10fa6c4347aa54da32ad63b19ac0bab44f1e 100644 (file)
@@ -2,7 +2,12 @@ This package lets you access the GNU Bug Tracker from within Emacs.
 
 It defines the command `M-x debbugs-gnu' for listing bugs, and the
 command `M-x debbugs-gnu-search' for bug searching.  The command
-`debbugs-gnu-usertags' shows existing user tags on bugs.
+`M-x debbugs-gnu-usertags' shows existing user tags on bugs.  In order
+to show bugs with known numbers, `M-x debbugs-gnu-bugs' could be used.
+
+If you prefer the listing of bugs as TODO items of `org-mode', you
+could use the commands `M-x debbugs-org', `M-x debbugs-org-search' and
+`M-x debbugs-org-bugs' instead.
 
 This package works by implementing basic functions to access a Debbugs
 SOAP server (see <http://wiki.debian.org/DebbugsSoapInterface>).  It