> 
> On 05/17/2014 04:29 AM, Waldek Hebisch wrote:
> > There are some patches which which do
> > not require any disscussion like: 'add syscmd ioHooks' and
> > 'ioHook for error function' (the two probably should go together).
> 
> Ready to commit
> 
> https://github.com/hemmecke/fricas/commits/more-iohooks
> 
> Waldek, can you please look over my changes in fricas.el.
> I've run that locally and it seems to work.
>

You have line:

(let (tyti (member (car args) '(S2GL0012 S2GL0013 S2GL0014)))

in the patch.  AFAICS this is wrong: 'let' needs a list of pairs
(variable, value).  So I think you want:

(let ((tyti (member (car args) '(S2GL0012 S2GL0013 S2GL0014))))

The rest looks OK.  I admit that I would probably reorganize
how setting hook for efricas is done: rewrite the hook function
in Boot and move to interp directory.  On efricas side I would
just send a command to activate the hook.  But that is small
thing, which can be done later.
 
-- 
                              Waldek Hebisch
[email protected] 

-- 
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 http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to