On Tue, Apr 10, 2012 at 4:38 PM, Ezequiel Birman <stormwa...@espiga4.com.ar> wrote: > Are sage-mode inferior-sage-mode and sage-view still supported? > > I (kind of) managed to get an Inferior Sage. Is there a way to eval last > expresion in sage-mode instead of the whole buffer (C-c C-r)? > > I am using latest sage (4.8) and sage-mode cloned from mercurial > repo. (by the way, I've built and installed sage-mode python packages in > the default location: /usr/lib/python2.7/site-packages/ Should I move > them under the sage dir hierarchy? ie. overwrite the old python packages > installed by sage 4.8?) >
I was playing around with sage-mode recently too, but I couldn't even get it to load. I did `sage -f sage-mode-0.7.spkg` and added the lines {{{ (add-to-list 'load-path (expand-file-name "/Users/jonesbe/sage/sage-4.8/data/emacs")) (require 'sage "sage") (setq sage-command "/Users/jonesbe/sage/sage-4.8/sage") }}} to my .emacs file, but when I load a python or sage script now, I get an error: "File error: Cannot open load file, sage-load". I don't see a sage-load.el file anywhere in the spkg. -- Benjamin Jones -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org