Martin Vermeer <[EMAIL PROTECTED]> writes:

| On Sun, Apr 09, 2006 at 02:22:43PM +0200, Lars Gullik Bjønnes wrote:
| > 
| > This (dirty) patch gives paragraphs a uuid. It also changes the
| > session code to use this uuid, and thus the cursor can be left inside
| > insets and we are still able to recover the cursor position on
| > restart.
| > 
| > A couple of dirty spots:
| >         - the resulting .lyx format change
| >         - all the #if 0, but they will of course we removed before commit
| >         - due to lack in uuid generation, linux only.
| >         - I kindo like it.
| > 
| > I think this can be usable for "label-less" references as well.
| > Perhaps also for some of the xdvi reverse lookup? (the id might be a
| > bit too long)
| > 
| > All comments appreciated. (but don't dwell to much on the dirty spots
| > please)
| 
| - Where does the uuid.h come from?

Something I make, wrapper around libuuid, man uuid.

| - In XML you would have <par id="..."> ... is it usable for that?

Yes. I originally intended to wait with introducing this till we
changed to xml, but I think it might be useful even now.

-- 
        Lgb

Reply via email to