Update of /project/climacs/cvsroot/climacs In directory clnet:/tmp/cvs-serv18003
Modified Files: structured-editing.lisp packages.lisp Log Message: Moved Structedit's defpackage form into packages.lisp and exported some symbols from it.
--- /project/climacs/cvsroot/climacs/structured-editing.lisp 2008/01/09 09:47:15 1.1 +++ /project/climacs/cvsroot/climacs/structured-editing.lisp 2008/01/11 02:15:08 1.2 @@ -30,11 +30,6 @@
;;; You must do M-x Structedit Mode to enable these commands.
-(defpackage :climacs-structedit - (:use :clim-lisp :clim :esa :esa-utils :drei :drei-buffer :drei-base :drei-core - :drei-motion :drei-editing :drei-syntax :drei-lr-syntax :drei-lisp-syntax) - (:shadow clim:form)) - (in-package :climacs-structedit)
(define-syntax-mode structedit-mode () --- /project/climacs/cvsroot/climacs/packages.lisp 2008/01/10 14:15:51 1.129 +++ /project/climacs/cvsroot/climacs/packages.lisp 2008/01/11 02:15:08 1.130 @@ -167,6 +167,13 @@ :drei-syntax :flexichain :drei :drei-fundamental-syntax) (:export))
+(defpackage :climacs-structedit + (:use :clim-lisp :clim :esa :esa-utils :drei :drei-buffer :drei-base :drei-core + :drei-motion :drei-editing :drei-syntax :drei-lr-syntax :drei-lisp-syntax) + (:shadow clim:form) + (:export #:structedit-mode + #:structedit-table)) + (defpackage :climacs-c-syntax (:use :clim-lisp :clim :clim-extensions :drei-buffer :drei-base :drei-syntax :drei-fundamental-syntax :flexichain :drei