I’m sorry for the problems you’re experiencing. I have a few questions to help diagnose the problem.
When you say most recent version of sage-mode, what version is that exactly (you can check the sage-mode-version variable)? Same for Emacs and Sage. Is the error is when you try to start sage, open a sage file, or load the sage elisp library (during startup)? If you could get a backtrace that would be very helpful. You can do this by turning on debugging with M-x toggle-debug-on-error RET and then try starting sage. -Ivan > On May 12, 2015, at 1:03 PM, Zach Elgood <[email protected]> wrote: > > I just recently installed the most recent version of sage-mode, sage, and > emacs (using Prelude), and the installation ran smoothly. However, I get > multiple errors while attempting to load it in emacs. > > When attempting to load sage, I get the following error: list: Wrong type > argument: stringp, sage-create-new-sage. I can boot up sage in the terminal, > so it must be a problem with emacs/sage-mode. > > The only lines involving sage that I have in my init.el file are > (add-to-list 'load-path > "/home/zach/sage-6.6-x86_64-Linux/local/share/emacs/site-lisp/sage-mode") > (require 'sage "sage") > (setq sage-command "/home/zach/sage-6.6-x86_64-Linux/sage") > > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/sage-support > <http://groups.google.com/group/sage-support>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
