Found the simple solution:

    "make-shared-substring" does not exist any more, because "substring"
itself now produces shared substrings. Copy-on-write makes this
completely transparent, so it is compatible.

The easy solution therefore is a line
    (if guile-c? (define make-shared-substring substring))

somewhere in the code.

Greetings,
Norbert


Norbert Nemec schrieb:
> Hi there,
>
> found one more incompatibility with guile 1.8.1:
>
> TeXmacs/progs/convert/tools/output.scm contains a call to
> make-shared-substring which does not seem to exist in guile 1.8.1 any
> more. Unfortunately, I cannot even make out what it is supposes to do,
> so I have no idea how to fix this.
>
> Greetings,
> Norbert
>
>
>
> _______________________________________________
> Texmacs-dev mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/texmacs-dev
>



_______________________________________________
Texmacs-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to