Hi Lars,

I checked out the debugstream branch of lyx-devel. I had to apply
the following patch to get it to run (same as what we had to do
in the lyx-devel branch)

--- src/support/lyxstring.C~    Wed Oct  6 00:26:59 1999
+++ src/support/lyxstring.C     Wed Oct  6 00:27:02 1999
@@ -116,7 +116,6 @@
        Assert(object->rep);
        Assert(object->rep->s);    // s is never 0
        Assert(object->rep->res);  // always some space allocated
-       Assert(strlen(object->c_str()) == object->size());
        Assert(object->size() <= object->rep->res);
        Assert(object->rep->ref >= 1);  // its in use so it must be referenced
        Assert(object->rep->ref < (1 << 8*sizeof(lyxstring::Srep::ref)) - 1);

There is one strange thing I've noticed so far:

Hitting the File menu, I see a list of files at the end (the recently
visited documents). My list looks like this:

    .~/etc/scouts/foo.lyx
    .~/etc/letters/good.lyx

The ".~/" should be just "~/"

Other than that, it seems to withstand my very meager testing.

                        ---Kayvan
-- 
Kayvan Aghaiepour Sylvan  | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan |                       | Robin Gregory (2/28/92)

Reply via email to