From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28432 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: Updating to gnus 5.8.2 Date: 23 Dec 1999 15:01:43 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <9t9vh5pwybc.fsf@mraz.iskon.hr> References: <19991209145632.A673@sre-4-139.urbanet.ch> <9t9so1cnr9p.fsf@mraz.iskon.hr> <19991223132128.A3170@sre-4-139.urbanet.ch> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165281 29834 80.91.224.250 (21 Oct 2002 01:54:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:54:41 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 339A3D051F for ; Thu, 23 Dec 1999 09:07:37 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB20012; Thu, 23 Dec 1999 08:04:01 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 Dec 1999 08:03:50 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA08948 for ; Thu, 23 Dec 1999 08:03:39 -0600 (CST) Original-Received: from mraz.iskon.hr (mraz.iskon.hr [195.29.170.8]) by mailhost.sclp.com (Postfix) with ESMTP id 5D799D0521 for ; Thu, 23 Dec 1999 09:01:51 -0500 (EST) Original-Received: (from hniksic@localhost) by mraz.iskon.hr (8.9.3/8.9.3/Debian 8.9.3-6) id PAA11059; Thu, 23 Dec 1999 15:01:45 +0100 X-Authentication-Warning: mraz.iskon.hr: hniksic set sender to hniksic@iskon.hr using -f Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > In ~/.emacs I have added: > > (setq load-path (cons "/path/to/gnus/gnus-5.8.2/lisp" load-path)) > > I fired with M-x gnus to find out wether I will see " Bryce Canyon", > region I know quite well, but I am still getting the "old" version > ie. 5.5. > > Is something wrong with my path ? I hope yu changed "/path/to/gnus..." with the actual location of your new Gnus lisp directory? Try starting XEmacs, and evaluating `load-path' in the *scratch* buffer. It should print a long list whose first element should be "/.../gnus-5.8.2/lisp". If not, it means that something went wrong with evaluating your .emacs. If yes, type `M-x locate-library RET gnus RET'. If all is right, it should print something like: Library is file /.../gnus-5.8.2/lisp/gnus.elc OTOH, if it prints something like: Library is file /usr/local/lib/xemacs-packages/lisp/gnus/gnus.elc ...then it likely means that you've misspelled the directory name. Check the spelling and try again.