[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Saving Cookies when killing emacs
- From: ino-qc@xxxxxxxxxxxxxxxxxxxxxxxxx (C. Fischer)
- Date: Sun, 20 Feb 2005 17:41:46 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 07657
- References: <87y8esgazw.fsf@robotron.ath.cx>
* 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