[pmwiki-users] Hg pattern error

Hans design5 at softflow.co.uk
Thu Apr 26 08:18:55 CDT 2007


Thursday, April 26, 2007, 1:58:58 PM, the wrote:

> Just tried Cluster -- same pattern-error results with the Triad skin.
> No problem with the default PmWiki skin. (although the URLs are now
> clean in both skins)

the pattern appears as regex pattern in Cluster's (and Hg's)
Markup for link shortcuts: ca. line 76

try to comment the markup definition, to see if the problem goes away.
And then we are a little closer to look at reasons for this.

Markup('[[cluster','<var','/\\[\\[(-|[\\*\\^]+)(.*?)\\]\\]/e',
    'ClusterLinks($pagename, "$1", "$2")');

ca line 140 in Hg;

Markup('[[hg','<var','/\\[\\[([\\-|\\*|\\^]+)(.*?)\\]\\]/e',
     'hgLinks1("$1","$2")');



  ~Hans




More information about the pmwiki-users mailing list