emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.60; rmail-redecode-body finishing with error "Invalid Search Bo


From: David Golden
Subject: Re: 23.0.60; rmail-redecode-body finishing with error "Invalid Search Bound"
Date: Wed, 16 Jan 2008 16:33:43 +0000
User-agent: KMail/1.9.7

On Wednesday 16 January 2008, martin rudalics wrote:
> With your rmail.redecode I get on my system
>

Just to check: your system ==> emacs-unicode-2 or cvs head or...?

> 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?

(point)  :  224
end: 190

[and beg: 183]

Soo... Indeed end is before point.

in (let ((end (rmail-msgend n)))  in rmail-show-message [line 2800] 
(rmail-msgend n) is returning 190, which seems, well, wrong.
(n is 1).

But at top level in rmail buffer, an 
M-: (rmail-msgend 1) gives 1176
- which is different to your value, but at least the right order of 
magnitude...











reply via email to

[Prev in Thread] Current Thread [Next in Thread]