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

Re: old junk accruing in ~/.w3m



jidanni@xxxxxxxxxxx writes:

> Have a look in your ~/.w3m directory, you may discover temporary file
> junk from several months back never disposed of, mostly images,

Those file are made by w3m when retrieving is aborted. You may delete
them on w3m's quit automatically like this.

(add-hook 'w3m-arrived-shutdown-functions
	  (lambda ()
	    (shell-command "rm ~/.w3m/w3mel* ~/.w3m/w3msrc*")))

Regards,