A minor nit I found while passing a custom encoding to this function. It's quite cumbersome to have to specify the other optional arguments to this function just to change one of them.
Using keywords would also have the benefit of matching the lambda list of lisp-string-to-foreign.
Leslie
On Thu, Jan 14, 2010 at 9:30 AM, Leslie P. Polzer sky@viridian-project.de wrote:
A minor nit I found while passing a custom encoding to this function. It's quite cumbersome to have to specify the other optional arguments to this function just to change one of them.
FOREIGN-STRING-TO-LISP does take keyword arguments. What am I missing?