unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* url-cache - (require 'url)
@ 2006-01-01 17:48 David Reitter
  2006-01-02  5:08 ` Stefan Monnier
  0 siblings, 1 reply; 22+ messages in thread
From: David Reitter @ 2006-01-01 17:48 UTC (permalink / raw)


I think url-cache.el needs a (require 'url) to define url- 
configuration-directory which is (now) needed to define url-cache- 
directory. Otherwise, a simple (require 'url-cache) fails unless url  
isn't loaded beforehand.

--Lisp error: (void-variable url-configuration-directory)
   (expand-file-name "cache" url-configuration-directory)
   eval((expand-file-name "cache" url-configuration-directory))
   custom-initialize-reset(url-cache-directory (expand-file-name  
"cache" url-configuration-directory))
   custom-declare-variable(url-cache-directory (expand-file-name  
"cache" url-configuration-directory) ("/Applications/Aquamacs  
Emacs.app/Contents/Resources/lisp/url/url-cache.elc" . -662) :type  
directory :group url-file)
   require(url-cache)

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2006-02-19 19:56 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-01 17:48 url-cache - (require 'url) David Reitter
2006-01-02  5:08 ` Stefan Monnier
2006-01-02  9:47   ` David Reitter
2006-01-02 16:25     ` Stefan Monnier
2006-01-02 18:03       ` David Reitter
2006-01-03  1:46         ` Stefan Monnier
2006-01-03  9:51           ` David Reitter
2006-01-03 15:54             ` Stefan Monnier
2006-01-03 16:15               ` David Reitter
2006-01-03 20:05                 ` Stefan Monnier
2006-01-05 22:11                 ` Stefan Monnier
2006-01-06 18:12                   ` Mark Plaksin
2006-01-09  1:37                     ` Stefan Monnier
2006-01-14 18:32                       ` Mark Plaksin
2006-01-15  4:45                         ` Stefan Monnier
2006-01-15  4:59                           ` Mark Plaksin
2006-01-15  6:09                             ` Stefan Monnier
2006-01-15 18:18                               ` Mark Plaksin
2006-01-16  2:26                                 ` Stefan Monnier
2006-01-16  2:49                                   ` Mark Plaksin
2006-01-16 18:45                                     ` Stefan Monnier
2006-02-19 19:56                                       ` Mark Plaksin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).