emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; unicode-2, rmail-convert-to-babyl-format loops infinitely


From: martin rudalics
Subject: Re: 23.0.60; unicode-2, rmail-convert-to-babyl-format loops infinitely
Date: Sat, 12 Jan 2008 10:07:14 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

> PS: Curiously, with the change below it works:
[...]
> +                   (setq xxx (point))
>                     (rmail-decode-region start (point) mime-charset)))))
> +         (goto-char xxx)

Could you please try whether it works by simply removing the outmost
`save-excursion' around this, i.e., the following

               (save-excursion
                 (let* ((header-end

AFAICT all `point' movements within that `save-excursion' are covered by
a `save-excursion' themselves and `rmail-decode-region' should always
leave `point' at the end of the decoded region.





reply via email to

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