GNU bug report logs -
#23727
Gnus doesn't always indicate successful posting
Previous Next
Reported by: Live System User <nyc4bos <at> aol.com>
Date: Wed, 8 Jun 2016 11:09:02 UTC
Severity: minor
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Live System User <nyc4bos <at> aol.com> writes:
> I tried to follow up to a posting to gmane.emacs.devel by
> typing F `(gnus-summary-followup-with-original)'.
>
> After typing "C-u C-c C-c" `(message-send-and-exit)', I got
> the message:
>
> Wrote /home/liveuser/Mail/send-news/3
>
> but Emacs was unresponsive and the "unsent..." buffer remained.
I would guess that this means that the network connection timed out
while posting.
> After about 5 minutes, I typed C-g `(keyboard-quit)' and typed
> "C-u C-c C-c" again while in the "*unsent..." buffer and got
> no message but the "*unsent..." buffer remained.
Does `C-u' do something with `C-c C-c'? I can't really see that it
does?
> I then typed just "C-c C-c" and then got the message:
>
> Denied posting -- multiple copies
This is really odd. Because it was presumably hanging in
`gnus-request-post', and your C-g should have ensured that result was
nil, so it shouldn't have registered that it had sent the message, and
you shouldn't have gotten the "multiple copies" message.
(setq result (let ((mail-header-separator ""))
(gnus-request-post method))))
(kill-buffer tembuf))
(set-buffer messbuf)
(if result
(push 'news message-sent-message-via)
So very odd...
But what happened at the second C-c C-c? Did it hang again and you
C-g'd it again?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 7 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.