Re: url-cookie-file noise

2005-12-21 Thread Stefan Monnier
 Incidentally, ~/.url should probably be ~/.emacs.d/url instead.
 It should use the latter if .emacs.d exists and ~/.url does not
 exist.  (That's the usual criterion.)

 Would you like to fix it?

Done,


Stefan


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


url-cookie-file noise

2005-12-20 Thread Bill Wohler
In the last few weeks, I've started to see the following message in the
minibuffer at odd intervals:

  Cookies file /home/wohler/.url/cookies (see variable
  `url-cookie-file') is unwritable.

I'm not using this package explicitly. Either it, or the package using
it, should be ensuring that the url environment is set up correctly
without user intervention. In this particular case, I assume that means
creating ~/.url (which does not exist on my system).

The last few entries in the url ChangeLog are as follows. Hmmm, timer
sure sounds suspicious...

2005-12-07  Klaus Straubinger  [EMAIL PROTECTED]  (tiny change)

* url-cookie.el (url-cookie-save-interval): Simplify.
(url-cookie-setup-save-timer): Simplify.

2005-12-04  Klaus Straubinger  [EMAIL PROTECTED]  (tiny change)

* url-history.el (url-history-list): Var deleted.
(url-history-save-interval): Simplify.
(url-history-setup-save-timer): Simplify.

2005-12-01  Kim F. Storm  [EMAIL PROTECTED]

* url-history.el (url-history-track): Fix last change.

2005-12-01  Klaus Straubinger  [EMAIL PROTECTED]  (tiny change)

* url-history.el (url-history-track):
Call url-history-setup-save-timer in :set function.
:type allows three alternatives.
(url-history-setup-save-timer): Test url-history-track.
* url.el (url-retrieve): Test url-history-track.


-- 
Bill Wohler [EMAIL PROTECTED]  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: url-cookie-file noise

2005-12-20 Thread Stefan Monnier
   Cookies file /home/wohler/.url/cookies (see variable
   `url-cookie-file') is unwritable.

 I'm not using this package explicitly. Either it, or the package using
 it, should be ensuring that the url environment is set up correctly
 without user intervention. In this particular case, I assume that means
 creating ~/.url (which does not exist on my system).

Incidentally, ~/.url should probably be ~/.emacs.d/url instead.


Stefan


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: url-cookie-file noise

2005-12-20 Thread Richard M. Stallman
Incidentally, ~/.url should probably be ~/.emacs.d/url instead.

It should use the latter if .emacs.d exists and ~/.url does not
exist.  (That's the usual criterion.)

Would you like to fix it?


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug