rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

Emacs freezes in maxima-mode #498

Open rtoy opened 4 days ago

rtoy commented 4 days ago

Imported from SourceForge on 2024-07-02 23:26:28 Created by *anonymous on 2006-05-22 08:45:20 Original: https://sourceforge.net/p/maxima/bugs/933


I use Emacs 21.4.14 and Maxima 5.9.3 in fedora core 5. Both work fine independently After adding the instructions mentioned in the maxima web-page into the .emacs file: (setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist)) (setq load-path (cons "/usr/share/maxima/5.9.3/emacs" load-path )) (autoload 'maxima "maxima" "Running Maxima interactively" t) (autoload 'maxima-mode "maxima" "Maxima editing mode" t)

every time I activate the maxima mode emacs freezes.

rtoy commented 4 days ago

Imported from SourceForge on 2024-07-02 23:26:29 Created by robert_dodier on 2006-06-05 05:03:16 Original: https://sourceforge.net/p/maxima/bugs/933/#cf5e


rtoy commented 4 days ago

Imported from SourceForge on 2024-07-02 23:26:33 Created by robert_dodier on 2006-06-05 05:03:16 Original: https://sourceforge.net/p/maxima/bugs/933/#4b88


Logged In: YES user_id=501686

Can't tell what's going on here.

To the original poster: Please put your email here, or post a message to the Maxima mailing list (http://maxima.sourceforge.net/maximalist.html). Without further information this problem cannot be solved.

Marking this items as "pending" so it will be closed automatically in 2 weeks if not resolved otherwise.

rtoy commented 4 days ago

Imported from SourceForge on 2024-07-02 23:26:36 Created by sebschub on 2006-06-09 22:58:16 Original: https://sourceforge.net/p/maxima/bugs/933/#2f65


Logged In: YES user_id=1438953

Did you got the necessary information? I have the same problem. I use cvs emacs and maxima ebuild in Gentoo. It adds

;; maxima mode (setq load-path (cons "/usr/share/maxima/5.9.3/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)

to the site file.

After starting emacs "M-x maxima" shows

Loading maxima (source)...done

and freezes. I have to C-g. A "M-x maxima" again and everything is fine...

rtoy commented 4 days ago

Imported from SourceForge on 2024-07-02 23:26:40 Created by sebschub on 2006-06-09 22:58:16 Original: https://sourceforge.net/p/maxima/bugs/933/#2335


rtoy commented 4 days ago

Imported from SourceForge on 2024-07-02 23:26:43 Created by nobody on 2006-06-13 09:14:02 Original: https://sourceforge.net/p/maxima/bugs/933/#aa37


Logged In: NO

See comments 6 and 7:

http://bugs.gentoo.org/show\_bug.cgi?id=130245

rtoy commented 4 days ago

Imported from SourceForge on 2024-07-02 23:26:47 Created by nobody on 2006-06-13 09:34:26 Original: https://sourceforge.net/p/maxima/bugs/933/#a943


Logged In: NO

See comments 6 and 7:

http://bugs.gentoo.org/show\_bug.cgi?id=130245

rtoy commented 4 days ago

Imported from SourceForge on 2024-07-02 23:26:50 Created by robert_dodier on 2006-08-26 19:48:33 Original: https://sourceforge.net/p/maxima/bugs/933/#cd9a