From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Edward Welbourne Newsgroups: gmane.emacs.bugs Subject: Re: rmail passing movemail an option it doesn't like Date: Tue, 21 Aug 2007 12:12:31 +0200 Message-ID: References: Reply-To: eddy@opera.com NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1187691183 4661 80.91.229.12 (21 Aug 2007 10:13:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Aug 2007 10:13:03 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Aug 21 12:13:01 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 1INQjM-00071G-PN for geb-bug-gnu-emacs@m.gmane.org; Tue, 21 Aug 2007 12:13:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INQjL-0006M8-98 for geb-bug-gnu-emacs@m.gmane.org; Tue, 21 Aug 2007 06:12:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INQj8-0006LZ-94 for bug-gnu-emacs@gnu.org; Tue, 21 Aug 2007 06:12:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INQj7-0006Kg-9k for bug-gnu-emacs@gnu.org; Tue, 21 Aug 2007 06:12:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INQj5-0006KO-Gc for bug-gnu-emacs@gnu.org; Tue, 21 Aug 2007 06:12:44 -0400 Original-Received: from sam.opera.com ([213.236.208.81]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1INQj4-0000We-51; Tue, 21 Aug 2007 06:12:42 -0400 Original-Received: from whorl (pat-tdc.opera.com [213.236.208.22]) by sam.opera.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l7LACTbR028559 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Tue, 21 Aug 2007 10:12:33 GMT Original-Received: from eddy by whorl with local (Exim 4.67) (envelope-from ) id 1INQit-0000iM-Gp; Tue, 21 Aug 2007 12:12:31 +0200 In-reply-to: (message from Glenn Morris on Mon, 20 Aug 2007 16:05:28 -0400) X-Virus-Scanned: ClamAV 0.91.1/4016/Mon Aug 20 23:40:52 2007 on sam.opera.com X-Virus-Status: Clean X-Detected-Kernel: Linux 2.4-2.6 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:16404 Archived-At: > Could you try this patch please As a preliminary test, I started emacs -q --no-site-file copied (rmail-movemail-variant-p) into *scratch* and C-x C-e'd it, then M-x rmail worked without the error, strongly supporting the hypothesis that calling this for its side-effects is just what's needed :-) Then I became root and patched the file. > (don't forget to re-byte-compile rmail.el): Compiling file /usr/share/emacs/22.1/lisp/mail/rmail.el at Tue Aug 21 12:08:21 2007 In end of data: rmail.el:4259:1:Warning: the following functions are not known to be defined: rmail-spam-filter, rmail-update-summary, rmail-summary-goto-msg, rmail-summary-mark-undeleted, rmail-summary-mark-deleted, rfc822-addresses, mail-text-start, mail-abbrev-make-syntax-table, mail-sendmail-delimit-header, mail-header-end, mail-position-on-field and now a fresh emacs -q --no-site-file can M-x rmail without problems :-) Thanks, that looks like the fix that's needed, Eddy.