-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 mabshoff wrote: > > > On Nov 15, 9:49 am, Thomas Kahle <[EMAIL PROTECTED]> wrote: > Hi, > > has anyone ever programmed / requested / thought about an emacs-mode for > sage. > They way I write python code is, to use to use emacs-mode (the one > coming with the python distribution). It has syntax highlighting, > tab-completion, definition lookup, etc. > Furthermore one can easily send chunks of code to the interpreter for > testing. > > So the question is, how do you effectively develop for sage or are there > any lisp gurus out there willing to derive sage-mode from python mode ?? > >> Check out http://wiki.sagemath.org/Emacs > >> There was also some additional work done at Sage Days 10 that might or >> might not show up there in the near future.
Ok, thank you. I should have found that using google :) Now, if Nick Alexander reads this. My sage mode sends the buffer contents to a python interpreter, but not sage. This results in >>> load /home/tom/python/minprimes.sage Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'load' is not defined when running 'sage-send-buffer' I have installed the package and .emacs config as written on the wiki page. The emacs is version 23.0.60.1 (from cvs), pyrex 0.9.4.1, anything else you need to know? Thanks for your effort Thomas > > > thanks > Thomas > >> Cheers, > >> Michael > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkkfErwACgkQrpEWPKIUt7MfVwCgomBhwcgSu1JX8s4jxFgIsT9+ LWwAni1sT90pAk1KrSi56eJLNJwoVF3i =tDZu -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ 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/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
