Re: EasyPG 0.0.5
Hiroya Murata <[email protected]> Tue, 05 Sep 2006 21:52:28 +0900
| Newsgroups | gmane.mail.emacs.mime.japanese |
|---|---|
| Message-ID | <uu03mtr03.wl%[email protected]> |
In the message [emacs-mime-ja : No.02063] on Tue, 05 Sep 2006 19:24:36 +0900, Daiki Ueno wrote: > > du> I've just fixed it in CVS. If you have chance, please give it a > > du> try [...] You will need to upgrade Gnus as well. > Ah, sorry. There was a typo in epg-config.el. I've fixed it in CVS. バージョンチェックに引っ掛かって起動出来なくなりました. こうではな いのでしょうか? -- Hiroya Murata (村田 浩也) <[email protected]> PGP fingerprint: 53B6 1B4A 8193 A2D4 1526 BC9E 9AEF 2F6D 249D 5F17
epg-config.el.patch
(application/octet-stream, 550 B)
Index: epg-config.el
===================================================================
RCS file: /cvs/root/epg/epg-config.el,v
retrieving revision 1.9
diff -u -r1.9 epg-config.el
--- epg-config.el 5 Sep 2006 10:17:56 -0000 1.9
+++ epg-config.el 5 Sep 2006 12:48:20 -0000
@@ -92,7 +92,9 @@
config))
(if epg-debug
(message "Invalid %S algorithm configuration: %S"
- type args)))))))
+ type args))))
+ (t
+ (setq config (cons (cons type args) config))))))
(if groups
(cons (cons 'groups groups) config)
config)))