Gnus development mailing list
 help / color / mirror / Atom feed
From: pahe@daimi.au.dk (Peter von der Ahé)
Cc: Lars Magne Ingebrigtsen <bugs@gnus.org>
Subject: Re: followup to 'I can't post and article'
Date: 27 Aug 1999 20:05:10 +0200	[thread overview]
Message-ID: <yc0aerdhzft.fsf@ufleku.daimi.au.dk> (raw)
In-Reply-To: <m3n1vpuomw.fsf@monjard.orgtek.com>

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

>>>>> "DAM" == Daniel A Monjar <dmonjar@orgtek.com> writes:

 DAM> All is working now.  Less than helpful error message though.

I was having the same problem earlier today, I have attached a patch,
which will save the helpful error message in the minibuffer.

Cheers,
Peter


[-- Attachment #2: More helpful error message --]
[-- Type: text/x-patch, Size: 1183 bytes --]

diff -rc pgnus-0.96.orig/lisp/ChangeLog pgnus-0.96/lisp/ChangeLog
*** pgnus-0.96.orig/lisp/ChangeLog	Fri Aug 27 15:17:01 1999
--- pgnus-0.96/lisp/ChangeLog	Fri Aug 27 19:59:35 1999
***************
*** 1,3 ****
--- 1,8 ----
+ 1999-08-27  Peter von der Ahé  <pahe@daimi.au.dk>
+ 
+ 	* message.el (message-send): More helpful error message if sending
+ 	fails
+ 
  Fri Aug 27 13:17:48 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
  
  	* gnus.el: Pterodactyl Gnus v0.96 is released.
diff -rc pgnus-0.96.orig/lisp/message.el pgnus-0.96/lisp/message.el
*** pgnus-0.96.orig/lisp/message.el	Fri Aug 27 15:17:11 1999
--- pgnus-0.96/lisp/message.el	Fri Aug 27 19:56:22 1999
***************
*** 2010,2016 ****
  				(car elem))))
  			  (setq success (funcall (caddr elem) arg)))))
  	(setq sent t)))
!     (unless sent
        (error "No methods specified to send by"))
      (when (and success sent)
        (message-do-fcc)
--- 2010,2016 ----
  				(car elem))))
  			  (setq success (funcall (caddr elem) arg)))))
  	(setq sent t)))
!     (unless (or sent (not success))
        (error "No methods specified to send by"))
      (when (and success sent)
        (message-do-fcc)

      reply	other threads:[~1999-08-27 18:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-18 14:52 Daniel A. Monjar
1999-08-27 18:05 ` Peter von der Ahé [this message]

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=yc0aerdhzft.fsf@ufleku.daimi.au.dk \
    --to=pahe@daimi.au.dk \
    --cc=bugs@gnus.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 NNTP newsgroup(s).