From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: org-caldav problem: void-function url-http-options Date: Sat, 09 Feb 2013 19:29:59 +0100 Message-ID: <87d2w9gx20.fsf@engster.org> References: <87fw15msox.fsf@free.fr> <87hallh2bn.fsf@engster.org> <87y5exl6ls.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4FBn-00047k-7F for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 13:30:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4FBi-0002QN-1s for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 13:30:14 -0500 Received: from randomsample.de ([83.169.19.17]:57021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4FBg-00027Y-L7 for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 13:30:09 -0500 In-Reply-To: <87y5exl6ls.fsf@free.fr> (Julien Cubizolles's message of "Sat, 09 Feb 2013 18:50:07 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Julien Cubizolles Cc: emacs-orgmode@gnu.org Julien Cubizolles writes: > David Engster writes: > >> Julien Cubizolles writes: >>> Since a few days (maybe an emacs update) I get this error message >>> whenever I run org-caldav-sync.=20 >>> >>> Debugger entered--Lisp error: (void-function url-http-options) >>> >>> I've been digging around a bit and url-http-options is defined in >>> url-http.el which is present on my system >>> (/usr/share/emacs/24.3.50/lisp/url/url-http.el.gz) so I don't understand >>> why it isn't found (assuming that void-function message actually means >>> it can't find the definition of the function). >> >> Does doing a (require 'url-http) before calling org-caldav help? > > Yes it does, thanks, I should have thought of it. Why has it become > necessary=A0?=20 This change here is responsible: revno: 110337 committer: Stefan Monnier branch nick: trunk timestamp: Mon 2012-10-01 23:48:01 -0400 message: * lisp/url/url-http.el (url-http-user-agent-string): Leak less info. (url-http, url-http-file-exists-p, url-http-file-readable-p) (url-http-file-attributes, url-http-options, url-https-default-port) (url-https-asynchronous-p): Don't autoload. > It seems that url-http-options is called by > url-dav-supported-p, defined in url-dav.el. Shouldn't url-dav.el require > url-http.el=A0? Yes, it should. Could you file a bug report about this? -David