Re: lyx-devel src/mathed/: math_gridinset.C

2003-03-10 Thread Andre Poenitz
On Mon, Mar 10, 2003 at 04:40:22PM +, Angus Leeming wrote: > Add a debug statement to the top of ControlTabular::initialiseParams. > lyxerr << "ControlTabular::initialiseParams\n" ><< data << std::endl; Ok, that's the information I was looking for. > It expects to see

Re: lyx-devel src/mathed/: math_gridinset.C

2003-03-10 Thread Angus Leeming
Andre Poenitz wrote: > On Mon, Mar 10, 2003 at 04:26:43PM +, Angus Leeming wrote: >> > Angus: What code should handle the mailer.show() request? >> >> localDispatch(LFUN_MOUSE_RELEASE)? >> >> (is that what you meant?) > > No... > > I see the > > > lyxerr << "mailer " << mailer.name() <<

Re: lyx-devel src/mathed/: math_gridinset.C

2003-03-10 Thread Andre Poenitz
On Mon, Mar 10, 2003 at 04:26:43PM +, Angus Leeming wrote: > > Angus: What code should handle the mailer.show() request? > > localDispatch(LFUN_MOUSE_RELEASE)? > > (is that what you meant?) No... I see the lyxerr << "mailer " << mailer.name() << " active\n

Re: lyx-devel src/mathed/: math_gridinset.C

2003-03-10 Thread Angus Leeming
[EMAIL PROTECTED] wrote: > CVSROOT: /usr/local/lyx/cvsroot > Module name: lyx-devel > Repository: lyx-devel/src/mathed/ > Changes by: [EMAIL PROTECTED]03/03/10 17:23:34 > > Modified files: > lyx-devel/src/mathed/: math_gridinset.C > > Log message

Re: lyx-devel src/mathed/: math_gridinset.C

2002-08-29 Thread Andre Poenitz
On Thu, Aug 29, 2002 at 09:36:21PM +0300, Dekel Tsur wrote: > What is invalid with \begin{eqnarray}\end{eqnarray} ? Ah... my fault. Only empty lines in between are forbidden. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either on

Re: lyx-devel src/mathed/: math_gridinset.C

2002-08-29 Thread Dekel Tsur
On Wed, Aug 28, 2002 at 06:40:03PM +, [EMAIL PROTECTED] wrote: > Log message: > I _really_ hate LaTeX's syntax quirks. Why is > \begin{eqnarray}\end{eqnarray} not valid? What is invalid with \begin{eqnarray}\end{eqnarray} ? It doesn't give an error, and it produces the expected ou