crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.

Home Page:http://www.crategus.com/books/cl-cffi-gtk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generated symbol names depend on `*print-case*` et al

joachifm opened this issue · comments

Throughout, (intern (format nil ...)) is used to generate symbol names.
The actual names generated in this way depend on the values of *print-case*
and whatever other variables format consults, which has the potential to
cause some grief for people using non-standard values (e.g., :downcase).