> So my suggestion is, try getting rid of that test, and see if things > basically work (and "matching vs. searching" can be found). If it looks
Ok, so you would suggest trying out: --- search.c.orig 2006-01-28 23:03:18.000000000 +0100 +++ search.c 2006-01-28 23:05:00.000000000 +0100 @@ -345,8 +345,8 @@ be found. The trailing . is stripped. This occurs in the jargon file (`I see no X here.' is a node name). */ (!string[i + 1]) || -#endif (whitespace_or_newline (string[i + 1])) || +#endif (string[i + 1] == ')')))) break; } I will try it soon. Ok, I am going offline for one week now, have a nice week and all the best! Norbert ------------------------------------------------------------------------------- Dr. Norbert Preining <preining AT logic DOT at> Università di Siena gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094 ------------------------------------------------------------------------------- HUMBY (n.) An erection which won't go down when a gentleman has to go for a pee in the middle of making love to someone. --- Douglas Adams, The Meaning of Liff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]