[BACK]Return to init-asir.scm CVS log [TXT][DIR] Up to [local] / OpenXM / src / texmacs / asir / progs

File: [local] / OpenXM / src / texmacs / asir / progs / init-asir.scm (download)

Revision 1.1, Wed Feb 25 14:45:28 2004 UTC (20 years, 4 months ago) by ohara
Branch: MAIN

TeXmacs plugin for Risa/Asir using the OpenXM protocol.

; $OpenXM: OpenXM/src/texmacs/asir/progs/init-asir.scm,v 1.1 2004/02/25 14:45:28 ohara Exp $

; (define (asir-initialize)
;   (menu-extend texmacs-session-help-icons
;     (if (and (in-asir?)
;          (url-exists? "$OpenXM_HOME/doc/asir2000/html-eg/man_toc.html"))
;     |
;     ((balloon (icon "tm_help.xpm") "Asir manual")
;      (load-help-buffer "$OpenXM_HOME/doc/asir2000/html-eg/man_toc.html")))
; 	))

(plugin-configure asir
  (:require (url-exists-in-path? "ox_asir"))
;  (:initialize (asir-initialize))
  (:launch "tm_asir")
  (:session "Asir"))