Gnus development mailing list
 help / color / mirror / Atom feed
From: Gaute B Strokkenes <gs234@cam.ac.uk>
Subject: movemail troubles
Date: Tue, 08 Jul 2003 23:37:41 +0100	[thread overview]
Message-ID: <87fzlgy79m.fsf@cam.ac.uk> (raw)

I now regularly get errors like this:

Debugger entered--Lisp error: (wrong-type-argument numberp "Drept")
  zerop("Drept")
  mail-source-movemail("/var/mail/gs234" "~/.emacs-mail-crash-box")
[snip]

"Drept", for the uninitiated, is Norwegian for "killed".

The value stems from this stanza:

		(setq result
		      (apply
		       'call-process
		       (append
			(list
			 (or mail-source-movemail-program
			     (expand-file-name "movemail" exec-directory))
			 nil errors nil from to)))))

According to the docstring for call-process and the elisp manual, if
the subprocess dies because of a signal, then call-process may return
a string describing it.  mail-source-movemail has code to handle this,
but it appear to be broken.

(I also find it worrying that movemail has started dying on me, but
that is unlikely to be a gnus bug...)

-- 
Gaute Strokkenes                        http://www.srcf.ucam.org/~gs234/
I'm not an Iranian!!  I voted for Dianne Feinstein!!



             reply	other threads:[~2003-07-08 22:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-08 22:37 Gaute B Strokkenes [this message]
2003-07-08 23:09 ` Jesper Harder

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=87fzlgy79m.fsf@cam.ac.uk \
    --to=gs234@cam.ac.uk \
    /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).