Description of Problem: When I upgrade to xemacs-21.1.14-23.7.2 and the same xemacs-el gnus won't start any more as it fails to find the std11 file from tm-mime. The only other maybe untested thing about my machine is that I don't have emacs installed. % egrep mime .emacs .gnus.el .emacs:(require 'mime-setup) .gnus.el:(setq mime-editor/split-message t) .gnus.el:(setq mime-editor/message-max-lines-alist nil) .gnus.el:(setq mime-editor/message-default-max-lines (/ (* 4 1024 1024) 80)) .gnus.el:; (setq gnus-show-mime nil) .gnus.el:(setq gnus-ignored-mime-types '("text/x-vcard")) .gnus.el:(setq gnus-inhibit-mime-unbuttonizing t) .gnus.el:; (setq gnus-mime-display-multipart-as-mixed t) .gnus.el:; (setq gnus-mime-multipart-functions Going back to xemacs-21.1.14-21.i386.rpm works as expected. Version-Release number of selected component (if applicable): xemacs-21.1.14-23.7.2 How Reproducible: Use up2date -u with my config. Additional Information:
Gnus has native mime support nowadays. Turn off your tm code.