emacs-debbugs
Access the Debbugs bug tracker in Emacs
This package lets you access the GNU Bug Tracker from within Emacs.
For instance, it defines the command M-x debbugs-gnu for listing bugs, and the command M-x debbugs-gnu-search for bug searching. If you prefer the listing of bugs as TODO items of org-mode, you could use M-x debbugs-org and related commands.
A minor mode debbugs-browse-mode let you browse URLs to the GNU Bug Tracker as well as bug identifiers prepared for bug-reference-mode.
- Versions: 0.46
- Website: https://elpa.gnu.org/packages/debbugs.html
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-debbugs as follows:
guix install emacs-debbugs
Or install a particular version:
guix install emacs-debbugs@0.46
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of emacs-debbugs about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-debbugs'><img src='https://packages.guix.gnu.org/packages/emacs-debbugs/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-debbugs)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-debbugs][https://packages.guix.gnu.org/packages/emacs-debbugs/badges/latest-version.svg]]