>>>>> "Lior" == Lior Silberman <[EMAIL PROTECTED]> writes:

Lior> Thanks for the help! First, I wanted to report a bug. When you
Lior> are start the next point in an enumeration, I would expect the
Lior> enumeration depth should remain as in the previous point (If I
Lior> have 1a it's almost certain to be followed by 1b and not 2).

This will happen with M-Return, which creates a new paragraph at same
depth and with same layout.

What bothers me, though, is that, if I am in an enumeration inside an
itemize, for example
        [Itemize]
                [Enumerate]
typing return will lead to
        [Itemize]
                [Enumerate]
        [Enumerate]
which does not make sense. The two logical choices are, IMO
        [Itemize]
                [Enumerate]
                [Enumerate]
and
        [Itemize]
                [Enumerate]
        [Itemize]

So it seems to me that Return (break-paragraph) can go back in depth
_if_ it changes the layout too.

Comments?

Reply via email to