Hi guys, I've made extman.lua and scite_other.lua compatible with Lua 5.1; very few changes needed (loadlib is now package.loadlib, so I check for the existence of loadlib, etc; for i,v in table is finally been removed)
http://mysite.mweb.co.za/residents/sdonovan/new-extman.zip scite_other _is_ a hack, because without linkable Lua symbols one can only import a simple function taking no arguments; hence the temporary files. OpenOther _can_ open files with spaces, but either use '/' or '\\' in Lua strings. I agree that a Linux version would be useful, but the DirectorExtension interface is rather different and .. subtle. (I.e. I don't fully understand it ;)) steve d. -- This message is subject to the CSIR's copyright, terms and conditions and e-mail legal notice. Views expressed herein do not necessarily represent the views of the CSIR. CSIR E-mail Legal Notice http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html CSIR Copyright, Terms and Conditions http://mail.csir.co.za/CSIR_Copyright.html For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR Legal Notice send a blank message with REQUEST LEGAL in the subject line to [EMAIL PROTECTED] This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
