~registry/texmacs/trunk

« back to all changes in this revision

Viewing changes to src/plugins/lush/progs/init-lush.scm

  • Committer: mgubi
  • Date: 2009-06-04 15:13:41 UTC
  • Revision ID: svn-v4:64cb5145-927a-446d-8aed-2fb7b4773692:trunk:2717
Support for X11 TeXmacs.app on Mac

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
3
;;
 
4
;; MODULE      : init-clisp.scm
 
5
;; DESCRIPTION : Initialize clisp plugin
 
6
;; COPYRIGHT   : (C) 2003 Michael Graffam
 
7
;;
 
8
;; This software falls under the GNU general public license version 3 or later.
 
9
;; It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
 
10
;; in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
 
11
;;
 
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
13
 
 
14
(define (lush-initialize)
 
15
  (import-from (utils plugins plugin-convert))
 
16
  (plugin-input-converters lush))
 
17
 
 
18
(plugin-configure lush
 
19
  (:require (url-exists-in-path? "lush"))
 
20
  (:initialize (lush-initialize))
 
21
  (:launch "tm_lush")
 
22
  (:session "Lush"))