Ralf Hemmecke <[EMAIL PROTECTED]> writes:
> What you have communicated so far let's me think that the fricas code 
> simply lives on some disk partition that is mounted on the client. Why 
> is the server relevant at all?

It provides the disk partition for 30 clients, so all clients have the same
programs. 

> If you want to promote fricas in emacs also for non-emacs-users then perhaps
> there is another way. I don't know exactly, but can one start emacs with
> giving it a path to a (maybe different than ~/.emacs) init file? At least you
> can give a elisp expression on the emacs command line. So my suggestion would
> be: provide a script efricas which starts emacs with some "(setq load-path
> ...) (require 'fricas) (start-fricas)" on the command line. Then there is no
> need to install anywhere outside $prefix.

That's actually what I did.  So, maybe keep it that way and install fricas*.el
into

/usr/lib/fricas/

and do 

(setq load-path  (cons (quote "/usr/lib/fricas/emacs") load-path))

in efricas.  

(is there any reason to have lib/fricas/target/i686-pc-linux/ in the prefix?)

> And finally, why don't you suggest running Axiom inside Firefox? Start 
> sage and switch to "Axiom" as standard.

This presumes that sage is installed.

Martin


--~--~---------~--~----~------------~-------~--~----~
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