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

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

[elpa] externals/debbugs 8e2d3ed 235/311: * packages/debbugs/instruction


From: Stefan Monnier
Subject: [elpa] externals/debbugs 8e2d3ed 235/311: * packages/debbugs/instructions.texi: Add @anchor{}.
Date: Sun, 29 Nov 2020 18:42:19 -0500 (EST)

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

    * packages/debbugs/instructions.texi: Add @anchor{}.
---
 debbugs-ug.info   | 30 ++++++++++++++++++++++++++++++
 instructions.texi | 44 +++++++++++++++++++++++++++++++++++++-------
 2 files changed, 67 insertions(+), 7 deletions(-)

diff --git a/debbugs-ug.info b/debbugs-ug.info
index 19d7040..6e45558 100644
--- a/debbugs-ug.info
+++ b/debbugs-ug.info
@@ -991,5 +991,35 @@ Node: Command Index22342
 Node: Variable Index23131
 Node: Key Index24205
 Node: Mail Command Index25771
+Ref: Mail Command Index: reassign25924
+Ref: Mail Command Index: reopen26388
+Ref: Mail Command Index: found27542
+Ref: Mail Command Index: notfound28623
+Ref: Mail Command Index: submitter29032
+Ref: Mail Command Index: forwarded29426
+Ref: Mail Command Index: notforwarded29765
+Ref: Mail Command Index: retitle29966
+Ref: Mail Command Index: severity30350
+Ref: Mail Command Index: clone30615
+Ref: Mail Command Index: merge31379
+Ref: Mail Command Index: forcemerge32766
+Ref: Mail Command Index: unmerge33040
+Ref: Mail Command Index: tags33743
+Ref: Mail Command Index: block34850
+Ref: Mail Command Index: unblock34892
+Ref: Mail Command Index: close35382
+Ref: Mail Command Index: package36032
+Ref: Mail Command Index: owner36644
+Ref: Mail Command Index: noowner37007
+Ref: Mail Command Index: archive37180
+Ref: Mail Command Index: unarchive37321
+Ref: Mail Command Index: #37614
+Ref: Mail Command Index: quit37874
+Ref: Mail Command Index: stop37881
+Ref: Mail Command Index: thank37888
+Ref: Mail Command Index: thanks37896
+Ref: Mail Command Index: thankyou37905
+Ref: Mail Command Index: thank you37916
+Ref: Mail Command Index: --37928
 
 End Tag Table
diff --git a/instructions.texi b/instructions.texi
index e3c5f29..ba51807 100644
--- a/instructions.texi
+++ b/instructions.texi
@@ -1,4 +1,5 @@
 @table @samp
+@anchor{Mail Command Index: reassign}
 @item reassign bugnumber package [ version ]
 Records that bug #bugnumber is a bug in package. This can be used
 to set the package if the user forgot the pseudo-header, or to
@@ -8,6 +9,7 @@ change an earlier assignment. No notifications are sent to 
anyone
 If you supply a version, the bug tracking system will note that
 the bug affects that version of the newly-assigned package.
 
+@anchor{Mail Command Index: reopen}
 @item reopen bugnumber [ originator-address | = | ! ]
 Reopens #bugnumber if it is closed.
 
@@ -34,6 +36,7 @@ If the bug was recorded as being closed in a particular 
version of
 a package but recurred in a later version, it is better to use the
 found command instead.
 
+@anchor{Mail Command Index: found}
 @item found bugnumber [ version ]
 Record that #bugnumber has been encountered in the given version
 of the package to which it is assigned.
@@ -57,6 +60,7 @@ This command was introduced in preference to reopen because 
it was
 difficult to add a version to that command's syntax without
 suffering ambiguity.
 
+@anchor{Mail Command Index: notfound}
 @item notfound bugnumber version
 Remove the record that #bugnumber was encountered in the given
 version of the package to which it is assigned.
@@ -66,6 +70,7 @@ is not listed as fixed in that version either; no information
 about that version will be known. It is intended for fixing
 mistakes in the record of when a bug was found.
 
+@anchor{Mail Command Index: submitter}
 @item submitter bugnumber originator-address | !
 Changes the originator of #bugnumber to originator-address.
 
@@ -76,6 +81,7 @@ While the reopen command changes the originator of other bugs
 merged with the one being reopened, submitter does not affect
 merged bugs.
 
+@anchor{Mail Command Index: forwarded}
 @item forwarded bugnumber address
 Notes that bugnumber has been forwarded to the upstream maintainer
 at address. This does not actually forward the report. This can be
@@ -83,11 +89,13 @@ used to change an existing incorrect forwarded-to address, 
or to
 record a new one for a bug that wasn't previously noted as having
 been forwarded.
 
+@anchor{Mail Command Index: notforwarded}
 @item notforwarded bugnumber
 Forgets any idea that bugnumber has been forwarded to any upstream
 maintainer. If the bug was not recorded as having been forwarded
 then this will do nothing.
 
+@anchor{Mail Command Index: retitle}
 @item retitle bugnumber new-title
 Changes the title of a bug report to that specified (the default
 is the Subject mail header from the original report).
@@ -97,6 +105,7 @@ one of a set of merged reports this will change the title of 
only
 the individual bug requested, and not all those with which it is
 merged.
 
+@anchor{Mail Command Index: severity}
 @item severity bugnumber severity
 Set the severity level for bug report #bugnumber to severity. No
 notification is sent to the user who reported the bug.
