[PATCH] lyx2lyx encoding warnings

2004-02-01 Thread Georg Baum
José, some time ago you fixed some python encoding warnings in lyx2lyx. However, it seems that the encoding needs to be specified not only in the main file, but also in the imported modules. The attached patch adds the encoding to every python file in lyx2lyx. The patch is against 1.4, but it pr

Re: Preview Latex

2004-02-01 Thread Jan Peters
I have a wired error with Preview Latex (posted on bugzilla): Previewlatex works fine for newly entered equations, but ignores all math after a reaload. In Debug mode, I realize that it only attempts to compile the first equation and no more. Does anybody have a clue? Thanks, -Jan

Re: Lyx is overrideing Layout-Preferences

2004-02-01 Thread Juergen Spitzmueller
Anca Tibor- Attila wrote: > I have a quite big file (dissertation), with my own layout preferences: > top margin: 2.5cm > bottom margin: 2.5cm > > Lyx is always changing these parameters. If I open the Document and go > to Layout->Document, there is always 2cm. The file is not > write-protected, an

[patch] support::contains cleanup

2004-02-01 Thread Lars Gullik Bjønnes
This patch removes the contains_functor and make contains be a template, also when checking for a char use 'c' not "c". Will go in shortly. ? Config ? advdist.diff ? contains.diff ? func.diff ? positer.diff ? usingstd.diff Index: src/vc-backend.C =

crash when uncollapsing a collapsable

2004-02-01 Thread Alfredo Braunstein
the problem seems to consist in the following: - the click is dispatched through a temporary cursor cur to which this collapsable's CUrsorSlice is pushed (the real cursor is still elsewhere); so - insetcollapsable::edit takes this cur argument; then - insettext::edit also takes this cur argume