On Sep 25, 6:40 am, Martin Rubey <[email protected]>
wrote:
> Although I don't know about your specific question, I'd like to
> encourage you to try efricas!
>
> Martin

Thanks for the tip! This solution does indeed look better than
readline.

There does seem to be something off with my install of efricas though.
When I start it, I am greeted with "(1) -> (1) ->", and after typing
anything and hitting enter, I get:
(1) -> (1) -> Value
=
#<FUNCTION :LAMBDA (X &OPTIONAL ARGS) (PRINC (CODE-CHAR
27))
 
(COND
   ((AND (EQ X '|
startKeyedMsg|)
     (MEMBER (CAR ARGS) (LIST 'S2GL0012 'S2GL0013
'S2GL0014)))
    (PRINC "|
startTypeTime|"))
   ((AND (EQ X '|
endOfKeyedMsg|)
     (MEMBER (CAR ARGS) (LIST 'S2GL0012 'S2GL0013
'S2GL0014)))
    (PRINC "|
endOfTypeTime|"))
   (T (PRIN1
X)))
  (PRINC #\Newline)>
(1) ->

I can then enter commands, but the output lags behind by one command.
As an example here is the result of "1\n2\n3\n4\n5\n", where "\n" is
just me hitting enter:
(1) -> 1
(1) -> 2

   (1)  1                       Type:
PositiveInteger
(2) -> 3

   (2)  2                       Type:
PositiveInteger
(3) -> 4

   (3)  3                       Type:
PositiveInteger
(4) -> 5

   (4)  4                       Type:
PositiveInteger
(5) ->


I am a bit new to emacs, so I could be doing something dumb. Any
ideas?

Thanks,
Eric

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