[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master ad3bf8f: * packages/debbugs/debbugs-ug.texi (Searching Bug
From: |
Michael Albinus |
Subject: |
[elpa] master ad3bf8f: * packages/debbugs/debbugs-ug.texi (Searching Bugs): Precise search conditions. |
Date: |
Sat, 5 Oct 2019 06:18:51 -0400 (EDT) |
branch: master
commit ad3bf8f8d564e8efda19550c71bd5be4fac090c2
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
* packages/debbugs/debbugs-ug.texi (Searching Bugs): Precise search
conditions.
---
packages/debbugs/debbugs-ug.info | 109 ++++++++++++++++++++-------------------
packages/debbugs/debbugs-ug.texi | 29 +++++++----
2 files changed, 76 insertions(+), 62 deletions(-)
diff --git a/packages/debbugs/debbugs-ug.info b/packages/debbugs/debbugs-ug.info
index 4ac061c..c052a69 100644
--- a/packages/debbugs/debbugs-ug.info
+++ b/packages/debbugs/debbugs-ug.info
@@ -180,17 +180,20 @@ 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, combined by operators like
- AND, ANDNOT and OR. If there is no operator between the words,
- AND is used by default. Only complete words, contained in a
- message body, are searched for.
-
- Wild card searches are also supported. It can be used for
- forward match search and backward match search. For example,
+ 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.
+
+ Wildcard searches are also supported. It can be used for forward
+ match search and backward match search of words. For example,
"[BW] euro" matches words which begin with "euro". "[EW] sphere"
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.
While the words to be searched for are case insensitive, the
operators must be specified case sensitive.
@@ -1127,51 +1130,51 @@ Tag Table:
Node: Top1097
Node: Retrieving Bugs2704
Node: Searching Bugs7071
-Ref: Searching Bugs-Footnote-111481
-Ref: Searching Bugs-Footnote-211569
-Node: Presenting Bugs11660
-Node: Tabulated Lists12322
-Node: TODO Items16161
-Node: Control Messages17482
-Node: Applying Patches20999
-Node: Posting Patches22389
-Node: Customizing debbugs-gnu-pick-commits24874
-Node: Minor Mode25574
-Node: Command Index26850
-Node: Variable Index27710
-Node: Key Index29226
-Node: Mail Command Index30934
-Ref: Mail Command Index: reassign31087
-Ref: Mail Command Index: reopen31853
-Ref: Mail Command Index: found33007
-Ref: Mail Command Index: notfound34088
-Ref: Mail Command Index: fixed34497
-Ref: Mail Command Index: notfixed34943
-Ref: Mail Command Index: submitter35566
-Ref: Mail Command Index: forwarded35960
-Ref: Mail Command Index: notforwarded36577
-Ref: Mail Command Index: retitle36778
-Ref: Mail Command Index: severity37162
-Ref: Mail Command Index: clone37493
-Ref: Mail Command Index: merge38257
-Ref: Mail Command Index: forcemerge39644
-Ref: Mail Command Index: unmerge40088
-Ref: Mail Command Index: tags40791
-Ref: Mail Command Index: block41857
-Ref: Mail Command Index: unblock41894
-Ref: Mail Command Index: close42379
-Ref: Mail Command Index: package43029
-Ref: Mail Command Index: owner43641
-Ref: Mail Command Index: noowner44004
-Ref: Mail Command Index: archive44177
-Ref: Mail Command Index: unarchive44318
-Ref: Mail Command Index: #44611
-Ref: Mail Command Index: quit44871
-Ref: Mail Command Index: stop44878
-Ref: Mail Command Index: thank44885
-Ref: Mail Command Index: thanks44893
-Ref: Mail Command Index: thankyou44902
-Ref: Mail Command Index: thank you44913
-Ref: Mail Command Index: --44925
+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
End Tag Table
diff --git a/packages/debbugs/debbugs-ug.texi b/packages/debbugs/debbugs-ug.texi
index 0d83c3a..070fefb 100644
--- a/packages/debbugs/debbugs-ug.texi
+++ b/packages/debbugs/debbugs-ug.texi
@@ -202,18 +202,29 @@ 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, combined by operators like AND,
-ANDNOT and OR@. If there is no operator between the words, AND is
-used by default. Only complete words, contained in a message body,
-are searched for.
-
-Wild card searches are also supported. It can be used for forward
-match search and backward match search. For example, "[BW] euro"
-matches words which begin with "euro". "[EW] sphere" matches words
-which end with "sphere". Moreover, regular expressions are also
+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.
+
+@ignore
+Hyperestraier does not specify the word syntax. Since it is written
+in Ruby, one could assume Ruby identifier syntax. Ruby identifiers
+are consist of alphabets, decimal digits, and the underscore
+character, and begin with a alphabets (including underscore). There
+are no restrictions on the lengths of Ruby identifiers. See
+@url{https://ruby-doc.org/docs/ruby-doc-bundle/Manual/man-1.4/syntax.html#ident}
+@end ignore
+
+Wildcard searches are also supported. It can be used for forward
+match search and backward match search of words. For example, "[BW]
+euro" matches words which begin with "euro". "[EW] sphere" 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".@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.
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 ad3bf8f: * packages/debbugs/debbugs-ug.texi (Searching Bugs): Precise search conditions.,
Michael Albinus <=