From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64633 Path: news.gmane.org!not-for-mail From: Aidan Kehoe Newsgroups: gmane.emacs.xemacs.beta,gmane.emacs.gnus.general Subject: Re: Gnus: Autoloads for parse-time.el variables (was: [PATCH] package building problems.) Date: Sun, 13 May 2007 14:45:40 +0200 Message-ID: <17991.2164.830654.64936@parhasard.net> References: <17990.13620.262943.353149@parhasard.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1179060366 30085 80.91.229.12 (13 May 2007 12:46:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 May 2007 12:46:06 +0000 (UTC) Cc: ding@gnus.org, XEmacs Beta To: Reiner Steib Original-X-From: xemacs-beta-bounces@xemacs.org Sun May 13 14:46:02 2007 Return-path: Envelope-to: gexb-xemacs-beta-2@gmane.org Original-Received: from 98.f7bed1.client.atlantech.net ([209.190.247.152] helo=calypso.tux.org) by lo.gmane.org with esmtp (Exim 4.50) id 1HnDSb-0006QT-CY for gexb-xemacs-beta-2@gmane.org; Sun, 13 May 2007 14:46:01 +0200 Original-Received: from calypso.tux.org (localhost [127.0.0.1]) by calypso.tux.org (Postfix) with ESMTP id 21D62117FD4; Sun, 13 May 2007 08:45:58 -0400 (EDT) Original-Received: from gwyn.tux.org (gwyn.tux.org [207.172.156.132]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by calypso.tux.org (Postfix) with ESMTP id 02992117FB9 for ; Sun, 13 May 2007 08:45:55 -0400 (EDT) Original-Received: from gwyn.tux.org (ident-user@localhost.localdomain [127.0.0.1]) by gwyn.tux.org (8.12.11/8.12.11) with ESMTP id l4DCjttO026710 for ; Sun, 13 May 2007 08:45:55 -0400 Original-Received: (from xemacweb@localhost) by gwyn.tux.org (8.12.11/8.12.11/Submit) id l4DCjtqL026709 for xemacs-beta@calypso.tux.org; Sun, 13 May 2007 08:45:55 -0400 Original-Received: from gwyn.tux.org (ident-user@localhost.localdomain [127.0.0.1]) by gwyn.tux.org (8.12.11/8.12.11) with ESMTP id l4DCjqgS026694 for ; Sun, 13 May 2007 08:45:52 -0400 Original-Received: (from mailnull@localhost) by gwyn.tux.org (8.12.11/8.12.11/Submit) id l4DCjqDu026693 for xemacweb@tux.org; Sun, 13 May 2007 08:45:52 -0400 Original-Received: from icarus.asclepian.ie (icarus.ipv4.asclepian.ie [66.111.49.30]) by gwyn.tux.org (8.12.11/8.12.11) with ESMTP id l4DCjpuq026669 for ; Sun, 13 May 2007 08:45:51 -0400 Original-Received: by icarus.asclepian.ie (Postfix, from userid 1003) id 3DCB88008C; Sun, 13 May 2007 13:46:23 +0100 (IST) In-Reply-To: X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" (+CVS-20070331) XEmacs Lucid X-NS5-file-as-sent: t X-Echelon-distraction: Area 51 New World Order NSA Ft. Bragg terrorist Honduras X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (gwyn.tux.org [0.0.0.0]); Sun, 13 May 2007 08:45:55 -0400 (EDT) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (gwyn.tux.org [0.0.0.0]); Sun, 13 May 2007 08:45:52 -0400 (EDT) X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-1.6 (gwyn.tux.org [207.172.156.133]); Sun, 13 May 2007 08:45:52 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on gwyn.tux.org X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on gwyn.tux.org X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on gwyn.tux.org X-Virus-Status: Clean X-XEmacs-List: beta X-BeenThere: xemacs-beta@xemacs.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports and discussion of XEmacs development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: xemacs-beta-bounces@xemacs.org Errors-To: xemacs-beta-bounces@xemacs.org Xref: news.gmane.org gmane.emacs.xemacs.beta:24776 gmane.emacs.gnus.general:64633 Archived-At: Ar an tri=FA l=E1 d=E9ag de m=ED Bealtaine, scr=EDobh Reiner Steib:=20 > AFAICS, all the places where `parse-time-months' and > `parse-time-weekdays' are used, `parse-time.el' is already required > correctly at top-level or in the functions (in the v5-10 =3D stable > branch; also in Gnus 5.10.8 which should be in the pre-release package > tree of XEmacs, IIRC). There's no need to add autoload, IMHO. Okay, looking at the current message.el, the problem I saw was a result o= f the dependency tracking issues, and not a Gnus bug. Thanks for the pointer.=20 --=20 On the quay of the little Black Sea port, where the rescued pair came onc= e more into contact with civilization, Dobrinton was bitten by a dog which = was assumed to be mad, though it may only have been indiscriminating. (Saki)