24 Feb
2011
24 Feb
'11
7:51 a.m.
On Wed, Feb 23, 2011 at 10:14 PM, Aditya Mahajan
Hi Hans,
Currently, luat-run.lua defines registertempfile as:
function luatex.registertempfile(name) name = name .. ".mkiv-tmp" -- maybe just .tmp if trace_temp_files and not tempfiles[name] then report_tempfiles("registering temporary file: %s",name) end tempfiles[name] = true return name end
Can you remove the first line of this function? (That is, do not modify the name at all). This will allow me to use this functionality to remove temporary files created by t-filter and t-vim. These files, do not end in .mkiv-tmp or .tmp. why not ? -- luigi