> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> The free-standing functions, but as said I am unsure aboutthis.
Just tell me when you have made up your mind, then. I could not think
of another way to do what I wanted. I mean, it is of course possible,
but kind of ugly.
JMar
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
| Lars> The only think I am unsure about is opening up the dociterator
| Lars> interface (protected -> public.)
>
| Note that LCursor has push() and pop() that are just public wrapp
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> The only think I am unsure about is opening up the dociterator
Lars> interface (protected -> public.)
Note that LCursor has push() and pop() that are just public wrappers
around push_bacl() and pop_back(). It looks a bit silly
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| This is a fix for
| http://bugzilla.lyx.org/show_bug.cgi?id=465
>
| What this does is to basically rewrite the setCounter code to use
| proper ParIterator and fix nesting of enumerate and itemize when they
| are in nested insets. This is demonstra
This is a fix for
http://bugzilla.lyx.org/show_bug.cgi?id=465
What this does is to basically rewrite the setCounter code to use
proper ParIterator and fix nesting of enumerate and itemize when they
are in nested insets. This is demonstrated by file bug465.lyx.
It also fixes a nesting bug that wa