SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions
Seychelles, National Day

ViewMailAndWThreeM

Last edit

Changed:

< distributions and the Cygwin distribution have it pre-packaged.
< Alternatively, you can install the latest version yourself. See the

to

> distributions, the Cygwin distribution, and MacPorts for Mac OS X have
> it pre-packaged. Alternatively, you can install the latest version yourself. See the


HTML messages can be viewed in VM using the Emacs/W3M package. Here are the steps to get it working. (These instructions are for VM versions 8.1 and up.)

          make clean
          make
          (add-to-list 'load-path "/absolute/path/to/emacs-w3m")
          (require 'w3m-load)

Using external browsers

Normally, W3M opens URL’s in the html pages internally. To send them to an external web browser registered in VM, use:

          (add-hook 'vm-presentation-mode-hook 
                       (lambda () 
                         (set (make-local-variable 'w3m-goto-article-function) 
                              vm-url-browser)))

Customize the variable vm-url-browser as appropriate to your needs.