This is the mail archive of the kawa@sources.redhat.com 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: string-append/shared


ELisp.java uses 

    defun("concat", new kawa.standard.string_append());

and string_append.java is now disappearing so we need to fix that also.
How about I comment out the current line and let you (Per) fix it?  My
thought was that we'll need to add the equivalent of

    define_field ("concat", "kawa.lib.strings", "string$Mnappend");

but I'm note sure that will work for elisp.  

Regards,
Chris Dean


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