[sword-devel] Beginning help question - Calvin's Commentaries
Dave Hall
sword-devel@crosswire.org
Fri, 6 Dec 2002 15:18:45 -0600
I tried
$$$Acts 1:3-5; Acts 1:6-8
<text>
and that worked just fine.
Actually I generated Calvin's commentary on Acts in imp format and then used
"imp2vs" to create the rawcom module and it worked! So, with a bit more
fiddling with my script I'll regenerate the whole mod in imp format.
I'll email when that's done and I look it over.
Thanks for the quick response.
- Dave
-----Original Message-----
From: Troy A. Griffitts [mailto:scribe@crosswire.org]
Sent: Friday, December 06, 2002 2:16 PM
To: sword-devel@crosswire.org
Subject: Re: [sword-devel] Beginning help question - Calvin's
Commentaries
Dave,
if you have the test programs, parsetest should show you if you have a
valid range. Something like:
parsetest "mat 1:1-17;lk 3:23-38"
should show that this is valid, and you can assume that anything
parsetest recognizes will be treated the same way in a $$$ imp key, so:
$$$mat 1:1-17;lk 3:23-38
<text>
SHOULD work, but I can't guarantee it. If it doesn't, we should fix it.
If you try it and it does, let us know so we can tell others with
confidence :)
-Troy.