X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/b717b0ee04ffdfd6c44c24cec77ef464fa8d4b95..c72ee554a87f8ef6196dc38e396f572f781de421:/packages/debbugs/README diff --git a/packages/debbugs/README b/packages/debbugs/README index b20dbc87e..b7f5653dd 100644 --- a/packages/debbugs/README +++ b/packages/debbugs/README @@ -1,9 +1,13 @@ -This package provides some basic functions to access a debbugs SOAP -server (see ). +This package lets you access the GNU Bug Tracker from within Emacs. -It implements the SOAP functions "get_bugs", "newest_bugs", -"get_status" and "get_bug_log". The SOAP functions "get_usertag" and +It defines the command `M-x debbugs-gnu' for listing bugs, and the +command `M-x debbugs-gnu-search' for bug searching. + +This package works by implementing basic functions to access a debbugs +SOAP server (see ). It +implements the SOAP functions "get_bugs", "newest_bugs", "get_status", +"get_bug_log" and "search_est". The SOAP functions "get_usertag" and "get_versions" are not implemented (yet). -The debbugs server to be connected can be customized via the option +You can connect to other debbugs servers by customizing the variable `debbugs-port'.