From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59236 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: netrc trouble: conflict between Gnus and Emacs version Date: Sat, 20 Nov 2004 23:56:59 +0100 Message-ID: References: <866540wjs6.fsf@ketchup.de.uu.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100991492 15697 80.91.229.6 (20 Nov 2004 22:58:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 Nov 2004 22:58:12 +0000 (UTC) Original-X-From: ding-owner+M7776@lists.math.uh.edu Sat Nov 20 23:58:00 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CVeB5-0005VW-00 for ; Sat, 20 Nov 2004 23:57:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CVeAQ-0003S1-00; Sat, 20 Nov 2004 16:57:18 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CVeAL-0003Rw-00 for ding@lists.math.uh.edu; Sat, 20 Nov 2004 16:57:13 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CVeAJ-0008Ib-IO for ding@lists.math.uh.edu; Sat, 20 Nov 2004 16:57:11 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id B84003A0064 for ; Sat, 20 Nov 2004 16:57:10 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CVeAG-0006nf-00 for ; Sat, 20 Nov 2004 23:57:08 +0100 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Nov 2004 23:57:08 +0100 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Nov 2004 23:57:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se OpenPGP: id=0xB565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:23:041120:gmane.emacs.gnus.general::ZYRbWCJ1WXxwlB0e:0000000000000000000000000000000000000cKhP User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:4bwE+hLltWu8UuQuW5IcGE518OE= Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59236 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59236 Kai Grossjohann writes: > I use Emacs from CVS and Gnus from CVS. I have the following code in > ~/.emacs to set up load-path and suchlike: > > ;; Gnus > (when (file-directory-p "~/work/gnu/gnus/") > (add-to-list 'load-path "~/work/gnu/gnus/lisp/") > (require 'gnus-load) > (require 'gnus-namazu "../contrib/gnus-namazu") > (add-to-list 'Info-default-directory-list "~/work/gnu/gnus/texi/")) > > Further Gnus configuration is in ~/.gnus. > > I recently had to add (load "netrc") to the beginning of that file to > make things work. > > I think a similar issue was discussed in the thread "Problems with > reading mail via imap". > > Shouldn't gnus-load arrange for the right netrc to be loaded? > > [time passes] > > Ah! It turns out that I require dired and dired-x earlier on in my > ~/.emacs file. Never thought that those would interfere. Are you saying that dired end up loading (the wrong) netrc.el? I guess one should modify load-path before loading anything.