Martin Rubey пишет:
> Yes, that's a clisp problem I'd love to get resolved. A workaround
> should be to start efricas, wait until you see
>
> FriCAS is ready
>
> in the bottom line, and *then* hit enter. Would be great if you
> could tell me whether this works.
I do in exaclty this way.
Now the first message ( [?1034h(1) -> Value = ...)
appears automatically (earlier after I press Enter),
and it looks much better :-)
(1) -> [?1034h(1) -> Value =
#<FUNCTION :LAMBDA (X &OPTIONAL ARGS) (PRINC (CODE-CHAR 27))
(COND
((AND (EQ X '|startKeyedMsg|)
(MEMBER (CAR ARGS) '('S2GL0012 'S2GL0013 'S2GL0014)))
(PRINC "|startTypeTime|"))
((AND (EQ X '|endOfKeyedMsg|)
(MEMBER (CAR ARGS) '('S2GL0012 'S2GL0013 'S2GL0014)))
(PRINC "|endOfTypeTime|"))
(T (PRIN1 X)))
(PRINC #\Newline)>
(1) -> 1+2
(1) 3
Type: PositiveInteger
(2) -> 23
(2) 23
Type: PositiveInteger
(3) -> sin(4)
(3) sin(4)
Type: Expression(Integer)
(4) -> %i^%i
%i
(4) %i
Type: Expression(Complex(Integer))
(5) -> sqrt(-8)
+---+
(5) 2\|- 2
Type: AlgebraicNumber
(6) ->
> Are you using efricas via ssh?
No. locally.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---