From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64037 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general,gmane.mail.emacs.mime.japanese Subject: Re: EasyPG 0.0.8 Date: Thu, 30 Nov 2006 12:33:30 +1100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1164850434 29096 80.91.229.2 (30 Nov 2006 01:33:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Nov 2006 01:33:54 +0000 (UTC) Cc: ding@gnus.org, emacs-mime-ja@m17n.org Original-X-From: ding-owner+M12560@lists.math.uh.edu Thu Nov 30 02:33:51 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gpanw-00056t-Ji for ding-account@gmane.org; Thu, 30 Nov 2006 02:33:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Gpant-0006pw-Ac; Wed, 29 Nov 2006 19:33:33 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Gpanr-0006pR-Od for ding@lists.math.uh.edu; Wed, 29 Nov 2006 19:33:31 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1Gpanm-0000nl-08 for ding@lists.math.uh.edu; Wed, 29 Nov 2006 19:33:31 -0600 Original-Received: from [203.37.171.115] (helo=desktop) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Gpanj-0001Gx-00 for ; Thu, 30 Nov 2006 02:33:24 +0100 Original-Received: from desktop (desktop [127.0.0.1]) by desktop (Postfix) with ESMTP id BE5C116003F; Thu, 30 Nov 2006 12:33:30 +1100 (EST) Original-To: Leo X-Attribution: DU User-Agent: T-gnus/6.17.3 (based on No Gnus v0.3) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 XEmacs/21.4.19 (i686-pc-linux) MULE X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64037 gmane.mail.emacs.mime.japanese:573 Archived-At: >>>>> In >>>>> Leo wrote: > > * Major changes in 0.0.8 > > > > ** epa-file.el can now specify recipient keys from the file local > > variable `epa-file-encrypt-to'. > I have this in a file but when I re-open the file, epa-file-encrypt-to > is still nil. Any ideas? > ,---- > | Local Variables: > | epa-file-encrypt-to: CCBD9942 > | End: > `---- You need double quotes. epa-file-encrypt-to: "CCBD9942" > BTW, I also notice there is pgg-epg.el on the website. When should I > use pgg-epg.el i.e. for signing outgoing email etc? pgg-epg.el is a backend module of PGG and you can use it with (setq pgg-scheme 'epg) However, pgg-epg.el provides nothing but compatibility with PGG. -- Daiki Ueno