From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77393 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap problems: Symbol's function definition is void: gnus-delete-duplicates Date: Sat, 26 Feb 2011 13:41:12 +0100 Organization: Probably a good idea Message-ID: <87lj139def.fsf@dod.no> References: <871v2vi20j.fsf@dod.no> <87sjvbgmtt.fsf@dod.no> <87y6539lno.fsf@dod.no> <8739nb79h8.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298724131 16158 80.91.229.12 (26 Feb 2011 12:42:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 Feb 2011 12:42:11 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25717@lists.math.uh.edu Sat Feb 26 13:42: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 1PtJTK-0006Ej-Fu for ding-account@gmane.org; Sat, 26 Feb 2011 13:42:06 +0100 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 1PtJSs-0000ws-Sq; Sat, 26 Feb 2011 06:41:38 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PtJSp-0000wS-5W for ding@lists.math.uh.edu; Sat, 26 Feb 2011 06:41:35 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PtJSj-0000uO-2N for ding@lists.math.uh.edu; Sat, 26 Feb 2011 06:41:34 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PtJSg-0006me-SP for ding@gnus.org; Sat, 26 Feb 2011 13:41:26 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PtJSd-0005zf-Jp for ding@gnus.org; Sat, 26 Feb 2011 13:41:23 +0100 Original-Received: from cm-84.208.226.30.getinternet.no ([84.208.226.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Feb 2011 13:41:23 +0100 Original-Received: from sb by cm-84.208.226.30.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Feb 2011 13:41:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.226.30.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:d3T7DONwo0gTnJ/DWJZ4YHC4NEU= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77393 Archived-At: >>>>> Lars Ingebrigtsen : > This sounds like you're picking up an old version of gnus-util from > somewhere. Right! Pity I've now killed that emacs process, or I could have seen what `M-x locate-library gnus-util RET' had said there. On this emacs (which didn't fail) I get: Library is file ~/git/gnus/lisp/gnus-util.elc (which is the no gnus one). What could make it go wrong is anybody's guess... hm... depends on when gnus-util is loaded. If I load it from my config it would be picked up on just emacs startup. And I started that emacs process (but didn't start gnus) before I did git pull and the rebuild. Can't find any occurrance of gnus-util in .emacs or .gnus.el, though...?