math bug in cvs

2001-08-15 Thread Herbert Voss
1.1.6fix3: in an equnarray you can delete the lower right cell. the formula than looks like \begin_inset Formula \begin{eqnarray*} 11 21 31\\ 21 22 23\\ 31 32 - missing cell! \end{eqnarray*} \end_inset in 1.1.6 this doesn't matter, the lyxfile is always read well. reading

Re: before the first pre

2001-08-15 Thread Garst R. Reese
Insert a 9 x 9 cm .eps file in a figure float. The red box extends off the right side of the screen. The .eps figure is not centred and does not have a consistent placing. A short caption is centred on the page. A long caption starts at the left edge of figure (OK) All of this is true with both

Re: math bug in cvs

2001-08-15 Thread Herbert Voss
Andre Poenitz wrote: 1.1.6fix3: in an equnarray you can delete the lower right cell. the formula than looks like \begin_inset Formula \begin{eqnarray*} 11 21 31\\ 21 22 23\\ 31 32 - missing cell! \end{eqnarray*} \end_inset But that's no well formed

Re: math bug in cvs

2001-08-15 Thread Andre Poenitz
sure! but it was lyx which allowed the user to do that! and btw: it's no problem to run this with latex! means it's allowed latex stuff ... Ok. I did not know that, so this has to be fixed indeed. It would be pretty difficult to parse bad input, given that it's already a pain to parse

Re: math bug in cvs

2001-08-15 Thread Andre Poenitz
| reading this formula with 1.2.0 gives always the message | that the file may be corrupted (truncated). | so far so good, but lyx ignores all the text behind | this formula. so the formula parser does not read (and remove) the \end_inset... It ignores after its own end everything up to

Re: math bug in cvs

2001-08-15 Thread Andre Poenitz
(if I understands this correctly)... yes why not. ...but to avoid rewriting anything in the parser, output it into a ostringstream and pass that to the parser just as usual. That would be the simple solution. Indeed. Andre' -- André Pönitz .

You'll Profit If You Read This, It's HOT!!

2001-08-15 Thread doebg
Lowest Rates on the Internet. Process Credit Cards From Any Country In Real-Time, and Receive the Funds Generated By Your Sales in 24 hours from Any Where!!! A HREF=http://www.boziklight.com; Click Here/A for more information or to apply. A HREF=mailto:[EMAIL PROTECTED]; Click Here/A

Re: before the first pre (follow up)

2001-08-15 Thread Garst R. Reese
Garst R. Reese wrote: Insert a 9 x 9 cm .eps file in a figure float. The red box extends off the right side of the screen. This does not happen if I centre the paragraph. The .eps figure is not centred and does not have a consistent placing. Nor this. A short caption is centred on the page.

Problem with math bindings

2001-08-15 Thread Dekel Tsur
The math bindings do not work: for example M-m f generates 'rac' on screen. The corresponding line in math.bind is \bind M-m f math-insert \frac The problem is that the \ is considered as an escape char so we actually bind math-insert frac to M-m f. Of course, we can use \bind M-m f

Re: Collection of compiler warnings

2001-08-15 Thread Angus Leeming
On Friday 27 July 2001 18:31, Lars Gullik Bjønnes wrote: Michael Schmitt [EMAIL PROTECTED] writes: | Hi, | | below find a list of all compiler warnings reported by g++ 2.95.3. And these are the only real warnings. | insetgraphics.C:264: warning: initialization to `int' from `float'

insets extending to the edge of work area

2001-08-15 Thread John Levon
I thought this had been fixed to lave some space at the right hand side ? It doesn't in current CVS ! john -- Not to laugh, not to lament, not to curse, but to understand. - Spinoza

Re: Nasty collapsible inset bug

2001-08-15 Thread John Levon
On Sat, Aug 11, 2001 at 09:42:11PM +0300, Dekel Tsur wrote: Start a new document, create a right aligned paragraph, and then insert a collapsible inset (footnote/note/ert etc.), and LyX will go into an infinite rendering loop... this seems fixed. is it ? john -- Not to laugh, not to

Re: Nasty collapsible inset bug

2001-08-15 Thread Dekel Tsur
On Wed, Aug 15, 2001 at 08:24:15PM +0100, John Levon wrote: On Sat, Aug 11, 2001 at 09:42:11PM +0300, Dekel Tsur wrote: Start a new document, create a right aligned paragraph, and then insert a collapsible inset (footnote/note/ert etc.), and LyX will go into an infinite rendering loop...

