Re: Re: Status of Axiom mode for Emacs
Martin Rubey <[email protected]> Tue, 27 Apr 2010 08:40:50 +0200
| Newsgroups | gmane.comp.mathematics.axiom.user |
|---|---|
| Message-ID | <[email protected]> |
Jason White <[email protected]> writes: > Tim Daly <[email protected]> writes: > >> As far as I am aware there is no emacs mode for Axiom. >> Contact Martin Rubey > > Thank you for the clarification. axiom.el became fricas.el + fricas-cpl.el + efricas, is part of the fricas distribution, and actively maintained. I don't think it would be difficult to backport it to axiom (or open-axiom). The main issue is that it requires fricas to wrap any output fricas sends in markers, grep the fricas sources for |$ioHook|. Martin