[mew-int 2463] Re: patch for emacs-unicode-2

Tatsuya Kinoshita tats at example.com
Sat Apr 19 12:33:29 JST 2008


On August 25, 2007, [mew-int 2353],
tats (at vega.ocn.ne.jp) wrote:

> To reproduce:
> 
> - Type `C-c C-l RET' in Summary, then an error of "void-function
>   update-coding-systems-internal" occurs.
> - Put the mail [mew-dist 27830] on 2007-08-23 and type `s all RET' in
>   Summary, then an error of "args-out-of-range "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
>   26089)" occurs.  (With my customized mew-summary-form, From in Summary
>   is displayed as "**BROKEN ADDRESS**", body is displayed as no-conversion,
>   and `C-c C-l RET' causes "MIME decoding error: nil".)
> 
> To prevent these prolems, I've created an add-hoc patch.  It seems
> to work nicely.
> 
> ----
> --- mew-mule3.el.orig
> +++ mew-mule3.el
> @@ -349,7 +349,7 @@
>      (cond
>       (mew-xemacs-p
>        (setq categories (nreverse checked-ctgs)))
> -     (t
> +     ((fboundp 'update-coding-systems-internal)
>        (update-coding-systems-internal)))
>      (mew-set-coding-priority categories)))
>  

The MIME decoding problems has gone, but the "void-function
update-coding-systems-internal" problem still exists on Emacs
23.0.60 (2008-04-18).

Thanks,
-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list