From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77125 Path: news.gmane.org!not-for-mail From: "I. Sosa Mayor" Newsgroups: gmane.emacs.gnus.general Subject: Re: How to load No Gnus? Date: Tue, 22 Feb 2011 21:27:59 +0100 Message-ID: References: <87hbbvg8nx.fsf@gmail.com> <87oc63svnk.fsf@topper.koldfront.dk> <87oc63rfwc.fsf@turtle.gmx.de> 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: dough.gmane.org 1298406503 7446 80.91.229.12 (22 Feb 2011 20:28:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2011 20:28:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25457@lists.math.uh.edu Tue Feb 22 21:28:19 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 1PryqI-0005ul-Uc for ding-account@gmane.org; Tue, 22 Feb 2011 21:28:19 +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 1PryqB-0004qz-7v; Tue, 22 Feb 2011 14:28:11 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Pryq9-0004qc-HY for ding@lists.math.uh.edu; Tue, 22 Feb 2011 14:28:09 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pryq7-00063Q-Vo for ding@lists.math.uh.edu; Tue, 22 Feb 2011 14:28:09 -0600 Original-Received: from mail-ww0-f48.google.com ([74.125.82.48]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pryq5-0006QS-Gb for ding@gnus.org; Tue, 22 Feb 2011 21:28:05 +0100 Original-Received: by wwd20 with SMTP id 20so7512171wwd.5 for ; Tue, 22 Feb 2011 12:28:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=PlTWCFsWvIfjL1nl9Syfe/n6dJfgS2nXobeh0f9MKWs=; b=A7lQkP4p7xBJne5wwv/w2xVaXXbyi+tShmu2Zi05uLmKkStiuiWdMGKI1jrhQWgUjS WEtttiyd4CH6jXzlhaAbBxnnP2wHPklMOjRznwb7OhvpYPMyGXrUsPkAVHTgoiCqvyaY 5Rkd2OWxA3xmvP+wSPJxO1+Y3kEr/JsYfWam8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=s+dB95iurfn6b/TJcr2rFIHEN2KTDCDVEcCbShIwg9buzMPJFYi2fl2qQ1j8kx1sDh JPinGAcuuAM9Nal9wVwjLxPlVCRezrSh18JDeOrF40G5hwbSYcH3AfPwig+3988OVYZq JhjPcRUaWfiwI1CVeAdj4+MzqT+tKrS7OyCd0= Original-Received: by 10.216.59.3 with SMTP id r3mr2673394wec.65.1298406479940; Tue, 22 Feb 2011 12:27:59 -0800 (PST) Original-Received: by 10.216.177.68 with HTTP; Tue, 22 Feb 2011 12:27:59 -0800 (PST) In-Reply-To: <87oc63rfwc.fsf@turtle.gmx.de> X-Spam-Score: -1.4 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77125 Archived-At: I have the impression No Gnus is somehow loading, because I can't load imap groups. I have to comment the lines and load v5.13 then anything is okay again... 2011/2/22 Sven Joachim : > On 2011-02-22 20:42 +0100, Adam Sj=F8gren wrote: > >> On Tue, 22 Feb 2011 20:40:18 +0100, Igor wrote: >> >>> 3. I put: >>> (add-to-list 'load-path "~/abs/gnus/lisp/") >> >> Does that work? I have this in my ~/.emacs.d/init.el: >> >> =A0 (setq load-path (cons (expand-file-name "~/elisp/gnus/lisp") load-pa= th)) > > On non-obsolete Emacsen (e.g. any that can run No Gnus) > > (add-to-list 'load-path "~/elisp/gnus/lisp") > > should be preferable. > > Cheers, > =A0 =A0 =A0 Sven > >