>>>>> In Reiner Steib wrote: > I suspect that `gnus-article-goto-part' doesn't work for certain > articles/parts. I suspect too. I surely experienced the `No MIME part under point' problem, but now I cannot reproduce it with the same article. Hmm... >>>>> In Reiner Steib wrote: > We could add `gnus-summary-show-article' in > `gnus-article-part-wrapper' to display the right article: > (defun gnus-article-part-wrapper (n function &optional no-handle) > + (gnus-summary-show-article) > But I'm not sure if the _not_ selecting the article was intended > behavior (i.e. this change might break other usage). Opinions? It seems that it should not work when the article is not visible or it is not the right article. However, I think redisplaying of the article is needed for the other reason. I'd like to propose adding two features. The following definition displays all the MIME buttons even if `gnus-inhibit-mime-unbuttonizing' is nil (which is the default), and specifies which part the user is going to manipulate. How about it?