Martin,

If you are using a non-clisp version of Fricas with Sage you might
want to try a different way of disabling readline in order to solve
the synchronization problem. In 'axiom.py' you will see:

        Expect.__init__(self,
                        name = 'axiom',
                        prompt = '\([0-9]+\) -> ',
                        command = "axiom -nox -noclef",
                        maxread = 10,
                        script_subdirectory = script_subdirectory,
                        server=server,
                        server_tmpdir=server_tmpdir,
                        restart_on_ctrlc = False,
                        verbose_start = False,
                        #init_code = [')lisp (si::readline-off)'],
                        logfile = logfile,
                        eval_using_file_cutoff=eval_using_file_cutoff)

The line above that is commented-out above:

                        init_code = [')lisp (si::readline-off)'],

is necessary to disable readline in gcl. I do not know if this will
work for sbcl but you could try it.

Regards,
Bill Page.


On Tue, Oct 28, 2008 at 1:22 PM, Bill Page wrote:
> On Tue, Oct 28, 2008 at 12:51 PM, Martin Rubey wrote:
>>
>> Bill Page writes:
>>> What version of Sage are you using? What platform?
>>
>> Students 3.1.2, Suse 10, gcl FriCAS
>>
>> Myself 3.1.4, Kubuntu Hardy, sbcl FriCAS
>>
>
> Do you mean you are trying to use a non-clisp version of Fricas with Sage?
>
> Could you try it again after installing the fricas package for Sage:
>
>   sage -i fricas-1.0.3.p0
>
> Regards,
> Bill Page.
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to