Hi all I am trying to get sage-mode working for Emacs 23.1 on an ubuntu 10.04. I downloaded the spkg from http://wiki.sagemath.org/sage-mode and made the changes to my init.el file by adding that piece of code mentioned in the website. Now this is the error I keep getting when I start emacs.
Warning (initialization): An error occurred while loading `/home/ vasu/.emacs.d/init.el': File error: Cannot open load file, sage To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace. And here's the complete error backtrace Debugger entered--Lisp error: (file-error "Cannot open load file" "sage") require(sage "sage") eval-buffer(#<buffer *load*> nil "/home/vasu/.emacs.d/init.el" nil t) ; Reading at buffer position 86 load-with-code-conversion("/home/vasu/.emacs.d/init.el" "/home/ vasu/.emacs.d/init.el" t t) load("/home/vasu/.emacs.d/init" t t) ͂͂͂͂͂ normal-top-level() I am relatively new to this, so does anybody have a clue how to get the thing working! Thanks Regards Vasu -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org