From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: authentification with url-retrieve Date: Thu, 22 Jan 2009 15:19:36 +0100 Message-ID: <87iqo7779j.fsf@tux.homenetwork> References: <861vv4lbgs.fsf@lifelogs.com> <874p002xrp.fsf@tux.homenetwork> <86r633hxzh.fsf@lifelogs.com> <86hc3tg725.fsf@lifelogs.com> <86d4egba42.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232635155 26613 80.91.229.12 (22 Jan 2009 14:39:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2009 14:39:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 22 15:40:28 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LQ0jD-0008NQ-HB for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Jan 2009 15:40:20 +0100 Original-Received: from localhost ([127.0.0.1]:55196 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ0hw-0005Nh-4i for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Jan 2009 09:39:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ0Vb-0002La-8h for help-gnu-emacs@gnu.org; Thu, 22 Jan 2009 09:26:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ0VZ-0002Kh-A2 for help-gnu-emacs@gnu.org; Thu, 22 Jan 2009 09:26:13 -0500 Original-Received: from [199.232.76.173] (port=51880 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ0VY-0002KN-HU for help-gnu-emacs@gnu.org; Thu, 22 Jan 2009 09:26:12 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:53952 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LQ0VX-0001lG-EW for help-gnu-emacs@gnu.org; Thu, 22 Jan 2009 09:26:11 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LQ0VX-00068n-AW for help-gnu-emacs@gnu.org; Thu, 22 Jan 2009 14:26:11 +0000 Original-Received: from 137.77.197-77.rev.gaoland.net ([77.197.77.137]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jan 2009 14:26:11 +0000 Original-Received: from thierry.volpiatto by 137.77.197-77.rev.gaoland.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jan 2009 14:26:11 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 78 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 137.77.197-77.rev.gaoland.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:q0Ft9m9JATGpck/LIR8mK98gmzg= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61562 Archived-At: Hi Ted! Ted Zlatanov writes: > On Tue, 20 Jan 2009 21:19:06 +0100 Thierry Volpiatto wrote: > >>> what's in *Messages*? > > TV> /home/thierry/.authi: 0% (0/721) > TV> /home/thierry/.authi: 100% (721/721) > > I'm sorry, I forgot to ask you to turn gnus-verbose up. Crank it to 10 > and you'll see auth-source messages that specifically say what's > happening. If you could repeat the report that way, I'll be able to see > what's happening. So i (setq gnus-verbose 10) I have in my .emacs.el: ,---- | (require 'auth-source) | (require 'epa-file) | (epa-file-enable) | (setq gnus-verbose 10) | (setq epa-file-cache-passphrase-for-symmetric-encryption t) ; VERY important | (if (file-exists-p "~/.authinfo.gpg") | (setq auth-sources '((:source "~/.authinfo.gpg" :host t :protocol t))) | (setq auth-sources '((:source "~/.authinfo" :host t :protocol t)))) `---- I start gnus: ,---- | auth-source-user-or-password: get login for news.gmane.org (nntp) | /home/thierry/.authi: 0% (0/724) | /home/thierry/.authi: 100% (724/724) | auth-source-user-or-password: get password for news.gmane.org (nntp) | /home/thierry/.authi: 0% (0/724) | /home/thierry/.authi: 100% (724/724) | Reading /home/thierry/.newsrc.eld... | Reading active file from news.gmane.org via nntp... | Reading active file via nnml... | Opening nnml server...done | nnml: Reading incoming mail from directory... | nnml: Reading incoming mail (no new mail)...done | Reading active file via nnml...done | Reading active file from archive via nnfolder... | Opening nnfolder server on archive...done | Reading active file from archive via nnfolder...done | No new newsgroups | Checking new news... | Opening nndoc server on gnus-help...done | Opening nnrss server...done | nnrss: Requesting Newest Ebuilds... | Contacting host: gentoo-portage.com:80 | Trying again (2)... | Contacting host: gentoo-portage.com:80 | Reading 4k... | nnrss: Making hash index of (item nil " | " (title nil "xchat-gnome-0.24.3.1") " | " (link nil "http://gentoo-portage.com/net-irc/xchat-gnome") " | " (description nil "GNOME frontend for the popular X-Chat IRC client") " | " (guid nil "http://gentoo-portage.com/net-irc/xchat-gnome?53883") " | " (pubDate nil "Thu, 22 Jan 2009 06:54:17 +0000") " | " (source ((url . "http://gentoo-portage.com/RSS/Newest/")) "Newest Ebuilds") " | ") | | [...] | | nnrss: Requesting Newest Ebuilds...done | Opening nnshimbun server on emacswiki...done | Checking new news...done | Reading 2k... `---- -- A + Thierry Volpiatto Location: Saint-Cyr-Sur-Mer - France