From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78940 Path: news.gmane.org!not-for-mail From: Svend Tollak Munkejord Newsgroups: gmane.emacs.gnus.general Subject: Re: No Gnus v. 0.17 gives "Error in ~/.gnus: gnus-macroexpand-all" Date: Mon, 30 May 2011 21:22:36 +0200 Organization: The Royal Society for Putting Things on Top of Other Things Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1306783391 9666 80.91.229.12 (30 May 2011 19:23:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 May 2011 19:23:11 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27240@lists.math.uh.edu Mon May 30 21:23:07 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 1QR83L-000371-IU for ding-account@gmane.org; Mon, 30 May 2011 21:23:03 +0200 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 1QR83C-0007h1-Oc; Mon, 30 May 2011 14:22:54 -0500 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 1QR83B-0007gl-0e for ding@lists.math.uh.edu; Mon, 30 May 2011 14:22:53 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QR839-0001Th-Kw for ding@lists.math.uh.edu; Mon, 30 May 2011 14:22:52 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QR838-0008La-7u for ding@gnus.org; Mon, 30 May 2011 21:22:50 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QR837-00030K-Cr for ding@gnus.org; Mon, 30 May 2011 21:22:49 +0200 Original-Received: from microbel.pvv.ntnu.no ([129.241.210.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 May 2011 21:22:49 +0200 Original-Received: from stm-direct_reply by microbel.pvv.ntnu.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 May 2011 21:22:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 30 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: microbel.pvv.ntnu.no Mail-Copies-To: never User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:T5jt1zUDh2sT6jAeD6Qn0Vuz7Ss= X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78940 Archived-At: On 2011-05-30, Lars Magne Ingebrigtsen wrote: > Svend Tollak Munkejord writes: > >> Debugger entered--Lisp error: (void-function gnus-macroexpand-all) > > I think this must mean that you're picking up an old version of > gnus-util.el from somewhere. > > Modify your load path as the first thing in your .emacs to point to the > new Gnus installation, and things will work better. By Jove, you're right! :-) Indeed, my (setq load-path (cons (expand-file-name "~/gnus-n0-17/lisp") load-path)) (require 'gnus-load) was found somewhat in the middle of my .emacs, but still, M-x locate-library said Library is file ~/gnus-n0-17/lisp/gnus-util.elc which seemed reasonable to me, so I didn't (and don't) understand this. Regards, -- Svend Tollak Munkejord