From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12267 Path: main.gmane.org!not-for-mail From: Mark Hovey Newsgroups: gmane.emacs.gnus.general Subject: Unbundling custom (last!) Date: 22 Sep 1997 09:16:30 +0000 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035151833 2846 80.91.224.250 (20 Oct 2002 22:10:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:10:33 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id HAA00618 for ; Mon, 22 Sep 1997 07:35:01 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id JAA03473 for ; Mon, 22 Sep 1997 09:30:52 -0500 (CDT) Original-Received: from cchan1.math.wesleyan.edu (cchan1.math.wesleyan.edu [129.133.30.47]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 22 Sep 1997 15:13:50 +0200 Original-Received: (from hovey@localhost) by cchan1.math.wesleyan.edu (8.8.5/8.8.5) id JAA00789; Mon, 22 Sep 1997 09:16:31 GMT Original-To: ding@ifi.uio.no Original-Lines: 8 Xref: main.gmane.org gmane.emacs.gnus.general:12267 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12267 OK, now I understand the situation. There is an error message that tells you exactly what to do. The problem is that error message is not generated if locate-library finds a version of custom that is too old too work. So all that needs to be done is to check that the version of custom that locate-library finds is not too old, and if it is, to print the error message. Then I will be happy (except I still have to modify my code to automatically fetch and compile gnus). Mark Hovey