On Wednesday, August 7, 2013 4:52:45 PM UTC-5, Jacob Peck wrote: > > **Important**: My first thought was that the following would work: > > c.deletePositionsInList([p.v]) >
> I tried that at first myself. It threw an exception... > The exception got thrown because c.deletePositionsInList expects a list of positions, not vnodes. But the important point is that the list must contain *all and only* those positions that you want deleted. c.deletePositionsInList doesn't know and doesn't care whether those positions have the same vnode. Capiche? EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
