Hello,<div><br></div><div>After loading able with quicklisp, able:start gives an error about a :padding initarg. The version of LTK that quicklisp distributes appears to be using :pady and :padx rather than :padding. </div>
<div><br></div><div>Replacing ':padding "\"1 1\""' with ':padx 1 :pady 1' in able::create-widgets allows able to run. </div><div><br></div><div>Matt</div>