[BACK]Return to init-openxm.scm CVS log [TXT][DIR] Up to [local] / OpenXM / src / kxx

Diff for /OpenXM/src/kxx/init-openxm.scm between version 1.3 and 1.4

version 1.3, 2004/03/10 17:31:13 version 1.4, 2004/03/10 19:17:25
Line 1 
Line 1 
 ; $OpenXM: OpenXM/src/kxx/init-openxm.scm,v 1.2 2004/03/07 22:55:12 ohara Exp $  ; $OpenXM: OpenXM/src/kxx/init-openxm.scm,v 1.3 2004/03/10 17:31:13 ohara Exp $
   
 (define (my-openxm-plugin-eval t)  (define (my-openxm-plugin-eval t)
   (import-from (texmacs plugin plugin-cmd))    (import-from (texmacs plugin plugin-cmd))
Line 44 
Line 44 
 (plugin-configure openxm  (plugin-configure openxm
   (:require (and (url-exists-in-path? "openxm") (url-exists-in-path? "ox_texmacs")))    (:require (and (url-exists-in-path? "openxm") (url-exists-in-path? "ox_texmacs")))
   (:initialize (openxm-initialize))    (:initialize (openxm-initialize))
   (:launch "openxm ox_texmacs")    (:launch "exec openxm ox_texmacs")
   (:session "OpenXM"))    (:session "OpenXM"))

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>