Size: 1491
Comment:
|
Size: 1660
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
Version 0.5 adds Matthias Meulien's sage-view.el and adds sage-rerun, and C-u sage-build, as requested by Nicolas Thiery. | Version 0.5.1 adds Matthias Meulien's sage-view.el and adds sage-rerun, and C-u sage-build, as requested by Nicolas Thiery. It fixes a small bug with binding in sage-view and now the install instructions are correct. |
Line 14: | Line 14: |
[[attachment:sage-mode-0.5.spkg]] | [[attachment:sage-mode-0.5.1.spkg]] |
Line 16: | Line 16: |
Use {{{sage -f sage-mode-0.5.spkg}}}. The following installation instructions are suggested: | Use {{{sage -f sage-mode.spkg}}}. The following installation instructions are suggested: |
Line 27: | Line 27: |
;; (add-hook 'inferior-sage-mode-hook 'sage-view) | ;; (require 'sage-view "sage-view") ;; (add-hook 'sage-startup-hook 'sage-view-always) |
Line 31: | Line 32: |
[[attachment:sage-mode-0.5.spkg]] |
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.1 adds Matthias Meulien's sage-view.el and adds sage-rerun, and C-u sage-build, as requested by Nicolas Thiery. It fixes a small bug with binding in sage-view and now the install instructions are correct.
Use sage -f sage-mode.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: ;; (require 'sage-view "sage-view") ;; (add-hook 'sage-startup-hook 'sage-view-always)
Old versions
Original version
This version was from Sage Days 4.
The following files need to go into sage/misc.