@@ -104,6 +113,7 @@ notification is sent to the user who reported the bug.
 For their meanings please consult the general developers'
 documentation for the bug system.
 
+@anchor{Mail Command Index: clone}
 @item clone bugnumber NewID [ new IDs @dots{} ]
 The clone control command allows you to duplicate a bug report. It
 is useful in the case where a single report actually indicates
@@ -127,13 +137,14 @@ retitle -3 foo: foo sucks
 merge -1 -3
 @end example
 
+@anchor{Mail Command Index: merge}
 @item merge bugnumber bugnumber @dots{}
-           Merges two or more bug reports. When reports are merged opening,
-           closing, marking or unmarking as forwarded and reassigning any of
-           the bugs to a new package will have an identical effect on all of
-           the merged reports.
+Merges two or more bug reports. When reports are merged opening,
+closing, marking or unmarking as forwarded and reassigning any of
+the bugs to a new package will have an identical effect on all of
+the merged reports.
 
-           Before bugs can be merged they must be in exactly the same state:
+Before bugs can be merged they must be in exactly the same state:
 either all open or all closed, with the same forwarded-to upstream
 author address or all not marked as forwarded, all assigned to the
 same package or package(s) (an exact string comparison is done on
@@ -154,12 +165,14 @@ the WWW pages this includes links to the other bugs.
 Merged reports are all expired simultaneously, and only when all
 of the reports each separately meet the criteria for expiry.
 
+@anchor{Mail Command Index: forcemerge}
 @item forcemerge bugnumber bugnumber @dots{}
 Forcibly merges two or more bug reports. The first bug is chosen
 as the master bug, and its seetings are assigned to the bugs
 listed next in the command. See the text above for a description
 of what merging means.
 
+@anchor{Mail Command Index: unmerge}
 @item unmerge bugnumber
 Disconnects a bug report from any other reports with which it may
 have been merged. If the report listed is merged with several
@@ -175,6 +188,7 @@ You can only unmerge one report with each unmerge command; 
if you
 want to disconnect more than one bug simply include several
 unmerge commands in your message.
 
+@anchor{Mail Command Index: tags}
 @item tags bugnumber [ + | - | = ] tag [ tag @dots{} ]
 Sets tags for the bug report #bugnumber. No notification is sent
 to the user who reported the bug. Setting the action to + means to
@@ -208,7 +222,9 @@ woody, sarge, sid and experimental.
 For their meanings please consult the general developers'
 documentation for the bug system.
 
+@anchor{Mail Command Index: block}
 @item block bugnumber by|with bug [ bug @dots{} ]
+@anchor{Mail Command Index: unblock}
 @itemx unblock bugnumber by|with bug [ bug @dots{} ]
 Use to note that one bug blocks another bug from being fixed. The
 first listed bug is the one being blocked, and it is followed by
@@ -224,6 +240,7 @@ block 7890 by 123456
 unblock 7890 by 123456
 @end example
 
+@anchor{Mail Command Index: close}
 @item close bugnumber [ fixed-version ] (deprecated)
 Close bug report #bugnumber.
 
@@ -238,6 +255,7 @@ deprecated.
 If you supply a fixed-version, the bug tracking system will note
 that the bug was fixed in that version of the package.
 
+@anchor{Mail Command Index: package}
 @item package [ packagename @dots{} ]
 Limits the following commands so that they will only apply to bugs
 filed against the listed packages. You can list one or more
@@ -259,6 +277,7 @@ package
 severity 234567 wishlist
 @end example
 
+@anchor{Mail Command Index: owner}
 @item owner bugnumber address | !
 Sets address to be the "owner" of #bugnumber. The owner of a bug
 claims responsibility for fixing it. This is useful to share out
@@ -267,33 +286,44 @@ work in cases where a package has a team of maintainers.
 If you wish to become the owner of the bug yourself, you can use
 the ! shorthand or specify your own email address.
 
+@anchor{Mail Command Index: noowner}
 @item noowner bugnumber
 Forgets any idea that the bug has an owner other than the usual
 maintainer. If the bug had no owner recorded then this will do
 nothing.
 
+@anchor{Mail Command Index: archive}
 @item archive bugnumber
-           Archives a bug that was previously archived if the bug fulfills
-           the requirements for archival, ignoring time.
+Archives a bug that was previously archived if the bug fulfills
+the requirements for archival, ignoring time.
 
+@anchor{Mail Command Index: unarchive}
 @item unarchive bugnumber
 Unarchives a bug that was previously archived. Unarchival should
 generally be coupled with reopen and found/fixed as approprite.
 Bugs that have been unarchived can be archived using archive
 assuming the non-time based archival requirements are met.
 
+@anchor{Mail Command Index: #}
 @item #@dots{}
 One-line comment. The # must be at the start of the line. The text
 of comments will be included in the acknowledgement sent to the
 sender and to affected maintainers, so you can use this to
 document the reasons for your commands.
 
+@anchor{Mail Command Index: quit}
 @item quit
+@anchor{Mail Command Index: stop}
 @itemx stop
+@anchor{Mail Command Index: thank}
 @itemx thank
+@anchor{Mail Command Index: thanks}
 @itemx thanks
+@anchor{Mail Command Index: thankyou}
 @itemx thankyou
+@anchor{Mail Command Index: thank you}
 @itemx thank you
+@anchor{Mail Command Index: --}
 @itemx --
 On a line by itself, in any case, possibly followed by whitespace,
 tells the control server to stop processing the message; the



reply via email to

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