From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; rmail-redecode-body finishing with error "Invalid Search Bound" Date: Wed, 16 Jan 2008 08:34:00 +0100 Message-ID: <478DB368.8040605@gmx.at> References: <200801070421.26583.david.golden@oceanfree.net> <200801101836.05989.david.golden@oceanfree.net> <478CF085.60202@gmx.at> <200801160402.18016.david.golden@oceanfree.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200469248 7042 80.91.229.12 (16 Jan 2008 07:40:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jan 2008 07:40:48 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: David Golden Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 16 08:41:11 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JF2tY-0006CU-HJ for ged-emacs-devel@m.gmane.org; Wed, 16 Jan 2008 08:41:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JF2t9-00071f-NK for ged-emacs-devel@m.gmane.org; Wed, 16 Jan 2008 02:40:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JF2t2-0006y4-Tr for emacs-devel@gnu.org; Wed, 16 Jan 2008 02:40:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JF2t1-0006vQ-1g for emacs-devel@gnu.org; Wed, 16 Jan 2008 02:40:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JF2t0-0006vF-TX for emacs-devel@gnu.org; Wed, 16 Jan 2008 02:40:34 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JF2t0-00059o-MW for emacs-devel@gnu.org; Wed, 16 Jan 2008 02:40:34 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JF2t0-0007qW-Cz for emacs-pretest-bug@gnu.org; Wed, 16 Jan 2008 02:40:34 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JF2sx-00059A-1F for emacs-pretest-bug@gnu.org; Wed, 16 Jan 2008 02:40:34 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JF2sw-00058c-J3 for emacs-pretest-bug@gnu.org; Wed, 16 Jan 2008 02:40:30 -0500 Original-Received: (qmail invoked by alias); 16 Jan 2008 07:40:28 -0000 Original-Received: from N927P002.adsl.highway.telekom.at (EHLO [62.47.59.194]) [62.47.59.194] by mail.gmx.net (mp022) with SMTP; 16 Jan 2008 08:40:28 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19OpuRvu2JOpsTUj7xXz5c1toi9TJp5pqby/oNOnq T/QIhdnvtAxIKs User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <200801160402.18016.david.golden@oceanfree.net> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86970 gmane.emacs.pretest.bugs:20671 Archived-At: With your rmail.redecode I get on my system (save-restriction (if (prog1 (= (following-char) ?0) (forward-line 2) ;; If there's a Summary-line in the (otherwise empty) ;; header, we didn't yet get past the EOOH line. (if (looking-at "^\\*\\*\\* EOOH \\*\\*\\*\n") (forward-line 1)) (narrow-to-region (point) end)) (rfc822-goto-eoh) =1=> (search-forward "\n*** EOOH ***\n" end t)) =2=> (narrow-to-region beg (point)) (goto-char (point-min)) at =1=> for `point' the value 223 and for `end' 1146 at =2=> for `beg' 183 and for `point' 871 hence it doesn't fail for me. Since it apparently fails at =1=> for you could you please tell me the values for `point' and `end' there?