From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30286 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: url changes? Date: 24 Apr 2000 09:55:30 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <867ldny2e5.fsf@megalith.bp.aventail.com> References: <87snwc868x.fsf@mharnois.workgroup.net> Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166844 7660 80.91.224.250 (21 Oct 2002 02:20:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:20:44 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id B7BC8D051E for ; Mon, 24 Apr 2000 11:00:52 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB15860; Mon, 24 Apr 2000 09:59:46 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 24 Apr 2000 09:59:04 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA17776 for ; Mon, 24 Apr 2000 09:58:52 -0500 (CDT) Original-Received: from fido.kiva.net (fido.kiva.net [206.97.64.41]) by mailhost.sclp.com (Postfix) with SMTP id 52D00D051E for ; Mon, 24 Apr 2000 10:59:04 -0400 (EDT) Original-Received: (qmail 31401 invoked from network); 24 Apr 2000 14:57:43 -0000 Original-Received: from dial428.bton.kiva.net (HELO megalith.bp.aventail.com) (216.9.129.172) by fido.kiva.net with SMTP; 24 Apr 2000 14:57:43 -0000 Original-Received: (from wmperry@localhost) by megalith.bp.aventail.com (8.9.3/8.9.3) id JAA03288; Mon, 24 Apr 2000 09:55:30 -0500 (EST) (envelope-from wmperry@aventail.com) X-Authentication-Warning: megalith.bp.aventail.com: wmperry set sender to wmperry@aventail.com using -f Original-To: ding@gnus.org X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Michael Harnois writes: > > > This is with the latest gnus and the latest url from cvs. > > > > While compiling nnweb-url-retrieve-asynch: > > ** url-retrieve called with 1 argument, but requires 2-3 > > What w3/url version do you have? He is using the latest stuff from CVS, which is the almost complete rewriting of the URL library. This is the one that uses some code from Gnus for the mime parsing and mailcap handling. By default the new interface is asynchronous and takes callbacks directly. New footprint is: (defun url-retrieve (url callback &optional cbargs) ...) There is also: (defun url-retrieve-synchronously (url) ...) which acts like the old version. There are still some oddities with its interaction with the new W3, but I won't have time for a month or two to really bang it into shape (currently contracting some large xemacs changes) -Bill P.