help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: authentification with url-retrieve


From: Thierry Volpiatto
Subject: Re: authentification with url-retrieve
Date: Thu, 22 Jan 2009 15:19:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi Ted!
Ted Zlatanov <tzz@lifelogs.com> writes:

> On Tue, 20 Jan 2009 21:19:06 +0100 Thierry Volpiatto 
> <thierry.volpiatto@gmail.com> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]