michael's bug list

2001-08-15 Thread John Levon
Michael, *, please comment. Michael, please add bug numbers to your bug list (thanks) - ^ (for superscript) does not work in mathed; CTRL-space should insert a protected blank (but it doesn't) ^ works for me now. ctrl-space is #451291 - When editing a math formula and plain text, the

1.2.0 bugs

2001-08-15 Thread John Levon
At https://sourceforge.net/tracker/index.php?group_id=15212atid=115212 are the bugs in the bugtracker that I think need to be fixed for 1.2.0final. Not included are the numerous Mathed things (dekel/eran's lists), bugs against Baruch's code, and Michael's purify reports. What else is there

[PATCH][RESEND] menu names

2001-08-15 Thread John Levon
please apply thanks john -- Not to laugh, not to lament, not to curse, but to understand. - Spinoza Index: lib/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v retrieving revision 1.86 diff -u

[PATCH] little fixes

2001-08-15 Thread John Levon
thanks john -- Not to laugh, not to lament, not to curse, but to understand. - Spinoza Index: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.299 diff -u -r1.299

[PATCH] new maths matrix

2001-08-15 Thread John Levon
thanks john -- Not to laugh, not to lament, not to curse, but to understand. - Spinoza Index: src/frontends/xforms/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/ChangeLog,v retrieving

Re: 1.2.0 bugs

2001-08-15 Thread Herbert Voss
John Levon wrote: Not included are the numerous Mathed things (dekel/eran's lists), bugs against Baruch's code, and Michael's purify reports. What else is there that needs to be entered ? this bug is always present: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg26025.html

Re: 1.2.0 bugs

2001-08-15 Thread John Levon
On Wed, Aug 15, 2001 at 10:58:32PM +0200, Herbert Voss wrote: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg26025.html thanks. now #451362 on sourceforge. regards john -- Not to laugh, not to lament, not to curse, but to understand. - Spinoza

tiny nit

2001-08-15 Thread Garst R. Reese
Apart from the fact that clicking on them seems to do nothing, List of Table List of Figure would be better English as: List of Tables List of Figures but it looks like it would be simpler to do: Table List Figure List which would also be correct and save 3 bytes. Garst

Re: tiny nit

2001-08-15 Thread John Levon
On Wed, Aug 15, 2001 at 09:27:07PM -0300, Garst R. Reese wrote: but it looks like it would be simpler to do: Table List Figure List I've done this. john -- Not to laugh, not to lament, not to curse, but to understand. - Spinoza

Re: tiny nit

2001-08-15 Thread Garst R. Reese
John Levon wrote: Table List Figure List I've done this. That was fast. Thanks. Garst

[PATCH] float list naming

2001-08-15 Thread John Levon
as suggested by Garst. thanks john -- Not to laugh, not to lament, not to curse, but to understand. - Spinoza Index: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.299

[PATCH] support per-para line spacing

2001-08-15 Thread John Levon
this works OK for me ! thanks john -- Not to laugh, not to lament, not to curse, but to understand. - Spinoza paraline.diff.gz

Re: tiny nit

2001-08-15 Thread Herbert Voss
John Levon wrote: On Wed, Aug 15, 2001 at 09:27:07PM -0300, Garst R. Reese wrote: but it looks like it would be simpler to do: Table List Figure List but remember: lot, lof, loa therefore I prefer the list of xxx Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/

[noreply@sourceforge.net: [ lyxbugs-Bugs-438548 ] Cursor placement when exiting mathmode]

2001-08-15 Thread Andre Poenitz
- Forwarded message from [EMAIL PROTECTED] - Group: None Status: Closed Resolution: Out of Date Priority: 5 Submitted By: Eran Tromer (tromer) Assigned to: Andre Poenitz (apoenitz) Summary: Cursor placement when exiting mathmode Initial Comment: When pressing space at the end

Re: michael's bug list

2001-08-15 Thread Andre Poenitz
- ^ (for superscript) does not work in mathed; CTRL-space should insert a protected blank (but it doesn't) The entity called WE decided that we won't have the same LFUN with slightly different meanings in mathed and The Rest. So C-space is not anymore available anymore. It's M-m space for

math bug in cvs

2001-08-15 Thread Herbert Voss
1.1.6fix3: in an equnarray you can delete the lower right cell. the formula than looks like \begin_inset Formula \begin{eqnarray*} 11 & 21 & 31\\ 21 & 22 & 23\\ 31 & 32 <- missing cell! \end{eqnarray*} \end_inset in 1.1.6 this doesn't matter, the lyxfile is always read well.

Re: before the first pre

2001-08-15 Thread Garst R. Reese
Insert a 9 x 9 cm .eps file in a figure float. The red box extends off the right side of the screen. The .eps figure is not centred and does not have a consistent placing. A short caption is centred on the page. A long caption starts at the left edge of figure (OK) All of this is true with both

Re: math bug in cvs

2001-08-15 Thread Herbert Voss
Andre Poenitz wrote: > > > 1.1.6fix3: > > in an equnarray you can delete the lower right cell. > > the formula than looks like > > > > \begin_inset Formula \begin{eqnarray*} > > 11 & 21 & 31\\ > > 21 & 22 & 23\\ > > 31 & 32 <- missing cell! > > \end{eqnarray*} > > > > \end_inset > >

Re: math bug in cvs

2001-08-15 Thread Andre Poenitz
> sure! but it was lyx which allowed the user to do that! > and btw: it's no problem to run this with latex! means > it's allowed latex stuff ... Ok. I did not know that, so this has to be fixed indeed. > > It would be pretty difficult to parse bad input, given that it's already a > > pain to

Re: math bug in cvs

2001-08-15 Thread Andre Poenitz
> | reading this formula with 1.2.0 gives always the message > | that the file may be corrupted (truncated). > | so far so good, but lyx ignores all the text behind > | this formula. > > so the formula parser does not read (and remove) the \end_inset... It ignores after its own end everything

Re: math bug in cvs

2001-08-15 Thread Andre Poenitz
> (if I understands this correctly)... yes why not. > > ...but to avoid rewriting anything in the parser, output it into a > ostringstream and pass that to the parser just as usual. That would be the simple solution. Indeed. Andre' -- André Pönitz

You'll Profit If You Read This, It's HOT!!

2001-08-15 Thread doebg
Lowest Rates on the Internet. Process Credit Cards From Any Country In Real-Time, and Receive the Funds Generated By Your Sales in 24 hours from Any Where!!! http://www.boziklight.com;> Click Here for more information or to apply. mailto:[EMAIL PROTECTED];> Click Here to remove

Re: before the first pre (follow up)

2001-08-15 Thread Garst R. Reese
"Garst R. Reese" wrote: > > Insert a 9 x 9 cm .eps file in a figure float. > The red box extends off the right side of the screen. This does not happen if I centre the paragraph. > The .eps figure is not centred and does not have a consistent placing. Nor this. > A short caption is centred on

Problem with math bindings

2001-08-15 Thread Dekel Tsur
The math bindings do not work: for example M-m f generates 'rac' on screen. The corresponding line in math.bind is \bind "M-m f" "math-insert \frac" The problem is that the \ is considered as an escape char so we actually bind "math-insert frac" to M-m f. Of course, we can use \bind "M-m f"

Re: Collection of compiler warnings

2001-08-15 Thread Angus Leeming
On Friday 27 July 2001 18:31, Lars Gullik Bjønnes wrote: > Michael Schmitt <[EMAIL PROTECTED]> writes: > > | Hi, > | > | below find a list of all compiler warnings reported by g++ 2.95.3. > > And these are the only real warnings. > > | insetgraphics.C:264: warning: initialization to `int'

insets extending to the edge of work area

2001-08-15 Thread John Levon
I thought this had been fixed to lave some space at the right hand side ? It doesn't in current CVS ! john -- "Not to laugh, not to lament, not to curse, but to understand." - Spinoza

Re: Nasty collapsible inset bug

2001-08-15 Thread John Levon
On Sat, Aug 11, 2001 at 09:42:11PM +0300, Dekel Tsur wrote: > Start a new document, create a right aligned paragraph, and then insert > a collapsible inset (footnote/note/ert etc.), and LyX will go into an > infinite rendering loop... this seems fixed. is it ? john -- "Not to laugh, not to

Re: Nasty collapsible inset bug

2001-08-15 Thread Dekel Tsur
On Wed, Aug 15, 2001 at 08:24:15PM +0100, John Levon wrote: > On Sat, Aug 11, 2001 at 09:42:11PM +0300, Dekel Tsur wrote: > > > Start a new document, create a right aligned paragraph, and then insert > > a collapsible inset (footnote/note/ert etc.), and LyX will go into an > > infinite rendering

michael's bug list

2001-08-15 Thread John Levon
Michael, *, please comment. Michael, please add bug numbers to your bug list (thanks) > - "^" (for superscript) does not work in mathed; CTRL-space should insert > a protected blank (but it doesn't) ^ works for me now. ctrl-space is #451291 > - When editing a math formula and plain text,

1.2.0 bugs

2001-08-15 Thread John Levon
At https://sourceforge.net/tracker/index.php?group_id=15212=115212 are the bugs in the bugtracker that I think need to be fixed for 1.2.0final. Not included are the numerous Mathed things (dekel/eran's lists), bugs against Baruch's code, and Michael's purify reports. What else is there that

[PATCH][RESEND] menu names

2001-08-15 Thread John Levon
please apply thanks john -- "Not to laugh, not to lament, not to curse, but to understand." - Spinoza Index: lib/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v retrieving revision 1.86 diff -u

[PATCH] little fixes

2001-08-15 Thread John Levon
thanks john -- "Not to laugh, not to lament, not to curse, but to understand." - Spinoza Index: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.299 diff -u -r1.299

[PATCH] new maths matrix

2001-08-15 Thread John Levon
thanks john -- "Not to laugh, not to lament, not to curse, but to understand." - Spinoza Index: src/frontends/xforms/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/ChangeLog,v retrieving

Re: 1.2.0 bugs

2001-08-15 Thread Herbert Voss
John Levon wrote: > Not included are the numerous Mathed things (dekel/eran's lists), bugs against > Baruch's code, and Michael's purify reports. > > What else is there that needs to be entered ? this bug is always present: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg26025.html

Re: 1.2.0 bugs

2001-08-15 Thread John Levon
On Wed, Aug 15, 2001 at 10:58:32PM +0200, Herbert Voss wrote: > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg26025.html thanks. now #451362 on sourceforge. regards john -- "Not to laugh, not to lament, not to curse, but to understand." - Spinoza

tiny nit

2001-08-15 Thread Garst R. Reese
Apart from the fact that clicking on them seems to do nothing, List of Table List of Figure would be better English as: List of Tables List of Figures but it looks like it would be simpler to do: Table List Figure List which would also be correct and save 3 bytes. Garst

Re: tiny nit

2001-08-15 Thread John Levon
On Wed, Aug 15, 2001 at 09:27:07PM -0300, Garst R. Reese wrote: > but it looks like it would be simpler to do: > Table List > Figure List I've done this. john -- "Not to laugh, not to lament, not to curse, but to understand." - Spinoza

Re: tiny nit

2001-08-15 Thread Garst R. Reese
John Levon wrote: > > Table List > > Figure List > > I've done this. That was fast. Thanks. Garst

[PATCH] float list naming

2001-08-15 Thread John Levon
as suggested by Garst. thanks john -- "Not to laugh, not to lament, not to curse, but to understand." - Spinoza Index: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision

[PATCH] support per-para line spacing

2001-08-15 Thread John Levon
this works OK for me ! thanks john -- "Not to laugh, not to lament, not to curse, but to understand." - Spinoza paraline.diff.gz

Re: tiny nit

2001-08-15 Thread Herbert Voss
John Levon wrote: > > On Wed, Aug 15, 2001 at 09:27:07PM -0300, Garst R. Reese wrote: > > > but it looks like it would be simpler to do: > > Table List > > Figure List but remember: lot, lof, loa therefore I prefer the list of xxx Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/

[noreply@sourceforge.net: [ lyxbugs-Bugs-438548 ] Cursor placement when exiting mathmode]

2001-08-15 Thread Andre Poenitz
> - Forwarded message from [EMAIL PROTECTED] - > Group: None > >Status: Closed > >Resolution: Out of Date > Priority: 5 > Submitted By: Eran Tromer (tromer) > Assigned to: Andre Poenitz (apoenitz) > Summary: Cursor placement when exiting mathmode > > Initial Comment: > When pressing at

Re: michael's bug list

2001-08-15 Thread Andre Poenitz
> > - "^" (for superscript) does not work in mathed; CTRL-space should insert > > a protected blank (but it doesn't) The entity called WE decided that we won't have the same LFUN with slightly different meanings in mathed and The Rest. So C- is not anymore available anymore. It's M-m for LFUN