Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tassilo Horn <heimdall@uni-koblenz.de>
Subject: Re: Problems with `nnweb' mode
Date: Sat, 08 Apr 2006 16:09:12 +0200	[thread overview]
Message-ID: <87r748f9br.fsf@baldur.nicundtas.de> (raw)
In-Reply-To: <m2odzcrzfx.fsf_-_@gmail.com>

Rodolfo Medina <rodolfo.medina@gmail.com> writes:

Hi Rodolfo,

> It seems to be solved, now.
> All I had to do was to update my cvs copies of emacs and gnus and put
> in my ~/.gnus.el the following stuff:
>
> (setq gnus-refer-article-method
>       '(current
>         (nnweb "google"
>                (nnweb-type google))))
>
>
> . Then, in the group buffer, I did:
> `G w RET <search string> RET'
> an Gnus displayed the message(s) corrispondent to the search string.

Could you please try I fetching old messages by pressing RET on a
message-id or with ^ in Summary buffer works, too?

That's the thing which doesn't work for me...

> But now:
> suppose I want to continue an old thread:
> I can fetch it with the above procedure, but how can I follow it up to the
> gnu.emacs.gnus newsgroup?
> If I do `S n' (or `S N') in the Article buffer and then try to send it with
> `C-c C-c', gnus says:

Why `S n' or `S N' and not `f' or `F', since you didn't get the message
by mail but by news?

