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 2 and 11 (spanning 9 versions)
Revision 2 as of 2007-06-15 00:53:38
Size: 147
Editor: anonymous
Comment:
Revision 11 as of 2008-06-15 19:38:01
Size: 819
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=sage-mode for GNU Emacs= = sage-mode for GNU Emacs =
Line 3: Line 3:
*Warning!* This is pre-alpha code.  ''Warning!'' This is pre-alpha code.

Contact Nick Alexander on {{{sage-devel}}} to request features, report bugs, and submit patches. (Especially submit patches!)
Line 8: Line 10:
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.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

  • 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.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")

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