I've built mailcrypt-3.5b7 and added these lines to my .emacs file:
(load-library "/usr/local/share/emacs/site-lisp/mailcrypt")
(setq mc-setversion "gnp")
(require 'mailcrypt "/usr/local/share/emacs/site-lisp/")
(autoload 'mc-install-write-mode "mailcrypt" nil t)
(autoload 'mc-install-read-mode "mailcrypt" nil t)
(add-hook 'mail-mode-hook 'mc-install-write-mode)
When I try to gpg sign messages, I get the error message "Cannot open
load file: mc-toplev"
Has anyone else had any experience with this? I built the package
from the latest tarball and used EMACS=xemacs ./configure and changed
the load path to /usr/local/lib/xemacs/packages.
Step by step, please.
--
Rebecca Ore