Re: [Bug 3561] Silly Question

2007-05-21 Thread Jürgen Spitzmüller
Georg Baum wrote: > IMHO this assert is very useful and should stay. The real problem should be > solved instead of removing it. Thanks. I suspected something like this. Jürgen

Re: [Bug 3561] Silly Question

2007-05-21 Thread Georg Baum
Jürgen Spitzmüller wrote: > Richard Heck wrote: >> Longer term, something more extensive might be done. But will this do >> for now? > > Don't know. Ask Georg why he put in the assertion. To find programming errors. If this assertion triggers then there is some error in the program logic that wo

[Bug 3561] Silly Question

2007-05-21 Thread Richard Heck
Georg, It was suggested I ask you about this. rh = So the crash here is being caused by the assertion BOOST_ASSERT(c>0) on line 941 of Font.cpp. Doesn't this seem like overkill? I mean, yes, we'll get invalid LaTeX output, but why the assertion? There doesn't seem to be any danger of a c

Re: [Bug 3561] Silly Question

2007-05-21 Thread Abdelrazak Younes
Richard Heck wrote: So the crash here is being caused by the assertion BOOST_ASSERT(c>0) on line 941 of Font.cpp. Doesn't this seem like overkill? I mean, yes, we'll get invalid LaTeX output, but why the assertion? There's no danger of a crash here. So if I replace the assertion with this: ly

Re: [Bug 3561] Silly Question

2007-05-21 Thread Jürgen Spitzmüller
Richard Heck wrote: > Longer term, something more extensive might be done. But will this do > for now? Don't know. Ask Georg why he put in the assertion. Jürgen

[Bug 3561] Silly Question

2007-05-21 Thread Richard Heck
So the crash here is being caused by the assertion BOOST_ASSERT(c>0) on line 941 of Font.cpp. Doesn't this seem like overkill? I mean, yes, we'll get invalid LaTeX output, but why the assertion? There's no danger of a crash here. So if I replace the assertion with this: lyxerr << "Warning: inv

Re: silly question

2001-02-14 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | How should I get rid of stuff from commandtags.h ? Comment it out ? | The numbering will screw up either way ... The numbering is done manually and will have to be redone. Just comment out the LFUNs that you don't need anymore. | I spent much time argu

silly question

2001-02-14 Thread John Levon
How should I get rid of stuff from commandtags.h ? Comment it out ? The numbering will screw up either way ... I want to delete LFUN_MENUOPEN and merge functionality with LFUN_FILE_OPEN, a side effect of the GUI independent file dialog. There will also be some other changes. Basically I have mo