ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Question regarding registertempfile
@ 2011-02-23 21:14 Aditya Mahajan
  2011-02-24  7:51 ` luigi scarso
  0 siblings, 1 reply; 3+ messages in thread
From: Aditya Mahajan @ 2011-02-23 21:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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.

Thanks
Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-24 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-23 21:14 Question regarding registertempfile Aditya Mahajan
2011-02-24  7:51 ` luigi scarso
2011-02-24 21:31   ` Aditya Mahajan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).