Re: [patch] fix bug 2361

2006-03-16 Thread Andre Poenitz
On Thu, Mar 16, 2006 at 11:27:31AM +0100, Georg Baum wrote: > Andre Poenitz wrote: > > > On Tue, Mar 14, 2006 at 02:38:42PM +0100, Georg Baum wrote: > >> Jean-Marc Lasgouttes wrote: > >> > >> > I am a bit nervous about removing things like \begin, \left or > >> > \protect. Can you tell what havin

Re: [patch] fix bug 2361

2006-03-16 Thread Georg Baum
Andre Poenitz wrote: > On Tue, Mar 14, 2006 at 02:38:42PM +0100, Georg Baum wrote: >> Jean-Marc Lasgouttes wrote: >> >> > I am a bit nervous about removing things like \begin, \left or >> > \protect. Can you tell what having these break? >> >> Nothing, but they are not used either. > > At least

Re: [patch] fix bug 2361

2006-03-15 Thread Andre Poenitz
On Tue, Mar 14, 2006 at 02:38:42PM +0100, Georg Baum wrote: > Jean-Marc Lasgouttes wrote: > > > I am a bit nervous about removing things like \begin, \left or > > \protect. Can you tell what having these break? > > Nothing, but they are not used either. At least \protect will be used as soon suc

Re: [patch] fix bug 2361

2006-03-15 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> I propose to change just label fbox and boxed for now in 1.4. Georg> OK, I did that. Perfect. JMarc

Re: [patch] fix bug 2361

2006-03-15 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Anyway, with your patch I see a difference when I type \protect in > mathed (was: nothing (or maybe empty symbol inset?), becomes: red > protect). I do not think the red protect is good. It does not matter IMO since you should not enter \protect anyway: It will be ig

Re: [patch] fix bug 2361

2006-03-15 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> begin begin none right right none protect protect none Georg> newcommand newcommand none left left none end end none Georg> We don't have these as insets, so these get parsed as a Georg> MathSymbolInset (with name 'begin' etc.) in cre

Re: [patch] fix bug 2361

2006-03-14 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > I am a bit nervous about removing things like \begin, \left or > \protect. Can you tell what having these break? Nothing, but they are not used either. > In the case of \protect, I think ignoring it is consistent with the > rest of the code. > > I'd rather have a p

Re: [patch] fix bug 2361

2006-03-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> This patch fixes bug 2361: \boxed equations are not drawn Georg> correctly. The reason is a wrong entry in lib/symbols. I have Georg> removed other entries that correspond to insets that were Georg> removed after 1.3, and commented tho

[patch] fix bug 2361

2006-03-13 Thread Georg Baum
This patch fixes bug 2361: \boxed equations are not drawn correctly. The reason is a wrong entry in lib/symbols. I have removed other entries that correspond to insets that were removed after 1.3, and commented those entries that were already meaningless in 1.3. I will put this into trunk soon unle