Menu

#6 installation doesn't compile properly.

open
nobody
None
5
2001-03-27
2001-03-27
Anonymous
No

The function `snarf keys' fails under the VM
reader unless VM was loaded when mailcrypt was
compiled. I think this is because mailcrypt calls
something which *used* to be a function in VM, but
is now a macro.

To fix this, add this to the load-path.hacks file:

(setq load-path
(append (list
;; or wherever
"/usr/local/share/emacs/site-lisp/vm")
load-path))

(require 'vm)

cheers,
Alain Picard
apicard@optushome.com.au

Discussion