Gnus development mailing list
 help / color / mirror / Atom feed
* movemail troubles
@ 2003-07-08 22:37 Gaute B Strokkenes
  2003-07-08 23:09 ` Jesper Harder
  0 siblings, 1 reply; 2+ messages in thread
From: Gaute B Strokkenes @ 2003-07-08 22:37 UTC (permalink / 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!!



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: movemail troubles
  2003-07-08 22:37 movemail troubles Gaute B Strokkenes
@ 2003-07-08 23:09 ` Jesper Harder
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Harder @ 2003-07-08 23:09 UTC (permalink / raw)


Gaute B Strokkenes <gs234@cam.ac.uk> writes:

> 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]
>
> 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.

Yup, fixed in CVS.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-08 23:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-08 22:37 movemail troubles Gaute B Strokkenes
2003-07-08 23:09 ` Jesper Harder

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).