Haris Bogdanovich
unread,Apr 13, 2012, 4:51:07 PM4/13/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi.
I have this at the beggining of my code:
(defpackage test-x (:use :cl :hunchentoot :cl-who :parenscript))
(in-package test-x)
I loaded those libraries with Quicklisp.
Why I can autocomplete in Lispworks symbols like:
:html, :head, :body but can't symbols like :onload, :onclick ?
Thanks