Size: 731
Comment:
|
Size: 866
Comment: This started as a days4 project but is probably a top-level item now.
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from days4/projects/emacs | |
Line 20: | Line 21: |
attachment:sage-mode-0.2.spkg | attachment:sage-mode-0.3.spkg |
Line 22: | Line 23: |
To install: | The following installation instructions are suggested: |
Line 24: | Line 26: |
(add-to-list 'load-path (expand-file-name "~/emacs/sage")) | (add-to-list 'load-path (expand-file-name "$SAGE_DATA/emacs")) |
Line 28: | Line 30: |
(setq sage-command "$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")