[climacs-cvs] CVS climacs

thenriksen thenriksen at common-lisp.net
Thu Jan 3 17:00:25 UTC 2008


Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv20125

Modified Files:
	climacs.asd 
Log Message:
Disable syntaxes that do not yet work with the new redisplay engine.


--- /project/climacs/cvsroot/climacs/climacs.asd	2007/12/08 08:55:06	1.62
+++ /project/climacs/cvsroot/climacs/climacs.asd	2008/01/03 17:00:24	1.63
@@ -41,10 +41,10 @@
 ;;    (:file "ttcn3-syntax" :depends-on ("packages"))
    (:file "climacs-lisp-syntax" :depends-on ("core" "groups"))
    (:file "climacs-lisp-syntax-commands" :depends-on ("climacs-lisp-syntax" "misc-commands"))
-   (:file "c-syntax" :depends-on ("core"))
-   (:file "c-syntax-commands" :depends-on ("c-syntax" "misc-commands"))
-   (:file "java-syntax" :depends-on ("core"))
-   (:file "java-syntax-commands" :depends-on ("java-syntax" "misc-commands"))
+   #+nil(:file "c-syntax" :depends-on ("core"))
+   #+nil(:file "c-syntax-commands" :depends-on ("c-syntax" "misc-commands"))
+   #+nil(:file "java-syntax" :depends-on ("core"))
+   #+nil(:file "java-syntax-commands" :depends-on ("java-syntax" "misc-commands"))
    (:file "gui" :depends-on ("packages"))
    (:file "core" :depends-on ("gui"))
    (:file "io" :depends-on ("packages" "gui"))




More information about the Climacs-cvs mailing list