Hi,<br><br>Just a few questions,<br><br>1. I was doing some analysis of the connections inside the TSK module, and discovered that the books of Psalms and Genesis linked to every other book except judges. I thought this was a bit strange, so I looked and found that the TSK uses ranges like &quot;Jud 11:1-12:37&quot; for linking to judges. Under the English (UK) locale, this works fine, but under the English (US) locale, this goes to revelation (the next book after jude). I think this needs to be changed in line with how the UK locale does it.
<br><br>2. I have thought from time to time about adding a facility to let users flag sections of the module as incorrect. Would there be any interest in making this a part of the core library? If used properly, this would lead to much higher quality modules. There are a number of times when I have noticed mistakes in modules, but I didn&#39;t know what to do with it. I would think this would be true for most users. This would require a central location to upload to (presumably the crosswire servers)
<br><br>3. I would like to have behaviour like this not happen:<br>&gt;&gt;&gt; vk=Sword.VerseKey()<br>&gt;&gt;&gt; lk=vk.ParseVerseList(&quot;Gen 5:3-&quot;, &quot;&quot;, True)<br>&gt;&gt;&gt; lk.getRangeText()<br>&#39;Genesis 5:3-Revelation of John 22:21&#39;
<br>SWORD seems to put revelation 22:21 in quite often if it can&#39;t understand the reference.<br>For example, in Jer 25:22 in the TSK, one of the links is like so:<br>&quot;27:3; 47:4; Eze 26:1-28:1-19; 29:18; Am 1:9,10; Zec 9:2-4&quot;
<br>Parsing this gives:<br>&gt;&gt;&gt; vk.ParseVerseList(&quot;27:3; 47:4; Eze 26:1-28:1-19; 29:18; Am 1:9,10; Zec 9:2-4&quot;, &quot;&quot;, True).getRangeText()<br>&#39;Revelation of John 27:3; Revelation of John 47:4; Ezekiel 26:1-Revelation of Jo
<br>hn 22:21; Ezekiel 28:1-Ezekiel 28:19; Ezekiel 29:18; Amos 1:9; Amos 1:10; Zechar<br>iah 9:2-Zechariah 9:4&#39;<br><br>4: Quite a while ago I asked about finding when a verse was out of bounds (e.g. Matthew 101:55). I have managed to check this for single verses properly (by turning off AutoNormalize and then checking), but once I try parsing verse ranges, it autonormalizes. Like so:
<br>&gt;&gt;&gt; t=&quot;Gen 55:3-9&quot;<br>&gt;&gt;&gt; vk.AutoNormalize(False)<br>&#39;\x01&#39;<br>&gt;&gt;&gt; vk.ParseVerseList(t, &quot;&quot;, True).getRangeText()<br>&#39;Exodus 5:3-Exodus 5:9&#39;<br><br>Is there any way I can get around this?
<br><br>5. Another thing I have wondered about is the possibility of a tag which says to the application to insert given verses from the Bible into this spot. Especially in commentaries and in gospel harmonies, there may be occasions where they include the whole text of a verse. It would be much nicer to be able to have a tag (or an attribute on a tag) which would tell the application to fill this in. This could just end up as a link if the tag were not supported by the application. Is there any way to do anything like this?
<br><br><br>God Bless,<br>Ben<br>-------------------------------------------------------------------------------------------<br>The Lord is not slow to fulfill his promise as some count slowness,<br>but is patient toward you, not wishing that any should perish,
<br>but that all should reach repentance.<br>2 Peter 3:9 (ESV)