]> code.delx.au - gnu-emacs-elpa/blob - packages/debbugs/README
Mark merge point of company.
[gnu-emacs-elpa] / packages / debbugs / README
1 This package lets you access the GNU Bug Tracker from within Emacs.
2
3 It defines the command `M-x debbugs-gnu' for listing bugs, and the
4 command `M-x debbugs-gnu-search' for bug searching. The command
5 `debbugs-gnu-usertags' shows existing user tags on bugs.
6
7 This package works by implementing basic functions to access a Debbugs
8 SOAP server (see <http://wiki.debian.org/DebbugsSoapInterface>). It
9 implements the SOAP functions "get_bugs", "newest_bugs", "get_status",
10 "get_usertag", "get_bug_log" and "search_est". The SOAP function
11 "get_versions" is not implemented (yet).
12
13 You can connect to other debbugs servers by customizing the variable
14 `debbugs-port'.