Abdelrazak Younes wrote: >>> I am going to work a bit on the bookmark handling if you don't mind (see >>> patch). The goal is to extend it to support in-inset bookmarks. >>> >>> Bo, is that OK for you? >> >> I'm not Bo, but I don't like this approach actually. > > Which approach? I am just cleaning up the thing for now because I want > to fix screen centering (the invisible cursor on initial loading).
Sorry, I meant extend bookmark handling (as it is) to cope with in-inset bookmarks (as in your goals description). I think that the thing has to be completely rewritten (but maybe that was your intention). >> IMHO, we should think >> harder in order to have decent edit-persistent-iterators. This feature is >> sort of missing from the multiple-views for one buffer. That would give >> us perfect bookmark handling. ;-) > > I agree. My initial goal was to use the StableIterator for bookmarks but > you are very welcome to take care of that ;-) But Stable/DocIterators are not edit-persistent (you need some kind of registering with the buffer to adjust on user edition). Do you have some ideas? A/