diff options
author | 2006-04-17 16:05:44 +0000 | |
---|---|---|
committer | 2006-04-17 16:05:44 +0000 | |
commit | d433c7d8da01e1eb259a8fabaeab261617844916 (patch) | |
tree | 4809d822c1391b631e3011d31d455769fbd45665 /sci-mathematics/maxima/files | |
parent | Add patch to build with latest libdvdread, bug #128840. (diff) | |
download | historical-d433c7d8da01e1eb259a8fabaeab261617844916.tar.gz historical-d433c7d8da01e1eb259a8fabaeab261617844916.tar.bz2 historical-d433c7d8da01e1eb259a8fabaeab261617844916.zip |
Updated emacs file, closes bug 130245.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'sci-mathematics/maxima/files')
-rw-r--r-- | sci-mathematics/maxima/files/50maxima-gentoo.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sci-mathematics/maxima/files/50maxima-gentoo.el b/sci-mathematics/maxima/files/50maxima-gentoo.el index ec4ccf00c6bc..1402cf456325 100644 --- a/sci-mathematics/maxima/files/50maxima-gentoo.el +++ b/sci-mathematics/maxima/files/50maxima-gentoo.el @@ -1,7 +1,13 @@ -(setq load-path (cons "/usr/share/maxima/5.9.1/emacs" load-path)) +;; maxima mode +(setq load-path (cons "/usr/shar/maxima/PV/emacs" load-path)) (autoload 'maxima-mode "maxima" "Maxima mode" t) (autoload 'maxima "maxima" "Maxima interactive" t) (setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist)) +(autoload 'dbl "dbl" "Make a debugger to run lisp, maxima and or gdb in" t) +(autoload 'gcl-mode "gcl" "Major mode for editing maxima code and interacting with debugger" t) +(setq auto-mode-alist (cons '("\\.ma?[cx]\\'" . maxima-mode) auto-mode-alist)) + +;; emaxima mode (autoload 'emaxima-mode "emaxima" "EMaxima" t) (add-hook 'emaxima-mode-hook 'emaxima-mark-file-as-emaxima) |