Re: alternate spanner-id-aware spanner does not work in 2.39.48

2016-10-16 Thread Rutger Hofman
Yes, this helps! Thanks a lot! Rutger On 10/16/2016 08:15 PM, David Kastrup wrote: Rutger Hofman writes: Hm, I suspect ((or (and (string? sp-id) (string? es-id)

Re: alternate spanner-id-aware spanner does not work in 2.39.48

2016-10-16 Thread David Kastrup
Rutger Hofman writes: Hm, I suspect > ((or > (and >(string? sp-id) >(string? es-id) >(string=? sp-id es-id)) > ;; deal with \startTextSpan,

Re: alternate spanner-id-aware spanner does not work in 2.39.48

2016-10-16 Thread Rutger Hofman
Finish my sentence at the end of the paragraph: ... No spanners are drawn at all in this example. On 10/16/2016 07:53 PM, Rutger Hofman wrote: Hello list, to my grief I noticed that David Nalesnik's id-aware spanner implementation in scheme no longer works in 2.39.48. It gives me errors like

alternate spanner-id-aware spanner does not work in 2.39.48

2016-10-16 Thread Rutger Hofman
Hello list, to my grief I noticed that David Nalesnik's id-aware spanner implementation in scheme no longer works in 2.39.48. It gives me errors like "warning: No spanner to end!!" and "warning: incomplete spanner removed!" if there are overlapping spanners. No For reference, I again attach