On 01-Jan-2001 Herbert Voss wrote:
> 
> open the attached lyx-file, insert in the last line of the table any
> character behind the \p and lyx crashs.
> all works well until i append a new line into this table, went into
> the left cell and wrote a backslash. reproducing this error is no
> problem. the table was first written with 1.1.6pre2.

I tracked this down and this is due to a change in LyXScreen or better
WorkArea where the owner() has been removed so that we don't have the
owner anymore and look for the bv_owner of the text.

BUT: However did this did it wrong because the text can now be owned
     by an inset too and so bv_owner == 0!!! Now the only way out of
     this dilemma is:

1. (Re)Activate the WorkArea owner OR

2. Adding a BufferView * parameter to the functions in question!

So What!?

       Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen           Web:     http://www.sad.it/~jug

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Argue for your limitations, and sure enough, they're yours.
                -- Messiah's Handbook : Reminders for the Advanced Soul

Reply via email to