VM

Comment 7 for bug 912531

Revision history for this message
Uday Reddy (reddyuday) wrote :

Revision 1336 has
   * New variables `vm-use-presentation-minor-modes' and
     `vm-presentation-minor-modes' control the minor modes to be used with
     presentation text prepared by other tools such as emacs-w3m. The
     old variable `vm-w3m-use-w3m-minor-mode-map' is obsolete.

We can customize `vm-presentation-minor-modes' to use the new `vm-w3m-minor-mode'.

Only the minor-mode-map is defined so far. The minor mode itself doesn't exist.

The key bindings of `[' and `]' override those of vm-mode, using w3m functions. So, they can't get to attachment buttons. Probably, the best solution is for VM to energize the hyperlinks that appear in Emacs-w3m output.

Lots of work yet to be done!