[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: info goto node with dot
From: |
Norbert Preining |
Subject: |
Re: info goto node with dot |
Date: |
Sat, 28 Jan 2006 23:06:34 +0100 |
User-agent: |
Mutt/1.3.28i |
> 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
- info goto node with dot, Karl Berry, 2006/01/26
- Re: info goto node with dot, Eli Zaretskii, 2006/01/28
- Re: info goto node with dot, Norbert Preining, 2006/01/28
- Re: info goto node with dot, Karl Berry, 2006/01/28
- Re: info goto node with dot, Norbert Preining, 2006/01/28