[Zope] structured text inner/named link still do not work

Robert Rottermann robert@redcor.ch
Mon, 29 Oct 2001 15:06:36 +0100


Hi,

I checked out structured text from cvs.
First, there is an error I believe
line 908 of  DocumentClass.py should read
return (StructuredTextInnerLink(s[start2+1:end2-1],start2,end2)
(note the : in  [start2+1:end2-1])

My real problem however is, that doc_inner_link never sees the dots that
mark the beginning of a named link.
(which is .. [xxx]) and therefore newer inserts a named link.

Any help would be much appreciated.

Robert