From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19581 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: w3 b30 Date: 03 Dec 1998 06:40:45 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86pva1ihc2.fsf@kramer.bp.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157905 12358 80.91.224.250 (20 Oct 2002 23:51:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:51:45 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id HAA25678 for ; Thu, 3 Dec 1998 07:37:39 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.9.1/8.9.1) with ESMTP id FAA18955; Thu, 3 Dec 1998 05:40:42 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 03 Dec 1998 05:40:22 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id FAA13595 for ; Thu, 3 Dec 1998 05:40:13 -0600 (CST) Original-Received: from slow.bp.aventail.com (vina09.cntwk.net [207.205.120.135]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA25020 for ; Thu, 3 Dec 1998 06:40:00 -0500 (EST) Original-Received: from kramer.bp.aventail.com (kramer.bp.aventail.com [192.168.2.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id GAA07792; Thu, 3 Dec 1998 06:39:38 -0800 Original-Received: (from wmperry@localhost) by kramer.bp.aventail.com (8.8.5/8.8.5) id GAA03233; Thu, 3 Dec 1998 06:40:45 -0500 Original-To: Lars Magne Ingebrigtsen X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Two tiny things to make the cid: thing work out-of-the-box: > > 1) url-misc doesn't seem to be loaded automatically, which means > that the cid functions aren't defined. This was because of a broken autoload, and should be fixed in the upcoming b31. > 2) url-misc uses macros defined in mm-decode, but it doesn't > require that file, so it bugs out on "invalid function". > > 0.56 works around both these by `(load "url-misc.el")'-ing in the > w3 init function thingie. When Emacs/W3 4.0pre31 is uploaded later this morning this will no longer be a problem. I've moved the CID loaders out into url-cid.el and only compile it if I can find a recent version of gnus / mm-decode at configure time. So it will compile if it can, but otherwise it will just be a bit slower. -Bill P.