Hi LyXers,
the following problems are (partly still) in LyX pl8:
Making:
-------
1) Using
CC=xlc CXX=xlC CFLAGS=-O CXXFLAGS=-O ./configure --program-suffix=-1.0.0pl8
and make, I get, after make made libintl.a:
make: 1254-002 Cannot find a rule to create target lyx-1.0.0pl8.pot
from dependencies.
Temp fix: I copied lyx.pot to lyx-1.0.0pl8.pot
2) Lines like
[lyx.C:15]
FD_form_title *fdui = (FD_form_title *) fl_calloc(1, sizeof(*fdui));
gives the warning from AIX's xlC
"lyx.C", line 15.64: 1540-101: (W) "fdui" may be used before being set.
Using:
------
There is still the following bug: Suppose you have the text with an
inline eqn.
Bla Bla Bla |a = 1|
^ ^
A B
and you mark it with the mouse, pressing at A and releasing at B. LyX
should mark "Bla Bla Bla " and place the cursor at the end of the
marked text. Instead, LyX marks the desired text and places the cursor
at the = inside the eqnbox. This is completely useless, as now one is
in math mode and can not do anything.
The problem occures when you have a ref instead of the eqn. You mark
the text and on release click on the ref box, jumping to the ref :-(
In general, the bug is that the button release is interpreted as click at
the point where the mouse was released. This was introduced some
months ago to solve the problem that clicks are already processed at
the time os the mouse press.
Have fun,
Fred
Fred Hucht, Institute of Theoretical Physics, University of Duisburg, Germany
Email: [EMAIL PROTECTED] http://www.thp.Uni-Duisburg.DE/
"Der Koerper der algebraischen Zahlen ist kein algebraischer Zahlkoerper"
(E. Landau, Zahlentheorie (1927), Satz 718)