On Tue, Aug 14, 2001 at 09:38:34AM +0200, Juergen Vigna wrote:
> > - The spellchecking doesn't ignore the text in ERT insets
>
> It's really easy to do this, but the question is do we want to do this?
Yes.
> > - Searching is very slow in tabulars (much slower than spellchecking!)
>
> Won't fix for 1.2.0 and after that I really would like to have a look at
> your iterator stuff, but you still didn't answer my question on this.
But spellchecking is much faster!
I believe that they have similar implementation so why there is a
difference ?
> > - Minipage in 1.2d are inconsistent with minipage in 1.1.6: in the later, the
> > paragraphs are indented (in the latex output), while in the latter,
> > they are not.
>
> Won't fix for 1.2.0 (as Lars doesn't like the IndentMinipage stuff I did)
But having the same file produce different results is baaaad!
We can at least insert an ERT inset with a code for changing the indent
when reading an old minipage.
> > - When if you have a reference to a label inside an text inset, and the label
> > is changed, the reference isn't updated.
> > Note: fixed by my unapplied patch.
>
> And I would apply that patch if you promise to promply resolve problems we
> have with this ;)
What problems?
> > - When the language of the document is changed, the language of text in
> > text insets isn't changed.
> > Note: easy to fix using the paragraph iterators
>
> This was fixed with the inherit_language but you broke it again (probably!)
> so please fix it again.
With inherit_language you still had a problem with multi-lingual documents.
As I said, it is easy to fix.