From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adam Funk Newsgroups: gmane.emacs.help Subject: Re: ~/.emacs error loading mailcrypt on 1 of 2 machines after Ubuntu upgrade Date: Thu, 01 Jul 2010 19:50:57 +0100 Message-ID: References: <8hbmf7xk6b.ln2@news.ducksburg.com> <874ogm95hp.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1291854358 22870 80.91.229.12 (9 Dec 2010 00:25:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 00:25:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 01:25:53 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQUKV-0003MJ-RA for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 01:25:52 +0100 Original-Received: from localhost ([127.0.0.1]:43512 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQQuc-0005yl-Lj for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 15:46:55 -0500 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: individual.net jTPbKehWLD6J7sfOuSdbYQDFcCf0CoWOvpgwa9oic9JJ9Sa0jJ X-Orig-Path: news.ducksburg.com!not-for-mail Cancel-Lock: sha1:fQuTMJzdkyBw6hLPCZMqN2wQG1g= sha1:c511osJZPBFzHzhwLeMSlSmK12Q= User-Agent: slrn/pre1.0.0-16/mm/ao (Ubuntu Intrepid) Original-Xref: usenet.stanford.edu gnu.emacs.help:179423 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:76293 Archived-At: On 2010-06-28, Tim X wrote: > Check that either /etc/emacs/site-lisp.d or /etc/emacs23/site-lisp.d > both have a mailcrypt init file that sets the appropriate paths so that > emacs can find both a *.elc version compiled for the version you are > running and the *.el files. (the *.el files are usually in > /usr/share/emacs/site-lisp I don't get it. I even did an "aptitude purge mailcrypt" then "aptitude install mailcrypt" on the problematic machine ... same result. > Note also that mailcrypt has. to a large extent, been superceeded by > gpp, which has been bundled with emacs since version 22. It provides > most of the same functionality. Integration with your mail reader may > vary depending on the mail reader. But that's probably a good answer to my question. I didn't know about pgg (I think that's what you meant), and it seems to cover what I need. Thanks!