From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73375 Path: news.gmane.org!not-for-mail From: Olivier Sirven Newsgroups: gmane.emacs.gnus.general Subject: Wrong number of arguments: #[(mode host protocol) Date: Wed, 20 Oct 2010 19:44:15 +0200 Message-ID: <87bp6oiwsw.fsf@corwin.home.thebuble.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287596687 18637 80.91.229.12 (20 Oct 2010 17:44:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2010 17:44:47 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21746@lists.math.uh.edu Wed Oct 20 19:44:46 2010 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 1P8ciU-0003AN-7R for ding-account@gmane.org; Wed, 20 Oct 2010 19:44:46 +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 1P8ciB-0006dG-41; Wed, 20 Oct 2010 12:44:27 -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 1P8ci9-0006cx-AE for ding@lists.math.uh.edu; Wed, 20 Oct 2010 12:44:25 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P8ci8-000819-Hy for ding@lists.math.uh.edu; Wed, 20 Oct 2010 12:44:25 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P8ci7-0007XJ-00 for ; Wed, 20 Oct 2010 19:44:23 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P8ci7-00034V-PB for ding@gnus.org; Wed, 20 Oct 2010 19:44:23 +0200 Original-Received: from aannecy-257-1-2-38.w90-14.abo.wanadoo.fr ([90.14.105.38]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Oct 2010 19:44:23 +0200 Original-Received: from the.slaa by aannecy-257-1-2-38.w90-14.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Oct 2010 19:44:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: aannecy-257-1-2-38.w90-14.abo.wanadoo.fr User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:k44lF2ZYce1QtKcgoiQwCyjQFfc= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73375 Archived-At: Hello, I tried to switch to the git version of gnus but my imap folders won't work. When launching gnus, I have an error complaining about a wrong number of arguments when opening the imap folder. When I look at *Messages* buffer I can see it tries to open /usr/share/emacs/23.2/lisp/gnus/auth-source.elc file instead of the new one located under ~/src/gnus/lisp. I'm wondering why as it seems to me the initialization of gnus is correctly made using following code: ,---- | (setq load-path (cons (expand-file-name "~/src/gnus/lisp") load-path)) | (require 'gnus-load) | (require 'info) | (add-to-list 'Info-default-directory-list "~/src/gnus/texi/") `---- This code is the very last one executed by my initialization file. What am I doing wrong? -- Olivier