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 ignored when the document is read the next time. If you really need a
\protect where LyX does not put one you have to define a \myprotect (in ERT
or preamble, a macro would not work) and use that.

> Georg> Summary: lbale, fbox and boxed need to be removed, parbox is
> Georg> broken in either case, and the others are ignored anyway.
> 
> Georg> What shall I now do for 1.4?
> 
> I propose to change just label fbox and boxed for now in 1.4.

OK, I did that.


Georg
Index: status.14x
===================================================================
--- status.14x	(Revision 13382)
+++ status.14x	(Arbeitskopie)
@@ -50,5 +50,7 @@ What's new
 
 - Fix drawing of inset buttons (bug 2328)
 
+- Fix drawing of \boxed and \fbox in formulas (bug 2361).
+
 * Configuration/Installation:
 
Index: lib/ChangeLog
===================================================================
--- lib/ChangeLog	(Revision 13382)
+++ lib/ChangeLog	(Arbeitskopie)
@@ -1,3 +1,7 @@
+2006-03-15  Georg Baum  <[EMAIL PROTECTED]>
+
+	* symbols: Comment out unused insets
+
 2006-03-11  Georg Baum  <[EMAIL PROTECTED]>
 
 	* configure.py: fix off-by-one error in version_suffix handling
Index: lib/symbols
===================================================================
--- lib/symbols	(Revision 13382)
+++ lib/symbols	(Arbeitskopie)
@@ -121,11 +121,9 @@ parbox            parbox      none
 protect           protect     none
 mbox              mbox        forcetext
 newcommand        newcommand  none
-label             label       none
+#label             label       none
 left              left        none
 end               end         none
-fbox              fbox        none
-boxed             fbox        none
 
 
 #

Reply via email to