Differences between revisions 12 and 18 (spanning 6 versions)
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 18 as of 2009-02-01 02:34:51
Size: 1486
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 ==
Line 10: Line 10:
attachment:sage-mode.el
attachment:pyrex-mode.el
'''Warning!''' This is alpha code. This might fail horribly and is not (yet) easily customizable.
Line 13: Line 12:
The following files need to go into sage/misc. Version 0.5 adds Matthias Meulien's sage-view.el and adds sage-rerun, and C-u sage-build, as requested by Nicolas Thierry.
Line 15: Line 14:
attachment:sage_emacs.py
attachment:xreload.py
attachment:sagetest.py
[[attachment:sage-mode-0.5.spkg]]
Line 19: Line 16:
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:
Use {{{sage -f sage-mode-0.5.spkg}}}. The following installation instructions are suggested:
Line 31: Line 24:

;; If you want sage-view to typeset all your output and have plot()
;; commands inline, uncomment the following line and configure sage-view:
;; (add-hook 'inferior-sage-mode-hook 'sage-view)
Line 32: Line 29:

== Old versions ==

[[attachment:sage-mode-0.4.spkg]]
[[attachment:sage-mode-0.3.1.spkg]]
[[attachment:sage-mode-0.3.spkg]]
[[attachment:sage-mode-0.2.spkg]]

== 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.

Version 0.5 adds Matthias Meulien's sage-view.el and adds sage-rerun, and C-u sage-build, as requested by Nicolas Thierry.

sage-mode-0.5.spkg

Use sage -f sage-mode-0.5.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")

;; If you want sage-view to typeset all your output and have plot()
;; commands inline, uncomment the following line and configure sage-view:
;; (add-hook 'inferior-sage-mode-hook 'sage-view)

Old versions

sage-mode-0.4.spkg sage-mode-0.3.1.spkg sage-mode-0.3.spkg sage-mode-0.2.spkg

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)