From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77278 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Recursive require with emacs24? Date: Thu, 24 Feb 2011 14:11:53 +0100 Organization: Probably a good idea Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298553138 23985 80.91.229.12 (24 Feb 2011 13:12:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2011 13:12:18 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25605@lists.math.uh.edu Thu Feb 24 14:12:14 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PsazM-0004xh-MM for ding-account@gmane.org; Thu, 24 Feb 2011 14:12:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PsazI-00034T-7i; Thu, 24 Feb 2011 07:12:08 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PsazG-00033z-1d for ding@lists.math.uh.edu; Thu, 24 Feb 2011 07:12:06 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PsazF-0000Ib-5u for ding@lists.math.uh.edu; Thu, 24 Feb 2011 07:12:05 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PsazE-0001sH-Es for ding@gnus.org; Thu, 24 Feb 2011 14:12:04 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PsazE-0004s4-0V for ding@gnus.org; Thu, 24 Feb 2011 14:12:04 +0100 Original-Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 14:12:04 +0100 Original-Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 14:12:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 62.113.137.5 Mail-Copies-To: never User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:N9GgG6Q95g8A/vYrzDNnxfMAutQ= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77278 Archived-At: >>>>> Norman Walsh : > So, I went off and built emacs24 to see what that was like...but I get > a strange error about "recursive require for 'gnus-sum in ~/.gnus" > when I try to load either the gnus that's part of emacs24 or the > nognus-0.13 that I downloaded yesterday. > This happens even if I remove all the require's from my .gnus file. > $ grep require .gnus | grep -v ^\; > $ > Uhm. Just me? Hm... I haven't tried emacs 24 yet, but I have the following at the start of my .gnus.el: ; git gnus specific variables at the start. Remove when going production. (load "gnus-load") The stuff in gnus-load is related to using no gnus, I think. But that shouldn't be needed when using the native emacs24 gnus, I guess...?