]> granicus.if.org Git - nethack/commitdiff
bits
authornethack.allison <nethack.allison>
Wed, 3 Dec 2003 02:58:16 +0000 (02:58 +0000)
committernethack.allison <nethack.allison>
Wed, 3 Dec 2003 02:58:16 +0000 (02:58 +0000)
- update an existing fixes34.3 to reflect a recent autopickup_exception change.

-  beta tester complaint about the Guidebook.

doc/Guidebook.mn
doc/Guidebook.tex
doc/fixes34.3

index cd0eba6d0680889d0ad173c650db973b404c0f1f..9f6548896bfd795fbb304ed7722cd818b743a22a 100644 (file)
@@ -2346,7 +2346,15 @@ option should be followed by a string of 1-80 characters to be used as a
 pattern to match against the singular form of the description of an 
 object at your location.
 .pg
-Some characters are treated specially if they occur as the first 
+You may use the following special characters in a pattern:
+.sd
+.si
+  *--- matches 0 or more characters.
+  ?--- matches any single character.
+.ei
+.ed
+.pg
+In addition, some characters are treated specially if they occur as the first 
 character in the string pattern, specifically:
 .sd
 .si
index bb55705ad798035dcc16f256c76992ed0ea691b4..a4a934cf1638184089c99caa51b3aa1a8c3af48a 100644 (file)
@@ -27,7 +27,7 @@
 \begin{document}
 %
 % input file: guidebook.mn
-% $Revision: 1.81 $ $Date: 2003/12/02 04:59:02 $
+% $Revision: 1.82 $ $Date: 2003/12/02 15:08:59 $
 %
 %.ds h0 "
 %.ds h1 %.ds h2 \%
@@ -2886,8 +2886,16 @@ The {\it autopickup\_exception\/} option should be followed by a string of 1--80
 characters to be used as a pattern to match against the singular form
 of the description of an object at your location.
 
-Some characters are treated specially if they occur as the first 
-character in the string pattern, specifically:
+%.pg
+You may use the following special characters in a pattern:
+
+\begin{verbatim}
+    *--- matches 0 or more characters.
+    ?--- matches any single character.
+\end{verbatim}
+
+In addition, some characters are treated specially if they occur as the first 
+character in the specified string pattern, specifically:
 
 %.sd
 %.si
index c03f60bbf915b32eaecfbbea16da912ed8cf627d..6ceb3dea06ba9a2edca4c390a2aefb7dd619986d 100644 (file)
@@ -129,7 +129,7 @@ bones file compatibility info is now written into the dat/options file
 extend autodig to work downwards via '>'
 make attribute that is used to distinguish headings in a menu configurable
 add experimental build option AUTOPICKUP_EXCEPTIONS for filtering pickup of
-       items by pattern matching against their xname() description
+       items by pattern matching against their doname() description
 include version number in paniclog entries
 add a section on "shops and shopping" to the Guidebook