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

Re: Saving Cookies when killing emacs



* 2005-01-17 David Hansen:

> i have
>
> (add-hook 'kill-emacs-hook (lambda () (w3m-quit t)))
>
> in my ~/.emacs.  I think it would be a nice feature if something like this
> will be installed per default.  Probably
>
> (lambda () (when w3m-use-cookies (w3m-cookie-shutdown)))

good idea.  i just checked:  'kill-emacs-hook already contained
"w3m-cookie-shutdown".  right now:

  kill-emacs-hook's value is 
  ((lambda nil
     (w3m-quit t))
   w3m-arrived-shutdown)

after "w3m-quit", could "w3m-arrived-shutdown" cause problems, and why doess
emacs-w3m install it, but not the cookie-shutdown?

  clemens