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

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

[elpa] master 0ff4c0a: * packages/debbugs/debbugs-ug.texi (Minor Mode):


From: Michael Albinus
Subject: [elpa] master 0ff4c0a: * packages/debbugs/debbugs-ug.texi (Minor Mode): Show example of activation.
Date: Sun, 4 Aug 2019 15:31:45 -0400 (EDT)

branch: master
commit 0ff4c0a8fa6fd4c1c059c951c7a5c003298365e3
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * packages/debbugs/debbugs-ug.texi (Minor Mode): Show example of activation.
---
 packages/debbugs/debbugs-ug.info | 78 +++++++++++++++++++++-------------------
 packages/debbugs/debbugs-ug.texi |  9 +++++
 2 files changed, 51 insertions(+), 36 deletions(-)

diff --git a/packages/debbugs/debbugs-ug.info b/packages/debbugs/debbugs-ug.info
index 4ac9cbc..ee5fdb3 100644
--- a/packages/debbugs/debbugs-ug.info
+++ b/packages/debbugs/debbugs-ug.info
@@ -685,6 +685,12 @@ or <https://bugs.gnu.org/54321> will be shown in a bug 
report buffer,
 when 'debbugs-browse-mode' is enabled.  See user option
 'debbugs-browse-url-regexp' for the syntax of supported URLs.
 
+   In order to enable it globally, you might add the following forms
+to your '~/.emacs':
+
+     (add-hook 'bug-reference-mode-hook 'debbugs-browse-mode)
+     (add-hook 'bug-reference-prog-mode-hook 'debbugs-browse-mode)
+
 
 File: debbugs-ug.info,  Node: Command Index,  Next: Variable Index,  Prev: 
Minor Mode,  Up: Top
 
@@ -1124,41 +1130,41 @@ Node: Applying Patches20794
 Node: Posting Patches22184
 Node: Customizing debbugs-gnu-pick-commits24669
 Node: Minor Mode25369
-Node: Command Index26425
-Node: Variable Index27285
-Node: Key Index28730
-Node: Mail Command Index30438
-Ref: Mail Command Index: reassign30591
-Ref: Mail Command Index: reopen31357
-Ref: Mail Command Index: found32511
-Ref: Mail Command Index: notfound33592
-Ref: Mail Command Index: fixed34001
-Ref: Mail Command Index: notfixed34447
-Ref: Mail Command Index: submitter35070
-Ref: Mail Command Index: forwarded35464
-Ref: Mail Command Index: notforwarded36081
-Ref: Mail Command Index: retitle36282
-Ref: Mail Command Index: severity36666
-Ref: Mail Command Index: clone36997
-Ref: Mail Command Index: merge37761
-Ref: Mail Command Index: forcemerge39148
-Ref: Mail Command Index: unmerge39592
-Ref: Mail Command Index: tags40295
-Ref: Mail Command Index: block41361
-Ref: Mail Command Index: unblock41398
-Ref: Mail Command Index: close41883
-Ref: Mail Command Index: package42533
-Ref: Mail Command Index: owner43145
-Ref: Mail Command Index: noowner43508
-Ref: Mail Command Index: archive43681
-Ref: Mail Command Index: unarchive43822
-Ref: Mail Command Index: #44115
-Ref: Mail Command Index: quit44375
-Ref: Mail Command Index: stop44382
-Ref: Mail Command Index: thank44389
-Ref: Mail Command Index: thanks44397
-Ref: Mail Command Index: thankyou44406
-Ref: Mail Command Index: thank you44417
-Ref: Mail Command Index: --44429
+Node: Command Index26645
+Node: Variable Index27505
+Node: Key Index28950
+Node: Mail Command Index30658
+Ref: Mail Command Index: reassign30811
+Ref: Mail Command Index: reopen31577
+Ref: Mail Command Index: found32731
+Ref: Mail Command Index: notfound33812
+Ref: Mail Command Index: fixed34221
+Ref: Mail Command Index: notfixed34667
+Ref: Mail Command Index: submitter35290
+Ref: Mail Command Index: forwarded35684
+Ref: Mail Command Index: notforwarded36301
+Ref: Mail Command Index: retitle36502
+Ref: Mail Command Index: severity36886
+Ref: Mail Command Index: clone37217
+Ref: Mail Command Index: merge37981
+Ref: Mail Command Index: forcemerge39368
+Ref: Mail Command Index: unmerge39812
+Ref: Mail Command Index: tags40515
+Ref: Mail Command Index: block41581
+Ref: Mail Command Index: unblock41618
+Ref: Mail Command Index: close42103
+Ref: Mail Command Index: package42753
+Ref: Mail Command Index: owner43365
+Ref: Mail Command Index: noowner43728
+Ref: Mail Command Index: archive43901
+Ref: Mail Command Index: unarchive44042
+Ref: Mail Command Index: #44335
+Ref: Mail Command Index: quit44595
+Ref: Mail Command Index: stop44602
+Ref: Mail Command Index: thank44609
+Ref: Mail Command Index: thanks44617
+Ref: Mail Command Index: thankyou44626
+Ref: Mail Command Index: thank you44637
+Ref: Mail Command Index: --44649
 
 End Tag Table
diff --git a/packages/debbugs/debbugs-ug.texi b/packages/debbugs/debbugs-ug.texi
index 1a1f02e..f17df8d 100644
--- a/packages/debbugs/debbugs-ug.texi
+++ b/packages/debbugs/debbugs-ug.texi
@@ -193,6 +193,7 @@ The search engine uses an index over the bug database.  
This index is
 refreshed once a day only; search hits do not include recent changes
 of the same day.
 
+
 @deffn  {Command} debbugs-gnu-search
 @deffnx {Command} debbugs-org-search
 
@@ -762,6 +763,14 @@ Any URL with the format 
@uref{https://debbugs.gnu.org/12345} or
 buffer, when @code{debbugs-browse-mode} is enabled.  See user option
 @code{debbugs-browse-url-regexp} for the syntax of supported URLs.
 
+In order to enable it globally, you might add the following forms to
+your @file{~/.emacs}:
+
+@smallexample
+(add-hook 'bug-reference-mode-hook 'debbugs-browse-mode)
+(add-hook 'bug-reference-prog-mode-hook 'debbugs-browse-mode)
+@end smallexample
+
 
 @node Command Index
 @unnumbered Command Index



reply via email to

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