Hi! Thanks for the reply,
I had done some digging on google and found someone in a similar situation with TBNL, and he tried changing his locale LC_ALL to a utf-8 one. The above (:EXTERNAL-FORMAT :ASCII part was :ASCII only after I set my locale to UTF-8, beforehand it was :LATIN-1, which I do not understand.
Maybe you used a locale which wasn't recognized and therefore the system defaulted to ASCII?
Yes, it did just turn out to be bad configuration on my end. Sorry about that.
I've been having a lot of fun mucking around with TBNL, but I've run into a bit of a wall here: in regards to my tiny page in my previous post, I've got a list of plists which I would like to use to generate a page of clickable links (one link for each plist) which, when clicked, would evaluate a lisp expression (actually, I just want to push that plist entry onto another list).
I thought about using create-prefix-dispatcher and somehow keeping a separate *dispatch-table* for each session, but I thought there may be an easier way without having to modify the base code. Could you give me any advice on some solution?
Thank you,