From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2616 Path: news.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (=?iso-8859-1?q?Kai_Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.user Subject: Re: Problem with gnus 5.10.2 Date: Fri, 13 Jun 2003 22:50:23 +0200 Organization: University of Duisburg, Germany Message-ID: <84isr9zoq8.fsf@lucy.is.informatik.uni-duisburg.de> References: <87adcnnm4v.fsf@yahoo.it> <8765n96eqq.fsf@kruhft.vc.shawcable.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668984 15787 80.91.229.2 (31 Jan 2006 00:56:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:56:24 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:30:58 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!fu-berlin.de!uni-berlin.de!pd9e1e82b.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: pd9e1e82b.dip.t-dialin.net (217.225.232.43) Original-X-Trace: fu-berlin.de 1055537458 18360711 217.225.232.43 (16 [73968]) Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:bWcq0R36p4khZp0n6F+kwi3SGps= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:2756 Original-Lines: 27 X-Gnus-Article-Number: 2756 Tue Jan 17 17:30:58 2006 Xref: news.gmane.org gmane.emacs.gnus.user:2616 Archived-At: Burton Samograd writes: > I had this problem and I think it was because there were two versions > of gnus on my system (5.10.2 and the one that came with my emacs). I > haven't totally solved the problem, but I got 5.10.2 working by doing > the following: > > M-x load-file ~/gnus-5.10.2/lisp/gnus.el > M-x gnus > > This seems to work pretty well and you don't have to mess around with > the load paths. Gnus comprises many files. This way, you combine gnus.el with all the other files from the old Gnus version. It is a pretty sure way to chaos, IMHO. My suggestion is to put the following in ~/.emacs: (add-to-list 'load-path "~/gnus-5.10.2/lisp/") (require 'gnus-load) Make sure it comes before anything Gnus-related is loaded. I do not view the above as "messing" with load-path. -- This line is not blank.