;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; MODULE      : init-openaxiom.scm
;; DESCRIPTION : Initialize openaxiom plugin
;; COPYRIGHT   : (C) 1999  Joris van der Hoeven
;;
;; This software falls under the GNU general public license and comes WITHOUT
;; ANY WARRANTY WHATSOEVER. See the file $TEXMACS_PATH/LICENSE for details.
;; If you don't have this file, write to the Free Software Foundation, Inc.,
;; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(define (openaxiom-initialize)
  (import-from (texmacs plugin plugin-convert))
  (lazy-input-converter (openaxiom-input) openaxiom))

(plugin-configure openaxiom
  (:require (url-exists-in-path? "open-axiom"))
  (:initialize (openaxiom-initialize))
  (:launch "tm_openaxiom")
  (:session "OpenAxiom"))