Lisp HUG Maillist Archive

error

I have this in the KnowledgeWorks listener:

==> (common-lisp-user::name (kw:any '?obj
'(common-lisp-user::classifiable-facet ?obj)))

"facet5-3"


and now I do this:

==> (common-lisp-user::name (kw:any '?obj '(and
(common-lisp-user::classifiable-facet ?obj) (equal
(common-lisp-user::name ?obj) "facet5-3"))))


Error: No applicable methods for #<STANDARD-GENERIC-FUNCTION
COMMON-LISP-USER::NAME 20F8EA3C> with args (NIL)


I also have this:

==> (kw:any '?obj '(and (common-lisp-user::classifiable-facet ?obj)
(equal (common-lisp-user::name ?obj) "facet5-3")))
NIL
NIL


I do not really understand where my error is. Could anyone tell me
what's wrong?

thanks
regards
Miro Casanova



Updated at: 2020-12-10 09:01 UTC