Differences between revisions 1 and 16 (spanning 15 versions)
Revision 1 as of 2007-06-15 00:51:52
Size: 120
Editor: anonymous
Comment:
Revision 16 as of 2008-11-14 13:42:10
Size: 997
Editor: anonymous
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=sage-mode for GNU Emacs= ## page was renamed from days4/projects/emacs
= sage-mode for GNU Emacs =
Line 3: Line 4:
*Warning!* This is pre-alpha code. {{{sage-mode}}} depends on GNU Emacs (22?) and its {{{python-mode}}}.
Line 5: Line 6:
It depends on GNU Emacs (22?) and its python-mode. Contact Nick Alexander on {{{sage-devel}}} to request features, report bugs, and submit patches. (Especially submit patches!)

== Current version ==

'''Warning!''' This is alpha code. This might fail horribly and is not (yet) easily customizable.

[[attachment:sage-mode-0.4.spkg]]

Use {{{sage -f sage-mode-0.4.spkg}}}. The following installation instructions are suggested:

{{{
(add-to-list 'load-path (expand-file-name "$SAGE_DATA/emacs"))
(require 'python)
(require 'pyrex "pyrex-mode")
(require 'sage "sage-mode")
(setq sage-command "$SAGE_ROOT/sage")
}}}

== Original version ==

This version was from Sage Days 4.

[[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]]

sage-mode for GNU Emacs

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

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

Current version

Warning! This is alpha code. This might fail horribly and is not (yet) easily customizable.

sage-mode-0.4.spkg

Use sage -f sage-mode-0.4.spkg. The following installation instructions are suggested:

(add-to-list 'load-path (expand-file-name "$SAGE_DATA/emacs"))
(require 'python)
(require 'pyrex "pyrex-mode")
(require 'sage "sage-mode")
(setq sage-command "$SAGE_ROOT/sage")

Original version

This version was from Sage Days 4.

sage-mode.el pyrex-mode.el

The following files need to go into sage/misc.

sage_emacs.py xreload.py sagetest.py

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