[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master ff9fce7: ; Further refinement in packages/debbugs/debbugs-
From: |
Michael Albinus |
Subject: |
[elpa] master ff9fce7: ; Further refinement in packages/debbugs/debbugs-ug.texi |
Date: |
Sat, 5 Oct 2019 14:03:42 -0400 (EDT) |
branch: master
commit ff9fce729c057ef2f397970e98078f66eaca02e9
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
; Further refinement in packages/debbugs/debbugs-ug.texi
---
packages/debbugs/debbugs-ug.info | 106 +++++++++++++++++++--------------------
packages/debbugs/debbugs-ug.texi | 11 ++--
2 files changed, 58 insertions(+), 59 deletions(-)
diff --git a/packages/debbugs/debbugs-ug.info b/packages/debbugs/debbugs-ug.info
index c052a69..c9e9ca3 100644
--- a/packages/debbugs/debbugs-ug.info
+++ b/packages/debbugs/debbugs-ug.info
@@ -180,11 +180,11 @@ changes of the same day.
These both commands are completely interactive. They ask for a
'"search phrase"' for the text search. It is just a string which
- contains the words to be searched for followed by each other.
- There are also operators like "AND", "ANDNOT" and "OR", which
- allow to search for words at different positions in the text.
- Only complete words, contained in a message body, are searched
- for.
+ contains the words to be searched for followed by each other. If
+ there are operators like "AND", "ANDNOT" and "OR" between the
+ words, the search happens for words at different positions in the
+ text. Only complete words, contained in a message body, are
+ searched for.
Wildcard searches are also supported. It can be used for forward
match search and backward match search of words. For example,
@@ -192,8 +192,8 @@ changes of the same day.
matches words which end with "sphere". Moreover, regular
expressions are also supported. For example, "[RX] ^inter.*al$"
matches words which begin with "inter" and end with "al".(2)
- Several wildcards could be separated by the operators. If there
- is no operator between the wildcards, "AND" is used by default.
+ Several wildcards must be separated by the operators explained
+ above.
While the words to be searched for are case insensitive, the
operators must be specified case sensitive.
@@ -1130,51 +1130,51 @@ Tag Table:
Node: Top1097
Node: Retrieving Bugs2704
Node: Searching Bugs7071
-Ref: Searching Bugs-Footnote-111664
-Ref: Searching Bugs-Footnote-211752
-Node: Presenting Bugs11843
-Node: Tabulated Lists12505
-Node: TODO Items16344
-Node: Control Messages17665
-Node: Applying Patches21182
-Node: Posting Patches22572
-Node: Customizing debbugs-gnu-pick-commits25057
-Node: Minor Mode25757
-Node: Command Index27033
-Node: Variable Index27893
-Node: Key Index29409
-Node: Mail Command Index31117
-Ref: Mail Command Index: reassign31270
-Ref: Mail Command Index: reopen32036
-Ref: Mail Command Index: found33190
-Ref: Mail Command Index: notfound34271
-Ref: Mail Command Index: fixed34680
-Ref: Mail Command Index: notfixed35126
-Ref: Mail Command Index: submitter35749
-Ref: Mail Command Index: forwarded36143
-Ref: Mail Command Index: notforwarded36760
-Ref: Mail Command Index: retitle36961
-Ref: Mail Command Index: severity37345
-Ref: Mail Command Index: clone37676
-Ref: Mail Command Index: merge38440
-Ref: Mail Command Index: forcemerge39827
-Ref: Mail Command Index: unmerge40271
-Ref: Mail Command Index: tags40974
-Ref: Mail Command Index: block42040
-Ref: Mail Command Index: unblock42077
-Ref: Mail Command Index: close42562
-Ref: Mail Command Index: package43212
-Ref: Mail Command Index: owner43824
-Ref: Mail Command Index: noowner44187
-Ref: Mail Command Index: archive44360
-Ref: Mail Command Index: unarchive44501
-Ref: Mail Command Index: #44794
-Ref: Mail Command Index: quit45054
-Ref: Mail Command Index: stop45061
-Ref: Mail Command Index: thank45068
-Ref: Mail Command Index: thanks45076
-Ref: Mail Command Index: thankyou45085
-Ref: Mail Command Index: thank you45096
-Ref: Mail Command Index: --45108
+Ref: Searching Bugs-Footnote-111620
+Ref: Searching Bugs-Footnote-211708
+Node: Presenting Bugs11799
+Node: Tabulated Lists12461
+Node: TODO Items16300
+Node: Control Messages17621
+Node: Applying Patches21138
+Node: Posting Patches22528
+Node: Customizing debbugs-gnu-pick-commits25013
+Node: Minor Mode25713
+Node: Command Index26989
+Node: Variable Index27849
+Node: Key Index29365
+Node: Mail Command Index31073
+Ref: Mail Command Index: reassign31226
+Ref: Mail Command Index: reopen31992
+Ref: Mail Command Index: found33146
+Ref: Mail Command Index: notfound34227
+Ref: Mail Command Index: fixed34636
+Ref: Mail Command Index: notfixed35082
+Ref: Mail Command Index: submitter35705
+Ref: Mail Command Index: forwarded36099
+Ref: Mail Command Index: notforwarded36716
+Ref: Mail Command Index: retitle36917
+Ref: Mail Command Index: severity37301
+Ref: Mail Command Index: clone37632
+Ref: Mail Command Index: merge38396
+Ref: Mail Command Index: forcemerge39783
+Ref: Mail Command Index: unmerge40227
+Ref: Mail Command Index: tags40930
+Ref: Mail Command Index: block41996
+Ref: Mail Command Index: unblock42033
+Ref: Mail Command Index: close42518
+Ref: Mail Command Index: package43168
+Ref: Mail Command Index: owner43780
+Ref: Mail Command Index: noowner44143
+Ref: Mail Command Index: archive44316
+Ref: Mail Command Index: unarchive44457
+Ref: Mail Command Index: #44750
+Ref: Mail Command Index: quit45010
+Ref: Mail Command Index: stop45017
+Ref: Mail Command Index: thank45024
+Ref: Mail Command Index: thanks45032
+Ref: Mail Command Index: thankyou45041
+Ref: Mail Command Index: thank you45052
+Ref: Mail Command Index: --45064
End Tag Table
diff --git a/packages/debbugs/debbugs-ug.texi b/packages/debbugs/debbugs-ug.texi
index 070fefb..640eef8 100644
--- a/packages/debbugs/debbugs-ug.texi
+++ b/packages/debbugs/debbugs-ug.texi
@@ -202,10 +202,10 @@ of the same day.
These both commands are completely interactive. They ask for a
@code{"search phrase"} for the text search. It is just a string which
-contains the words to be searched for followed by each other. There
-are also operators like "AND", "ANDNOT" and "OR", which allow to
-search for words at different positions in the text. Only complete
-words, contained in a message body, are searched for.
+contains the words to be searched for followed by each other. If
+there are operators like "AND", "ANDNOT" and "OR" between the words,
+the search happens for words at different positions in the text. Only
+complete words, contained in a message body, are searched for.
@ignore
Hyperestraier does not specify the word syntax. Since it is written
@@ -223,8 +223,7 @@ words which end with "sphere". Moreover, regular
expressions are also
supported. For example, "[RX] ^inter.*al$" matches words which begin
with "inter" and end with "al".@footnote{Simplified forms, as
described in the Hyperestraier User Guide, are not supported.}
-Several wildcards could be separated by the operators. If there is no
-operator between the wildcards, "AND" is used by default.
+Several wildcards must be separated by the operators explained above.
While the words to be searched for are case insensitive, the operators
must be specified case sensitive.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] master ff9fce7: ; Further refinement in packages/debbugs/debbugs-ug.texi,
Michael Albinus <=