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 08:34:00 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

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?





reply via email to

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