emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/debbugs b021f3b 138/311: * debbugs-ug.texi (Minor Modes


From: Stefan Monnier
Subject: [elpa] externals/debbugs b021f3b 138/311: * debbugs-ug.texi (Minor Modes): New node.
Date: Sun, 29 Nov 2020 18:41:57 -0500 (EST)

branch: externals/debbugs
commit b021f3b9216c399b7ff1b174cbaa8dd495d589a4
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * debbugs-ug.texi (Minor Modes): New node.
---
 debbugs-ug.info | 49 +++++++++++++++++++++++++++++++++++--------------
 debbugs-ug.texi | 19 +++++++++++++++++++
 2 files changed, 54 insertions(+), 14 deletions(-)

diff --git a/debbugs-ug.info b/debbugs-ug.info
index 1529d64..887f550 100644
--- a/debbugs-ug.info
+++ b/debbugs-ug.info
@@ -1,4 +1,4 @@
-This is debbugs-ug.info, produced by makeinfo version 5.0 from
+This is debbugs-ug.info, produced by makeinfo version 5.2 from
 debbugs-ug.texi.
 
 Copyright (C) 2015 Free Software Foundation, Inc.
@@ -51,6 +51,7 @@ Mode: (org)Top.).  As backend they use the 'debbugs' Emacs 
library
 * Retrieving Bugs::             How to retrieve bugs.
 * Searching Bugs::              How to search in the debbugs database.
 * Layout::                      How to results are presented.
+* Minor Modes::                 How to use 'debbugs' in files.
 
 * Command Index::               Debbugs commands.
 * Variable Index::              User options and variables.
@@ -254,7 +255,7 @@ Debbugs server only.
 are not supported.
 
 
-File: debbugs-ug.info,  Node: Layout,  Next: Command Index,  Prev: Searching 
Bugs,  Up: Top
+File: debbugs-ug.info,  Node: Layout,  Next: Minor Modes,  Prev: Searching 
Bugs,  Up: Top
 
 3 Layout
 ********
@@ -466,7 +467,24 @@ the control messages.
      email address.  The tag to be set is also read interactively.
 
 
-File: debbugs-ug.info,  Node: Command Index,  Next: Variable Index,  Prev: 
Layout,  Up: Top
+File: debbugs-ug.info,  Node: Minor Modes,  Next: Command Index,  Prev: 
Layout,  Up: Top
+
+4 Minor Modes
+*************
+
+Emacs uses 'bug-reference.el' for adding hyperlinks to bugs in files
+like 'ChangeLog', or in commentary sections of other files.  The
+reference to such bugs have a specialized format, 'Bug#12345'.  The
+hyperlinks are implemented as minor modes 'bug-reference-mode' and
+'bug-reference-prog-mode'.
+
+   This package adds two other minor modes on top of them,
+'debbugs-reference-mode' and 'debbugs-reference-prog-mode'.  They work
+like the 'bug-reference-*' modes, but instead of opening a browser for a
+given bug reference, they open a corresponding bug report buffer.
+
+
+File: debbugs-ug.info,  Node: Command Index,  Next: Variable Index,  Prev: 
Minor Modes,  Up: Top
 
 Command Index
 *************
@@ -480,6 +498,8 @@ Command Index
 * debbugs-org:                           Retrieving Bugs.      (line 16)
 * debbugs-org-bugs:                      Retrieving Bugs.      (line 69)
 * debbugs-org-search:                    Searching Bugs.       (line 11)
+* debbugs-reference-mode:                Minor Modes.          (line 12)
+* debbugs-reference-prog-mode:           Minor Modes.          (line 12)
 
 
 File: debbugs-ug.info,  Node: Variable Index,  Next: Key Index,  Prev: Command 
Index,  Up: Top
@@ -525,16 +545,17 @@ Key Index
 
 Tag Table:
 Node: Top1087
-Node: Retrieving Bugs2564
-Node: Searching Bugs6086
-Ref: Searching Bugs-Footnote-19955
-Ref: Searching Bugs-Footnote-210043
-Node: Layout10134
-Node: Tabulated Lists10612
-Node: TODO Items13046
-Node: Control Messages14311
-Node: Command Index16471
-Node: Variable Index17055
-Node: Key Index17571
+Node: Retrieving Bugs2627
+Node: Searching Bugs6149
+Ref: Searching Bugs-Footnote-110018
+Ref: Searching Bugs-Footnote-210106
+Node: Layout10197
+Node: Tabulated Lists10673
+Node: TODO Items13107
+Node: Control Messages14372
+Node: Minor Modes16532
+Node: Command Index17220
+Node: Variable Index17955
+Node: Key Index18471
 
 End Tag Table
diff --git a/debbugs-ug.texi b/debbugs-ug.texi
index 422bb1b..720d95d 100644
--- a/debbugs-ug.texi
+++ b/debbugs-ug.texi
@@ -62,6 +62,7 @@ Programmer's Manual, debbugs}).
 * Retrieving Bugs::             How to retrieve bugs.
 * Searching Bugs::              How to search in the debbugs database.
 * Layout::                      How to results are presented.
+* Minor Modes::                 How to use @code{debbugs} in files.
 
 * Command Index::               Debbugs commands.
 * Variable Index::              User options and variables.
@@ -533,6 +534,24 @@ address.  The tag to be set is also read interactively.
 @end table
 
 
+@node Minor Modes
+@chapter Minor Modes
+
+Emacs uses @file{bug-reference.el} for adding hyperlinks to bugs in
+files like @file{ChangeLog}, or in commentary sections of other files.
+The reference to such bugs have a specialized format,
+@samp{Bug#12345}.  The hyperlinks are implemented as minor modes
+@code{bug-reference-mode} and @code{bug-reference-prog-mode}.
+
+@findex debbugs-reference-mode
+@findex debbugs-reference-prog-mode
+This package adds two other minor modes on top of them,
+@code{debbugs-reference-mode} and @code{debbugs-reference-prog-mode}.
+They work like the @code{bug-reference-*} modes, but instead of
+opening a browser for a given bug reference, they open a corresponding
+bug report buffer.
+
+
 @node Command Index
 @unnumbered Command Index
 @printindex fn



reply via email to

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