From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59233 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: netrc trouble: conflict between Gnus and Emacs version Date: Sat, 20 Nov 2004 17:46:17 +0100 Message-ID: <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 1100970574 14790 80.91.229.6 (20 Nov 2004 17:09:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 Nov 2004 17:09:34 +0000 (UTC) Original-X-From: ding-owner+M7773@lists.math.uh.edu Sat Nov 20 18:09:21 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 1CVYjh-0005yZ-00 for ; Sat, 20 Nov 2004 18:09:21 +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 1CVYj4-0002jp-00; Sat, 20 Nov 2004 11:08:42 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CVYix-0002jj-00 for ding@lists.math.uh.edu; Sat, 20 Nov 2004 11:08:35 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CVYiv-0005rU-A8 for ding@lists.math.uh.edu; Sat, 20 Nov 2004 11:08:33 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id CDE963A003B for ; Sat, 20 Nov 2004 11:08:32 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1CVYNU-0004fY-00 for ; Sat, 20 Nov 2004 17:46:24 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 28 Original-NNTP-Posting-Host: p5487c2f7.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1100969184 17881 84.135.194.247 (20 Nov 2004 16:46:24 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sat, 20 Nov 2004 16:46:24 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:eu/JGyUP7Axtck5V/H7JcpP0I+I= Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59233 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59233 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. So is it pilot error after all? Kai