Processing Math: Done
No jsMath TeX fonts found -- using unicode fonts instead.
This may be slow and might not print well.
Use the jsMath control panel to get additional information.
jsMath Control PanelHide this Message


jsMath
Differences between revisions 12 and 13
Revision 12 as of 2008-06-15 19:55:06
Size: 866
Comment: This started as a days4 project but is probably a top-level item now.
Revision 13 as of 2008-06-15 20:04:11
Size: 973
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 ''Warning!'' This is pre-alpha code. {{{sage-mode}}} depends on GNU Emacs (22?) and its {{{python-mode}}}.
Line 8: Line 8:
It depends on GNU Emacs (22?) and its python-mode. == Current version ==

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

attachment:sage-mode-0.3.spkg

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

{{{
(add-to-list 'load-path (expand-file-name "SAGEDATA/emacs"))(requirepython)(requirepyrex"pyrexmode")(requiresage"sagemode")(setqsagecommand"SAGE_ROOT/sage")
}}}

== Original version ==

This version was from Sage Days 4.
Line 18: Line 36:

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

attachment:sage-mode-0.3.spkg

The following installation instructions are suggested:

{{{
(add-to-list 'load-path (expand-file-name "SAGEDATA/emacs"))(requirepython)(requirepyrex"pyrexmode")(requiresage"sagemode")(setqsagecommand"SAGE_ROOT/sage")
}}}

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.

attachment:sage-mode-0.3.spkg

Use sage -f sage-mode-0.3.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 (last edited 2016-09-21 07:23:56 by jsrn)