Daniel Burrows wrote:
>   ikiwiki seems to use yet another flavor of regexps. 

That's a large leap to make..

> Say I want to
> ignore tilde-backups:
> 
> [EMAIL PROTECTED]:~/programming/cwidget/head/doc$ ikiwiki --setup 
> ikiwiki.setup --exclude '.*~$'
> Final $ should be \$ or $name at (eval 5) line 103, within string
> syntax error at (eval 5) line 103, near "=> ".*~$""

I can't reproduce this:

[EMAIL PROTECTED]:~/src/ikiwiki>ikiwiki -v doc html --exclude '.*~$'
scanning index.mdwn

[EMAIL PROTECTED]:~/src/ikiwiki>ikiwiki -v doc html --exclude '.*.mdwn$'
scanning local.css
scanning GPL

It seems more likely based on the error message that you have a syntax
error on line 103 of your setup file. Cooincidentally, line 103 of the
example setup file is an exclude line which I bet you've uncommented
and modified.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to