Differences between revisions 9 and 10
Revision 9 as of 2008-06-14 05:32:24
Size: 567
Comment:
Revision 10 as of 2008-06-14 06:05:09
Size: 731
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:

To install:
{{{
(add-to-list 'load-path (expand-file-name "~/emacs/sage"))
(require 'python)
(require 'pyrex "pyrex-mode")
(require 'sage "sage-mode")
}}}

sage-mode for GNU Emacs

  • Warning! This is pre-alpha code.

Contact Nick Alexander on sage-devel to request features, report bugs, and submit patches. (Especially submit patches!)

It depends on GNU Emacs (22?) and its python-mode.

attachment:sage-mode.el attachment:pyrex-mode.el

The following files need to go into sage/misc.

attachment:sage_emacs.py attachment:xreload.py attachment:sagetest.py

The following is a slightly updated version. It might fail horribly and is not yet customizable.

attachment:sage-mode-0.2.spkg

To install:

(add-to-list 'load-path (expand-file-name "~/emacs/sage"))
(require 'python)
(require 'pyrex "pyrex-mode")
(require 'sage "sage-mode")

sage-mode (last edited 2016-09-21 07:23:56 by jsrn)