skip(a)pobox.com writes:
The
python.org wiki recently upgraded to Moin 1.7.something.
Whatever came
with the latest OS update. I've noticed that the emails for subscribed page
changes are incorrectly rendered. The messages use quoted-printable
transfer encoding but VM (7.19) doesn't render the embedded URLs properly.
For example, in the attached email it fails to decode the sequence "=3D" as
"=" and thus renders the action as "3Ddiff" instead of
"diff".
For some reason VM doesn't like UTF-8 out of the box. You may need to
set things up for that. Maybe this setting from my .vm is relevant:
;; Character sets and encoding
(mapc (lambda (x) (unless (member x vm-mime-default-face-charsets)
(add-to-list 'vm-mime-default-face-charsets x)))
'("utf-8"
"iso-8859-15" "iso-8859-7"
"iso-2022-jp"
"gb2312" ; for Herbert Euler on emacs-devel
"windows-1250" "windows-1251" "windows-1252"
"windows-1255"))
If that doesn't help, note that VM is a separate project, and has an
internal MIME implementation. Please use M-x vm-submit-bug-report to
communicate with the VM developers. Since vm-submit-bug-report
includes a lot of information that is not in the XEmacs report, that's
the first thing that the VM developers will ask for, anyway.
Steve
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta