>>> [EMAIL PROTECTED] 08/17/05 2:45 PM >>>
/home/walter.cruz/extman.lua:266: attempt to concatenate local `path'
(a nil value)

I think we had this problem before....the basic problem is that path 
isn't initialized:

function scite_Files(mask)
  local f,path
  if scite_GetProp('PLAT_GTK') then
    f = io.popen('ls -1 '..mask)
>>>    path = ''     
  else
    mask = string.gsub(mask,'/','\\')
    ....

The '>>>' shows the line that needs to be inserted!

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.  MailScanner thanks Transtec Computers for their 
support.


_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to