,----[ (info "(gnus)Summary Post Commands") ]
| `S f'
| `f'
|      Post a followup to the current article (`gnus-summary-followup').
| 
| `S n'
|      Post a followup to the current article via news, even if you got
|      the message through mail (`gnus-summary-followup-to-mail').
`----

But that should not cause the problem, I think.

,----[ (info "(gnus)Posting Server") ]
|    When posting news, Message usually invokes `message-send-news'
| (*note News Variables: (message)News Variables.).  Normally, Gnus will
| post using the same select method as you're reading from (which might
| be convenient if you're reading lots of groups from different private
| servers).  However.  If the server you're reading from doesn't allow
| posting, just reading, you probably want to use some other server to
| post your (extremely intelligent and fabulously interesting) articles.
| You can then set the `gnus-post-method' to some other method:
| 
|      (setq gnus-post-method '(nnspool ""))
| 
|    Now, if you've done this, and then this server rejects your article,
| or this server is down, what do you do then?  To override this variable
| you can use a non-zero prefix to the `C-c C-c' command to force using
| the "current" server, to get back the default behavior, for posting.
`----

Reading that, the correct entry in your ~/.gnus.el should possibly look
like that:

(setq gnus-refer-article-method
      '(current
        (nnweb "google"
               (nnweb-type google)
               (gnus-post-method '(nntp "your.news-server.example")))))

Please replace "your.news-server.example" with the correct address (or
the select method name) and give it a try.

Bye,
Tassilo
-- 
My opinions may have changed, but not the fact that I am right.

  reply	other threads:[~2006-04-08 14:09 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-02  9:27 Old messages missing on the present newsgroup Rodolfo Medina
2006-04-02 15:24 ` David Z Maze
2006-04-02 15:45   ` Andrzej Adam Filip
2006-04-03 16:43     ` Rodolfo Medina
2006-04-03 17:57       ` Andrzej Adam Filip
2006-04-03 21:47         ` Rodolfo Medina
2006-04-04 15:00           ` Andrzej Adam Filip
2006-04-04 10:54         ` Problems with `nnweb' mode (was: Old messages missing on the present newsgroup) Rodolfo Medina
2006-04-04 19:30           ` Problems with `nnweb' mode Tassilo Horn
2006-04-04 22:00             ` Andreas Seltenreich
2006-04-04 23:19               ` Tassilo Horn
2006-04-05  0:22                 ` Andreas Seltenreich
2006-04-05  4:22                   ` Andreas Seltenreich
2006-04-05  8:12                     ` Tassilo Horn
     [not found]                     ` <mailman.85.1144224797.9609.info-gnus-english@gnu.org>
2006-04-05 23:42                       ` Rodolfo Medina
2006-04-05  8:00                   ` Tassilo Horn
2006-04-05 23:40                     ` Andreas Seltenreich
2006-04-06  9:19                       ` Tassilo Horn
2006-04-06 16:04                         ` Tassilo Horn
     [not found]                       ` <mailman.117.1144315172.9609.info-gnus-english@gnu.org>
2006-04-06 13:51                         ` Rodolfo Medina
2006-04-06 15:08                           ` Tassilo Horn
2006-04-06 15:53                             ` Reiner Steib
2006-04-06 16:45                               ` Tassilo Horn
2006-04-06 18:10                                 ` Reiner Steib
2006-04-06 18:35                                   ` Tassilo Horn
     [not found]                               ` <mailman.133.1144341940.9609.info-gnus-english@gnu.org>
2006-04-06 20:55                                 ` Adam Sjøgren
     [not found]                           ` <mailman.125.1144336133.9609.info-gnus-english@gnu.org>
2006-04-06 15:41                             ` Rodolfo Medina
2006-04-06 16:51                               ` Tassilo Horn
     [not found]                               ` <mailman.134.1144342330.9609.info-gnus-english@gnu.org>
2006-04-07 10:04                                 ` Rodolfo Medina
2006-04-07 11:10                                   ` Tassilo Horn
     [not found]                                   ` <mailman.160.1144408269.9609.info-gnus-english@gnu.org>
2006-04-07 11:33                                     ` Rodolfo Medina
2006-04-07 14:37                                       ` Tassilo Horn
2006-04-07 14:47                                     ` Rodolfo Medina
2006-04-07 16:29                                       ` Tassilo Horn
     [not found]                                       ` <mailman.171.1144427470.9609.info-gnus-english@gnu.org>
2006-04-07 17:31                                         ` Johan Bockgård
2006-04-07 17:53                                           ` Tassilo Horn
2006-04-08 13:04                                         ` Problems with `nnweb' mode (was: Old messages missing on the present newsgroup) Rodolfo Medina
2006-04-08 14:09                                           ` Tassilo Horn [this message]
     [not found]                                           ` <mailman.200.1144505381.9609.info-gnus-english@gnu.org>
2006-04-08 16:46                                             ` Problems with `nnweb' mode Rodolfo Medina
2006-04-08 18:21                                               ` Tassilo Horn
     [not found]                                               ` <mailman.203.1144520497.9609.info-gnus-english@gnu.org>
2006-04-11 15:50                                                 ` Old messages missing on the present newsgroup Rodolfo Medina
2006-04-11 17:25                                                   ` Tassilo Horn
2006-04-09  9:54                                             ` Problems with `nnweb' mode Rodolfo Medina
2006-04-09 15:38                                               ` Tassilo Horn
     [not found]                                               ` <mailman.214.1144597109.9609.info-gnus-english@gnu.org>
2006-04-11 15:39                                                 ` Rodolfo Medina
2006-04-11 15:21                                                   ` Tassilo Horn
     [not found]                                                   ` <mailman.303.1144768908.9609.info-gnus-english@gnu.org>
2006-04-13 14:35                                                     ` Rodolfo Medina
2006-04-13 15:11                                                       ` Tassilo Horn
2006-04-14 18:18                                           ` Old messages missing on the present newsgroup Rodolfo Medina
2006-04-14 20:19                                             ` Reiner Steib
     [not found]               ` <mailman.63.1144192791.9609.info-gnus-english@gnu.org>
2006-04-04 23:33                 ` Problems with `nnweb' mode Andrzej Adam Filip
2006-04-05  0:27                   ` Andreas Seltenreich
     [not found]           ` <mailman.51.1144180523.9609.info-gnus-english@gnu.org>
2006-04-05  9:19             ` Tim X
2006-04-05 10:46               ` Tassilo Horn
2006-04-03  8:28 ` Old messages missing on the present newsgroup Alan_C

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

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

  git send-email \
    --in-reply-to=87r748f9br.fsf@baldur.nicundtas.de \
    --to=heimdall@uni-koblenz.de \
    /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 NNTP newsgroup(s).