Annotation of OpenXM/src/texmacs/asir/progs/init-asir.scm, Revision 1.1
1.1 ! ohara 1: ; $OpenXM$
! 2:
! 3: ; (define (asir-initialize)
! 4: ; (menu-extend texmacs-session-help-icons
! 5: ; (if (and (in-asir?)
! 6: ; (url-exists? "$OpenXM_HOME/doc/asir2000/html-eg/man_toc.html"))
! 7: ; |
! 8: ; ((balloon (icon "tm_help.xpm") "Asir manual")
! 9: ; (load-help-buffer "$OpenXM_HOME/doc/asir2000/html-eg/man_toc.html")))
! 10: ; ))
! 11:
! 12: (plugin-configure asir
! 13: (:require (url-exists-in-path? "ox_asir"))
! 14: ; (:initialize (asir-initialize))
! 15: (:launch "tm_asir")
! 16: (:session "Asir"))
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>