Hi again,
FWIW, I did a fresh install with the ASDF-Installable versions this morning and CL-Markdown worked as far as the paragraph structures go. I haven't gotten to testing a fresh darcs pull yet though and I'm having some hard disk conniptions that are slowing up progress a bit (current drive starting to fail, new drive on the way...).
On Jun 7, 2006, at 5:02 PM, Ties Stuij wrote:
ehh... having said that
well i pulled like hell on all markdowns dependencies, removed every potential stale fasl (in hindsight probably only fresh as grass fasls) but no dice.
what helped a bit was removing
(some-element-p (chunk-enders (current-chunk-parser)) (lambda (p) (funcall p line)))
from chunk-source, right under ;; end current chunk
this lets my program regognize the end of a <h> and wraps a maximum of two text blocks seperated by an empty line in <p>s. If there are more than two, all but the last text blocks are wrapped in the one and the last is wrapped in the other.
It's voodoo to me. I will now leave the world of programming and start a farm on the countryside
greets, Ties