This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Thread local readtables


Hello,

I'd like to use different readtables in different threads.
Is there a recommended way to do that?

I tried gnu.kawa.lispexpr.ReadTable:setCurrent, but that seems to set
the global binding.  It would nice if READ would take the readtable as
(optional) argument, instead of repeatedly calling
gnu.kawa.lispexpr.ReadTable:getCurrent.

Helmut.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]