tiny fix for fricas.el emacs mode

15 views
Skip to first unread message

Martin R

unread,
Feb 18, 2019, 4:33:00 PM2/18/19
to FriCAS - computer algebra system
directory-sep-char is gone.  Therefore:

diff --git a/contrib/emacs/fricas.el b/contrib/emacs/fricas.el
index 070b83ac..9c19b946 100644
--- a/contrib/emacs/fricas.el
+++ b/contrib/emacs/fricas.el
@@ -688,7 +688,7 @@ See `comint-dynamic-complete-filename'.  Returns t if successful."
          (dirsuffix (cond ((not comint-completion-addsuffix)
                            "")
                           ((not (consp comint-completion-addsuffix))
-                           (char-to-string directory-sep-char))
+                           (char-to-string ?/))
                           (t
                            (car comint-completion-addsuffix))))
          (filesuffix (cond ((not comint-completion-addsuffix)

Waldek Hebisch

unread,
Feb 21, 2019, 12:03:29 PM2/21/19
to fricas...@googlegroups.com
OK. Do you commit if yourself or should I do this?

--
Waldek Hebisch

Martin R

unread,
Feb 21, 2019, 1:15:46 PM2/21/19
to FriCAS - computer algebra system
I am grateful if you commit for me!

Martin
Reply all
Reply to author
Forward
0 new messages