[Python-modules-team] Bug#560755: Potential patch to fix this bug
Jakub Wilk
ubanus at users.sf.net
Sat Dec 12 18:49:53 UTC 2009
* Kumar Appaiah <a.kumar at alumni.iitm.ac.in>, 2009-12-12, 11:38:
>I have a potential fix for this bug. My approach is based on the
>premise that the make-temp-file function provided from Emacs 22
>onwards is safe. So, I backport the method to the rst.el file, and
>bind it to the symbol rst--make-temp-file as follows:
Thank you very much for your patch!
I think we could avoid backporting code, if we created a temporary
directory (and then a file with an arbitrary name and proper suffix
inside it) rather than a temporary file.
>I don't see a solution for removing the temporary files, though.
Is it possible to somehow store the name of temporary thing that has
been created? That way maybe we could re-use it on next invocation of
the preview function and delete it in some kind of exit hook.
--
Jakub Wilk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20091212/88360943/attachment-0001.pgp>
More information about the Python-modules-team
mailing list