From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77123 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.gnus.general Subject: Re: How to load No Gnus? Date: Tue, 22 Feb 2011 21:08:35 +0100 Message-ID: <87oc63rfwc.fsf@turtle.gmx.de> References: <87hbbvg8nx.fsf@gmail.com> <87oc63svnk.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1298405337 32611 80.91.229.12 (22 Feb 2011 20:08:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2011 20:08:57 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25455@lists.math.uh.edu Tue Feb 22 21:08:53 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 1PryXQ-0003Ny-K8 for ding-account@gmane.org; Tue, 22 Feb 2011 21:08:48 +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 1PryXM-0004ic-QV; Tue, 22 Feb 2011 14:08:44 -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 1PryXK-0004iA-UJ for ding@lists.math.uh.edu; Tue, 22 Feb 2011 14:08:42 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PryXJ-00086o-Mj for ding@lists.math.uh.edu; Tue, 22 Feb 2011 14:08:42 -0600 Original-Received: from mailout-de.gmx.net ([213.165.64.22]) by quimby.gnus.org with smtp (Exim 4.72) (envelope-from ) id 1PryXI-00065I-4s for ding@gnus.org; Tue, 22 Feb 2011 21:08:40 +0100 Original-Received: (qmail invoked by alias); 22 Feb 2011 20:08:34 -0000 Original-Received: from p54861C08.dip.t-dialin.net (EHLO turtle.gmx.de) [84.134.28.8] by mail.gmx.net (mp006) with SMTP; 22 Feb 2011 21:08:34 +0100 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1/14XNOCWz1ec+QIw2rL3XRcEHj1lkv5ZTE9uaCIi ioQ8F8LlSz+9P7 Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id E7F773F44C; Tue, 22 Feb 2011 21:08:35 +0100 (CET) Mail-Followup-To: ding@gnus.org In-Reply-To: <87oc63svnk.fsf@topper.koldfront.dk> ("Adam =?iso-8859-1?Q?Sj?= =?iso-8859-1?Q?=F8gren=22's?= message of "Tue, 22 Feb 2011 20:42:55 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2.94 (gnu/linux) X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77123 Archived-At: On 2011-02-22 20:42 +0100, Adam Sjøgren 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: > > (setq load-path (cons (expand-file-name "~/elisp/gnus/lisp") load-path)) On non-obsolete Emacsen (e.g. any that can run No Gnus) (add-to-list 'load-path "~/elisp/gnus/lisp") should be preferable. Cheers, Sven