Hi all, If you want to call StarSuite (soffice) to visualize MS WORD, Excel, and PowerPoint, put the followings to your .mew.el. (setq mew-prog-msword '("soffice" nil t)) (setq mew-prog-msexcel '("soffice" nil t)) (setq mew-prog-mspowerpoint '("soffice" nil t)) Enjoy. --Kazu