emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] trunk r113773: Gnus: delete temporary files when Gnus


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r113773: Gnus: delete temporary files when Gnus exits instead of using timers
Date: Fri, 09 Aug 2013 22:19:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> That's quite possible.  But I have no good idea for the solution.
> Is there a better way than using a long timer?

[ I haven't followed the code very much, so I don't know what those
  temp files are or why you can't reliably know when to erase them.  ]

I don't think there "a solution".  You could mix the two previous
solutions: have a timer erase the files after some time, plus have an
exit-hook that also deletes the files.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]