Re: [Axiom-mail] [ANN] new version of axiom.el
Martin Rubey <[email protected]>
| Newsgroups | gmane.comp.mathematics.axiom.devel,gmane.comp.mathematics.axiom.user |
|---|---|
| Message-ID | <[email protected]> |
A new version of axiom.el (10-06-2007) is now available on http://wiki.axiom-developer.org/SandBoxAxiomEmacsMode Thanks to Tom Tromey, shell mode works now even after having used axiom mode. I also added some documentation. Missing: * xemacs port * allow debugger to be entered, I.e., track when the prompt may change. How does shell mode do this? * implement repositioning of the process-mark consistently and safely. * clean up initialisation routines. At times a hit an error in statements like (process-mark axiom-process), because for some reasons axiom-process is nil. It shouldn't be nil of course. Martin