Start off with a clean configuration.  What I did:

mkdir ~/tmp/gnus-test
export HOME=~/tmp/gnus-test
cd
emacs &

Within emacs:

M-x gnus

Answer 'y' to 'Unable to open nntp:news, go offline?' and again to
'nntp (news) open error: ''.  Continue?'.

M-x set-variable mm-text-html-renderer w3m

Then use C-u G f to open the attached "mbox" file.  Hit "m" to select
type "mbox".  (If you don't do this, it opens it as a multi-part mime
message.)

Hit return twice to display the first (only) message in this mbox
file.  You will see the text in the first part of the message
(multipart/alternative) and not the text in the second part of the
message.  You will also get the error message:

Symbol's function definition is void: mm-w3m-local-map-property

The *Messages* buffer shows:

mm-inline-text-html-render-with-w3m: Symbol's function definition is void: 
mm-w3m-local-map-property

evaling (defun mm-w3m-local-map-property ()) removes the problem and
results in the entire message being properly displayed.  I don't know
what other functionality is lost though.  Hopefully this will be
enough information to test to see whether the problem is really fixed
in the next update.  Please let me know if you want me to do anything
else with this.  Thanks!

Attachment: mbox
Description: mbox file with html

Reply via email to