diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-04-17 16:05:44 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-04-17 16:05:44 +0000 |
commit | bead1f1b9b09b670294762745b6a0a70f79a5d51 (patch) | |
tree | e160fb4046916f1b0677d1571d19bcd78975026d /sci-mathematics | |
parent | Add patch to build with latest libdvdread, bug #128840. (diff) | |
download | gentoo-2-bead1f1b9b09b670294762745b6a0a70f79a5d51.tar.gz gentoo-2-bead1f1b9b09b670294762745b6a0a70f79a5d51.tar.bz2 gentoo-2-bead1f1b9b09b670294762745b6a0a70f79a5d51.zip |
Updated emacs file, closes bug 130245.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/maxima/files/50maxima-gentoo.el | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog index b5ae1d8615b8..d566fbba4ee1 100644 --- a/sci-mathematics/maxima/ChangeLog +++ b/sci-mathematics/maxima/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/maxima # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.19 2006/04/15 14:57:46 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.20 2006/04/17 16:05:44 cryos Exp $ + + 17 Apr 2006; Marcus D. Hanwell <cryos@gentoo.org> + files/50maxima-gentoo.el: + Updated emacs file, closes bug 130245. *maxima-5.9.3 (15 Apr 2006) 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) |