crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

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

Open joachifm opened 9 years ago

joachifm commented 9 years ago

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).