From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42910 Path: main.gmane.org!not-for-mail From: smd@ab.use.net (Sean Doran) Newsgroups: gmane.emacs.gnus.general Subject: (require 'url-handlers) in lisp/mm-url.el Date: Mon, 4 Feb 2002 19:17:58 +0000 (GMT) Sender: owner-ding@hpc.uh.edu Message-ID: <20020204191758.6BF5E760@ab.use.net> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035178088 14715 80.91.224.250 (21 Oct 2002 05:28:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:28:08 +0000 (UTC) Return-Path: Original-Received: (qmail 8813 invoked from network); 4 Feb 2002 20:46:31 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 4 Feb 2002 20:46:31 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16Xq0O-00081j-00; Mon, 04 Feb 2002 14:46:24 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 04 Feb 2002 14:46:00 -0600 (CST) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA21997 for ; Mon, 4 Feb 2002 14:45:07 -0600 (CST) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id g14Kj4s04191 for ding@hpc.uh.edu; Mon, 4 Feb 2002 14:45:04 -0600 Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA21335 for ; Mon, 4 Feb 2002 13:18:15 -0600 (CST) Original-Received: (qmail 6833 invoked by alias); 4 Feb 2002 19:18:12 -0000 Original-Received: (qmail 6828 invoked from network); 4 Feb 2002 19:18:12 -0000 Original-Received: from host217-37-202-105.in-addr.btopenworld.com (HELO ab.use.net) (2465-ident-is-a-completely-pointless-protocol-that-offers-no-security-or-traceability-at-all-so-take-this-and-log-it?@217.37.202.105) by gnus.org with SMTP; 4 Feb 2002 19:18:12 -0000 Original-Received: by ab.use.net (Postfix, from userid 3005) id 6BF5E760; Mon, 4 Feb 2002 19:17:58 +0000 (GMT) Original-To: ding@gnus.org Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42910 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42910 Hi - Shouldn't the (require 'url-handlers) in lisp/mm-url.el be modernized to (require 'url)? Certainly w3-4.0pre.46 does not have url-handlers.el any longer, but maybe it's back again in newer stuff? Sean.