From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44692 Path: main.gmane.org!not-for-mail From: Amos Gouaux Newsgroups: gmane.emacs.gnus.general Subject: Re: Autoloads no longer working? Date: Sun, 05 May 2002 16:45:51 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1020635330 10720 127.0.0.1 (5 May 2002 21:48:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 5 May 2002 21:48:50 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 174TsA-0002mn-00 for ; Sun, 05 May 2002 23:48:50 +0200 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 174Tpf-0000sI-00; Sun, 05 May 2002 16:46:15 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 05 May 2002 16:46:29 -0500 (CDT) 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 QAA00211 for ; Sun, 5 May 2002 16:46:18 -0500 (CDT) Original-Received: (qmail 8081 invoked by alias); 5 May 2002 21:45:53 -0000 Original-Received: (qmail 8076 invoked from network); 5 May 2002 21:45:53 -0000 Original-Received: from ns0.utdallas.edu (129.110.10.1) by gnus.org with SMTP; 5 May 2002 21:45:53 -0000 Original-Received: from localhost (crtntx1-ar4-4-60-082-004.crtntx1.dsl-verizon.net [4.60.82.4]) by ns0.utdallas.edu (Postfix) with ESMTP id 7DC9E1A001E for ; Sun, 5 May 2002 16:45:52 -0500 (CDT) Original-To: ding@gnus.org In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Sun, 05 May 2002 17:39:34 +0200") Original-Lines: 15 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.50 (powerpc-apple-darwin5.4) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44692 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44692 >>>>> On Sun, 05 May 2002 17:39:34 +0200, >>>>> Kai Gro=DFjohann (kg) writes: kg> I do that, and I just frob load-path pretty early on in the startup kg> process. Sigh. Yeah, that was it. Didn't need that unload crap at all. Just frob load-path and require 'gnus-load really early on. Too much old crap. Moving what I was doing under XEmacs back to Emacs also proved to be more tedious than I expected. Sorry for the noise. -Amos