Hello,
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.
Replacing ':padding ""1 1""' with ':padx 1 :pady 1' in able::create-widgets allows able to run.
Matt