X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/b7657b86f85f575d5776dc6b626b1dc258d1fa47..e8fd1a9a2f3b68a8aee14b8776ff8398ba717eef:/src/ucw/packages.lisp?ds=sidebyside diff --git a/src/ucw/packages.lisp b/src/ucw/packages.lisp index 77a0362..0a35539 100644 --- a/src/ucw/packages.lisp +++ b/src/ucw/packages.lisp @@ -2,34 +2,22 @@ (defpackage lisp-on-lines-ucw (:documentation "An LoL Layer over ucw.basic") (:nicknames #:lol-ucw) - (:use #:lisp-on-lines #:ucw :common-lisp :arnesi :yaclml :puri) - (:shadow - #:standard-window-component - #:make-action - #:standard-action - #:uri-parse-error - #:standard-application - - #:call - #:answer) - - (:shadowing-import-from :ucw - #:parent) + (:use #:lisp-on-lines #:ucw-core :common-lisp :arnesi :yaclml :js :contextl) + + (:shadowing-import-from :js + #:new) + (:shadowing-import-from :ucw-core + #:parent ) + (:import-from :ucw-standard + #:call #:answer #:defaction #:*source-component*) - (:import-from :ucw - #:register-action-in-frame - #:+action-parameter-name+ - #:context.current-frame - #:uri.query - #:*current-component* - #:find-action - #:service) + (:export ;;; First, LOL-UCW exports. The rest are from UCW. #:lol-component - + #:*source-component* #:defcomponent #:uri.query @@ -51,7 +39,7 @@ #:*context* #:context.current-frame #:context.window-component - + #:*current-component* ;; Actions #:call