emacs-diffs
[Top][All Lists]
Advanced

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

master 72ec24d: * doc/emacs/maintaining.texi (Bug Reference): Add debbug


From: Michael Albinus
Subject: master 72ec24d: * doc/emacs/maintaining.texi (Bug Reference): Add debbugs-browse-mode.
Date: Thu, 20 May 2021 08:33:52 -0400 (EDT)

branch: master
commit 72ec24d4808c763d8d1fd4ae45b315b9a4b4011b
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * doc/emacs/maintaining.texi (Bug Reference): Add debbugs-browse-mode.
---
 doc/emacs/maintaining.texi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index dc24cfb..ed6fed6 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -3108,3 +3108,16 @@ Note that @code{bug-reference-url-format} may also be a 
function in
 order to cater for more complex scenarios, e.g., when the part before
 the actual bug number has to be used to distinguish between issues and
 merge requests where each of them has a different URL.
+
+@findex debbugs-browse-mode
+If your project is located on the server
+@url{https://debbugs.gnu.org}, you can browse bugs in Emacs using the
+@code{debbugs} package, which can be downloaded via the Package Menu
+(@pxref{Packages}).  This package adds the minor mode
+@code{debbugs-browse-mode}, which is activated on top of
+@code{bug-reference-mode} and @code{bug-reference-prog-mode} by
+
+@smallexample
+(add-hook 'bug-reference-mode-hook 'debbugs-browse-mode)
+(add-hook 'bug-reference-prog-mode-hook 'debbugs-browse-mode)
+@end smallexample



reply via email to

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