From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53263 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus README files does not mention (require 'gnus-load) Date: Wed, 25 Jun 2003 22:18:30 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <84u1ar7r7x.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1056572557 4761 80.91.224.249 (25 Jun 2003 20:22:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 25 Jun 2003 20:22:37 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M1806@lists.math.uh.edu Wed Jun 25 22:22:36 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19VGj3-0000xo-00 for ; Wed, 25 Jun 2003 22:18:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19VGjC-0000JH-00; Wed, 25 Jun 2003 15:18:50 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19VGj8-0000JC-00 for ding@lists.math.uh.edu; Wed, 25 Jun 2003 15:18:46 -0500 Original-Received: (qmail 21134 invoked by alias); 25 Jun 2003 20:18:46 -0000 Original-Received: (qmail 21129 invoked from network); 25 Jun 2003 20:18:45 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 25 Jun 2003 20:18:45 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h5PKIU4V006545 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 25 Jun 2003 22:18:31 +0200 Original-To: "Michael R. Wolf" Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030625:MichaelRWolf@att.net:13e17c75223166ec X-Hashcash: 0:030625:MichaelRWolf@att.net:13e17c75223166ec X-Payment: hashcash 1.2 0:030625:ding@gnus.org:121ff801834113b1 X-Hashcash: 0:030625:ding@gnus.org:121ff801834113b1 In-Reply-To: (Michael R. Wolf's message of "Tue, 24 Jun 2003 12:38:54 -0700") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53263 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53263 "Michael R. Wolf" writes: > kai.grossjohann@gmx.net (Kai Großjohann) writes: > >> Marco (see Cc) pointed this out to me. I tried to find the file in >> CVS, but couldn't. So, whoever has access to the file, please add >> >> (require 'gnus-load) >> >> in the right spot for the ~/.emacs example code. > > I recently upgraded to 10.2 from 10.1, noticed that the line was > missing, and removed it from my ~/.emacs file since it's not in the > 10.2/lisp directory. I figured that gnus-load was obsolete. Am I > missing something, like the gnus-load.el file? Here's a traceback. > > Debugger entered--Lisp error: (file-error "Cannot open load file" "gnus-load") > require(gnus-load) > eval((require (quote gnus-load))) > eval-expression((require (quote gnus-load)) nil) > * call-interactively(eval-expression) Did you byte compile Gnus? gnus-load is generated by the build framework.