EasyPG 0.0.8
Daiki Ueno
ueno @ unixuser.org
2006年 11月 30日 (木) 10:33:30 JST
>>>>> In <m2psb5u9tb.fsf @ sl392.st-edmunds.cam.ac.uk>
>>>>> Leo <sdl.web @ gmail.com> 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
More information about the Emacs-mime-ja
mailing list