Ralf Hemmecke <[email protected]> writes:

> Martin,
>
> http://www.chemie.fu-berlin.de/chemnet/use/info/elisp/elisp_35.html#SEC527
>
> Would that help to distinguish between windows and non-windows?

No idea.  It somehow feels like overkill.  

> What line ending is MacOSX using nowadays? I only remember that it was
>
> unix \n
> win  \r\n
> mac  \r

No idea either

> And why do you need to translate anyway. 

I don't know.  Possibly because we are running linux programs in a
windows environment?  Sorry, to be honest, I have no idea.

Besides, there are problems with clisp as well.  For some reason the
command sent by

    (process-send-string fricas-process 
                         (concat setup 
                                 ")lisp (setf |$ioHook| " 
                                 fricas-marker-format-function 
                                 ")\n")))

(near the end of the definition of fricas-mode) to fricas does not
return.  It is necessary that the user hit's enter manually...

I tried hard to fix it, but I failed.  I do think however that my other
patch is safe.  Maybe someone could try it on MacOSX?

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