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]

RE: BRL reader problem.


This problem seems to be caused by ReadTable.getCurrent() in BRLRead,
line 71 returning a different readtable then those created when BRL was
initialized.  The value for ']' in that table is a
gnu.kawa.lispexpr.ReaderMisc instead of a gnu.kawa.brl.BRLReaderString.
Because of this, the normal lisp reader reads ]lorem[ .  Now the servlet
sets the language based on the file type, and it's an instance of
gnu.kawa.brl.BRL .  Shouldn't ReadTable.getCurrent() return the BRL
readtable?
Dan Stanger
Eaton Vance Management
Two International Place 
Boston, MA 02110
Mobile: 617 646 9682
Office: 617 672 8261


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