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: martin rudalics
Subject: Re: 23.0.60; rmail-redecode-body finishing with error "Invalid Search Bound"
Date: Wed, 16 Jan 2008 18:03:07 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

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

cvs head, otherwise I should be able to reproduce your problem ;-)

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

Could you try to compare this to the value of `rmail-message-vector'?  It's

[#<marker at 1 in rmail.redecode> #<marker at 183 in rmail.redecode> #<marker at 
1146 in rmail.redecode>]

here.  Then I evaluate

          (let ((end (rmail-msgend n)))

with n = 1 which with the definition

(defun rmail-msgend (n)
  (marker-position (aref rmail-message-vector (1+ n))))

gets me 1146.





reply via email to

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