From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53356 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: movemail troubles Date: Wed, 09 Jul 2003 01:09:50 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87fzlgy79m.fsf@cam.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1057705835 8131 80.91.224.249 (8 Jul 2003 23:10:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2003 23:10:35 +0000 (UTC) Original-X-From: ding-owner+M1900@lists.math.uh.edu Wed Jul 09 01:10:31 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19a1bT-00026m-00 for ; Wed, 09 Jul 2003 01:10:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19a1bZ-0002KB-00; Tue, 08 Jul 2003 18:10:37 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19a1bV-0002K6-00 for ding@lists.math.uh.edu; Tue, 08 Jul 2003 18:10:33 -0500 Original-Received: (qmail 71030 invoked by alias); 8 Jul 2003 23:10:33 -0000 Original-Received: (qmail 71025 invoked from network); 8 Jul 2003 23:10:32 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 8 Jul 2003 23:10:32 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19a1lK-0000SH-00 for ; Wed, 09 Jul 2003 01:20:42 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 15 Original-NNTP-Posting-Host: 0xc3d7e0cd.esnxr4.ras.tele.dk Original-X-Trace: quimby.gnus.org 1057706442 1752 195.215.224.205 (8 Jul 2003 23:20:42 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 8 Jul 2003 23:20:42 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; 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.