unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: authentification with url-retrieve
Date: Thu, 22 Jan 2009 15:19:36 +0100	[thread overview]
Message-ID: <87iqo7779j.fsf@tux.homenetwork> (raw)
In-Reply-To: 86d4egba42.fsf@lifelogs.com

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	other threads:[~2009-01-22 14:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4912.1232012759.26697.help-gnu-emacs@gnu.org>
2009-01-15 17:34 ` authentification with url-retrieve Ted Zlatanov
2009-01-15 19:07   ` Thierry Volpiatto
2009-01-16  9:21     ` Thierry Volpiatto
     [not found]     ` <mailman.5022.1232098102.26697.help-gnu-emacs@gnu.org>
2009-01-16 19:06       ` Ted Zlatanov
2009-01-16 22:22         ` Thierry Volpiatto
     [not found]         ` <mailman.5088.1232144955.26697.help-gnu-emacs@gnu.org>
2009-01-20 18:34           ` Ted Zlatanov
2009-01-20 20:19             ` Thierry Volpiatto
     [not found]             ` <mailman.5394.1232483138.26697.help-gnu-emacs@gnu.org>
2009-01-21 21:52               ` Ted Zlatanov
2009-01-22 14:19                 ` Thierry Volpiatto [this message]
     [not found]                 ` <mailman.5513.1232634379.26697.help-gnu-emacs@gnu.org>
2009-01-26 15:31                   ` Ted Zlatanov
2009-01-26 19:03                     ` Thierry Volpiatto
2009-01-29 10:58                       ` Thierry Volpiatto
     [not found]                       ` <mailman.6157.1233227128.26697.help-gnu-emacs@gnu.org>
2009-01-29 20:10                         ` Ted Zlatanov
2009-01-29 22:05                           ` Thierry Volpiatto
     [not found]                           ` <mailman.6196.1233267107.26697.help-gnu-emacs@gnu.org>
2009-01-30 15:39                             ` Ted Zlatanov
2009-01-15  9:39 Thierry Volpiatto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iqo7779j.fsf@tux.homenetwork \
    --to=thierry.volpiatto@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).