From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: rmail passing movemail an option it doesn't like Date: Tue, 21 Aug 2007 10:46:43 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1187707514 30380 80.91.229.12 (21 Aug 2007 14:45:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Aug 2007 14:45:14 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: eddy@opera.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Aug 21 16:45:11 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1INUyf-0001CI-OR for geb-bug-gnu-emacs@m.gmane.org; Tue, 21 Aug 2007 16:45:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INUyf-0004AV-2s for geb-bug-gnu-emacs@m.gmane.org; Tue, 21 Aug 2007 10:45:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INUwJ-0002sO-1l for bug-gnu-emacs@gnu.org; Tue, 21 Aug 2007 10:42:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INUwH-0002rO-AF for bug-gnu-emacs@gnu.org; Tue, 21 Aug 2007 10:42:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INUwH-0002rI-44 for bug-gnu-emacs@gnu.org; Tue, 21 Aug 2007 10:42:37 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1INUwH-0005Rh-7V for bug-gnu-emacs@gnu.org; Tue, 21 Aug 2007 10:42:37 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1INV0F-0004jl-VI; Tue, 21 Aug 2007 10:46:43 -0400 In-reply-to: (message from Edward Welbourne on Mon, 20 Aug 2007 11:08:58 +0200) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16408 Archived-At: I managed simpler: emacs -q --no-site-file M-x rmail and reproduced the error ! So I'll hazard a guess that your movemail variant is emacs and my problem is actually incompatibility with the mailutils one. Here's the whole of my *Messages* buffer for that session: Can you use the debugger to determine precisely what options Emacs passes to movemail? You could do debug-on-entry for call-process.