texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] guile-1.8.1 problem: latex export


From: Norbert Nemec
Subject: Re: [Texmacs-dev] guile-1.8.1 problem: latex export
Date: Thu, 14 Dec 2006 10:10:59 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061115)

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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/texmacs-dev
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]