Re: [ANN] yet a newer version of the axiom mode for emacs.

Martin Rubey <[email protected]>
Newsgroups gmane.comp.mathematics.axiom.user
Message-ID <[email protected]>
Sorry for spamming, I just uploaded todays work and I believe it's worth
another mail.

So, 

* goto http://wiki.axiom-developer.org/AxiomEmacsMode

* click on tangle

* put the resulting file in a directory where gnu emacs can find it, most
  likely ~/emacs

* edit your .emacs to contain the following two lines:

(setq auto-mode-alist (cons '("\\.axiom$" . axiom-mode) auto-mode-alist))
(require 'axiom)

* start emacs

* issue M-x axiom RET (for non-emacs users: press the alt key and "x", then
  enter "axiom", then hit return)

* do some computations

* try to kill the buffer (for non-emacs users: press the ctrl key and "k")
  but then answer with "no"

* save your file (for non-emacs users: press the ctrl key and "x", then "s")
  and choose a file name ending in ".axiom".

* kill the buffer (for non-emacs users: press the ctrl key and "k")

* visit the file (for non-emacs users: press the ctrl key and "x", then "f", 
  then the filename including ".axiom", then return)

* enjoy.

Send bugs to any of the lists, or to myself.

Martin
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.