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 15:53:31 +0200 Message-ID: References: Reply-To: eddy@opera.com NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1187704430 18351 80.91.229.12 (21 Aug 2007 13:53:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Aug 2007 13:53:50 +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 15:53:48 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 1INUAx-0002rG-Ff for geb-bug-gnu-emacs@m.gmane.org; Tue, 21 Aug 2007 15:53:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INUAw-0000CT-4T for geb-bug-gnu-emacs@m.gmane.org; Tue, 21 Aug 2007 09:53:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INUAs-0000B6-V2 for bug-gnu-emacs@gnu.org; Tue, 21 Aug 2007 09:53:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INUAr-00009b-1y for bug-gnu-emacs@gnu.org; Tue, 21 Aug 2007 09:53:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INUAq-00009T-UN for bug-gnu-emacs@gnu.org; Tue, 21 Aug 2007 09:53:36 -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 1INUAp-0002dD-OL; Tue, 21 Aug 2007 09:53:36 -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 l7LDrSTV003420 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Tue, 21 Aug 2007 13:53:33 GMT Original-Received: from eddy by whorl with local (Exim 4.67) (envelope-from ) id 1INUAl-0001B1-1m; Tue, 21 Aug 2007 15:53: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/4019/Tue Aug 21 11:37:05 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:16406 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.