Re: [Patch] non-existent CharStyle crash

2005-05-01 Thread Juergen Spitzmueller
Martin Vermeer wrote: > I could of course convert the inset to a Note inset... easy to do I > think. Would that be an acceptable compromise for 1.4? I'm not sure. But I think dataloss is a no-no. Jürgen

Re: [patch] qt longtable ui

2005-05-01 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > To me it's now clear that the patch is correct. Can I apply it? I just did it. Jürgen

Re: "buffer-write" crash w/ readonly (bug 1873)

2005-05-01 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > | LyX crashes when you try to save read-only documents.  The reason is an > | assert within boost::filesystem. > > There is something you are not telling... > > Does lyx allow you to save a read-only document or have you toaggled > the read-only flag? > > Or have you se

Re: configure help

2005-05-01 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> I found that I needed to > Angus> initialise lyx_use_pspell=false before going on to test for > Angus> pspell's presence or src/Makefile would always try and build > Angus> pspell.C. > > That's a bit surprising seeing the code below: > > +AC_DEFUN([CHECK_WITH_

Re: "buffer-write" crash w/ readonly (bug 1873)

2005-05-01 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | LyX crashes when you try to save read-only documents. The reason is an assert | within boost::filesystem. There is something you are not telling... Does lyx allow you to save a read-only document or have you toaggled the read-only flag? Or h

Re: {Patch] bug 1764 fix (dirty!)

2005-05-01 Thread Martin Vermeer
On Sat, Apr 30, 2005 at 01:26:09PM +0200, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > Please test. In this spaghetti, I wouldn't be surprised by side effects. > > I didn't find any, but as you say, it should be fixed properly eventually. > > Jürgen OK, this one is in. - Martin pgp

Re: [Better patch] math and text nesting problem

2005-05-01 Thread Martin Vermeer
On Fri, Apr 29, 2005 at 06:52:17PM +0200, Georg Baum wrote: > Martin Vermeer wrote: > > > +case LFUN_INSERT_MATH: { > > +bool const textarg = > > +arg == "\\textbf"   || arg == "\\textsf" || > > +arg == "\\textrm"   || arg ==

Re: [Patch] non-existent CharStyle crash

2005-05-01 Thread Martin Vermeer
On Sat, Apr 30, 2005 at 03:25:09PM +0200, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > Fix attached. This happens, e.g., when switching to a textclass not > > containing a charstyle contained in the document. > > What does it do with the contents of such charstyles? Transform it to > c

"buffer-write" crash w/ readonly (bug 1873)

2005-05-01 Thread Juergen Spitzmueller
LyX crashes when you try to save read-only documents. The reason is an assert within boost::filesystem. The culprit within the LyX code is buffer.C, line 708 (buffer::save()): // It might very well be that this variant is just // good enough. (Lgb) // But to use this we