put it in if it works...
-----Original Message----- From: Jürgen Spitzmüller [mailto:[EMAIL PROTECTED] Sent: Mon 6/25/07 13:05 To: LyX Devel Subject: [tentative patch]: bug 3834: LyX crashes on startup http://bugzilla.lyx.org/show_bug.cgi?id=3834 I suspect the crash happens in some circumstances, because ":" is not valid in Windows file names, and boost::fs throws an exception in the given test case. Now I wonder if it makes sense to have an icon file with a colon in the name at all. So I'd propose to substitute colons and also ";", "," and "!" that occur in the math spaces commands with literal expressions, as we already do for underscore and brackets. The attached patch does this. Alternatively to the command names, we could use "colon", "semicolon", "comma" and "exclam". I'm not sure. What do you think? Jürgen