I just realized that I have no idea what to do with the patch below to
fricas.el.

* without the patch, fricas.el is unusable on MS Windows, at least on
  cygwin, very very likely on mingw too.  Moreover, I guess that windows
  users are exactly those that depend most on a comfortable user
  interface.

* however, I do not know whether I want to have the patch on linux.  I
  did some very light testing, but really not much.

* on the other hand, I think we want to have one source for all
  platforms.

I guess I could push it, but it's a little risky.  What do you think?

Martin

Index: fricas.el
===================================================================
--- fricas.el   (revision 593)
+++ fricas.el   (working copy)
@@ -1029,7 +1029,8 @@
          query-user-prompt
          ;; we need to create a prompt for user queries
          output-type)
-      (setq fricas-output-buffer (concat fricas-output-buffer str))
+      (setq fricas-output-buffer (concat fricas-output-buffer
+                                        (replace-regexp-in-string "\r\n" "\n" 
str nil t)))
       (save-excursion
         (goto-char (process-mark proc))
         (while (setq output-type

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