Usually this works well. However, you should check the following 
items/prerequisites:

1. Where is the fricas plugin installed? (should be either local or global 
but not both)
  In ~/.TeXmacs/plugins/fricas/progs/ or globally, e.g.
  /usr/local/share/TeXmacs/plugins/ ?

2. Does $ fricas -texmacs work?

kfp@nilqed:~$ fricas -texmacs

                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.3
                  Timestamp: Don Apr 12 19:26:08 CEST 2018
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
Value = #<INTERPRETED-FUNCTION NIL {100258211B}>
 prompt#(2) -> )quit

3. In the file init-fricas.scm (folder: TeXmacs/plugins/fricas/progs/)

find the routine

(plugin-configure fricas
(:require #t)
(:launch "fricas -texmacs")
(:session "Fricas")
(:serializer ,fricas-serialize)
(:scripts "Fricas"))

and check the field :launch and :session.
In :launch you may set the full path to fricas, although not necessary.

If all these points are ok, then it should work ...
BTW: your TeXmacs versions is quite old.
I've attached my config in a pdf, maybe it will help you to find the error.



On Sunday, 1 July 2018 16:26:35 UTC+2, Slawomir Kolodynski wrote:
>
> I am trying to use GNU TEXmacs as interface to Fricas. I have installed 
> Fricas 1.3.3 by downloading the tar with binaries and the fricas script is 
> on PATH so I can start fricas from shell by typing "fricas". I also have 
> Texmacs 1.0.7.18 installed from Linux Mint repositories. I assume the 
> Fricas plugin is installed because I can see Fricas as one of the options 
> to select from the Texmacs Insert --> Session menu. However, when I select 
> Fricas there I get "Busy" then "Dead" indication from Texmacs. 
> Does Texmacs 1.0.7.18 work with Fricas 1.3.3? If not, what is a version 
> combination that is known to work? Should I configure Texmacs somehow to 
> point to the location of fricas binaries? How would I do that?
>
> Thanks,
>
> Slawomir
>

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Attachment: tmfricas.pdf
Description: Adobe PDF document

Reply via email to