On 29/09/10 01:39, Svenn Are Bjerkem wrote:
On Sep 28, 12:24 am, Stuart Rackham<[email protected]>  wrote:
asciidoc does this already (or it should), it loads filters from ./filters after
looking in the usual global locations -- have you tried it?

Yes, the local ./filter is being picked up correctly, but if the
filter already exists in ~/.asciidoc/filter, then that one is picked
up first, which may lead to problems when separate users are checking
out the asciidoc document base from svn. I am probably thinking of
something like a customizable search path for filters which could be a
part of the asciidoc document as an attribute or something.

I could also keep a stable filter in ~/.asciidoc/filters and a
development version in a separate work directory and switch between
them inside the asciidoc document while hacking code.

A collision will only occur for same named filters, in which case the last one loaded (i.e. the one in ./filters) will have precedence because the conf files override each other.


--
Svenn


--
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to