<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div>hmmm...<br><br><div><blockquote type="cite"><div style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">which matches the expected results. So Xiphos is getting around calling setIntros(1) by instead disabling auto-normalizing. It's odd to me that you can set a key to a value in the intros while setIntros is false. That doesn't seem like normalizing to me, that seems more like bounds checking, but that's not necessarily a bug in the API, possibly it's a bug in my understanding of intended behavior.</div></blockquote></div><br><div>What should the behaviour be when intros are off and you try key-&gt;setVerse(0)? should it then go to the last verse in the previous chapter or bump up to verse 1 in the current chapter? If we were already at verse 1 &amp; we decremented the key, it should go to the previous chapter's last verse, but in this case (given it's been set explicitly to verse 0), would it be more correct to bump up to the "first" valid verse in the current chapter (so, verse 0/intro if intros are switched on, or verse 1 if intros are switched off)?</div><div><br></div><div>My thought is that it shouldn't allow it to stay at verse 0, but when normalize() is called, it should "fix" it to a valid verse for that versification system (given intros are switched off and there is no such thing as verse 0 in that case)?</div><div><br></div><div>But then again, I am probably in the same boat as Greg and maybe I just don't understand the intended behaviour of the API in this situation?</div><div><br></div><div><br></div><div>Thanks, ybic</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>nic... &nbsp;:)</div></body></html>