From owner-freebsd-questions Mon Jul 8 7:25:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8AA937B401 for ; Mon, 8 Jul 2002 07:25:33 -0700 (PDT) Received: from mail19b.rapidsite.net (mail19b.rapidsite.net [161.58.134.134]) by mx1.FreeBSD.org (Postfix) with SMTP id CA61F43E42 for ; Mon, 8 Jul 2002 07:25:32 -0700 (PDT) (envelope-from rob@pythonemproject.com) Received: from www.pythonemproject.com (198.104.176.109) by mail19b.rapidsite.net (RS ver 1.0.63s) with SMTP id 069823110 for ; Mon, 8 Jul 2002 10:32:46 -0400 (EDT) Message-ID: <3D29A03F.3E4841EF@pythonemproject.com> Date: Mon, 08 Jul 2002 07:22:55 -0700 From: rob X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Mailcrypt+Emacs+Gnupg/Pgp not encrypting messages Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Loop-Detect: 1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Could be offtopic or might be a FreeBSD problem. I used to run Mailcrypt,Emacs, and Gnupg on my old laptop with no problems. I installed the following versions of each on my new laptop: Mailcrypt 3.5.6, Emacs 19.34 (I see its not the latest), and Gnupg 1.07. I have verified that Emacs sends and receives mail, and Gnupg can encrypt files. What happens is when I invoke Mailcrypt from Emacs it hangs at the encrypt stage. Then I have to kill the Emacs process. Here is my .emacs file: (load-library "mailcrypt") (mc-setversion "gpg") (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) I wonder what I am doing wrong? Thanks, Rob. ps. tried pgp2.6. Didn't work either. -- ----------------------------- The Numeric Python EM Project www.pythonemproject.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message