From ueno @ unixuser.org Mon Sep 4 16:39:03 2006 From: ueno @ unixuser.org (Daiki Ueno) Date: Mon, 04 Sep 2006 16:39:03 +0900 Subject: EasyPG 0.0.5 Message-ID: <3082e72e-a7b4-41ba-aade-9c01512a6322@well-done.deisui.org> Hello, The 5th release of EasyPG is available from http://www.easypg.org. EasyPG is a GnuPG interface for Emacs. It has two aspects: convenient tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a fully functional interface library to GnuPG (EasyPG Library.) * Major changes in 0.0.5 ** New user option epg-gpg-home-directory. ** New function epg-check-configuration which checks if there is a suitable GnuPG executable installed. ** pgg-epg.el: Provide pgg-lookup-key for backward compatibility. ** Allow non-ASCII characters in a passphrase. The coding system to use can be controlled by epg-locale-coding-system whose default value is taken from locale-coding-system. Regards, -- Daiki Ueno -------------- next part -------------- テキスト形式以外の添付ファイルを保管しました... ファイル名: 無し 型: application/pgp-signature サイズ: 189 バイト 説明: OpenPGP Digital Signature URL: From ueno @ unixuser.org Mon Sep 4 21:15:46 2006 From: ueno @ unixuser.org (Daiki Ueno) Date: Mon, 04 Sep 2006 21:15:46 +0900 Subject: EasyPG 0.0.5 In-Reply-To: (Georg C. F. Greve's message of "Mon, 04 Sep 2006 12:38:53 +0200") References: <3082e72e-a7b4-41ba-aade-9c01512a6322@well-done.deisui.org> Message-ID: <4b6f5832-832c-40e9-9abf-4631a6d15b8d@well-done.deisui.org> >>>>> In >>>>> "Georg C. F. Greve" wrote: > There is one problem I am experiencing, however: In FSFE we make use > of aliases that expand to several people, and we use encryption for > such groups. GnuPG provides a way to do this by adding lines > group X @ Y.Z=address1 @ something address2 @ something.else ... > to the gpg.conf. > With pgg, this was never a problem, but easypg fails with > Wrong type argument: epg-key-p, nil I could reproduce the problem and identified the cause... PGG just passes the recipient's address to GnuPG as a string, whereas EPG resolves which keys are really used (you will see the behavior if mml2015-verbose is set.) The problem is - EPG doesn't refer to the "group" configuration. I'll fix it for the next release. Sorry for inconvenience. Regards, -- Daiki Ueno From ueno @ unixuser.org Tue Sep 5 13:42:21 2006 From: ueno @ unixuser.org (Daiki Ueno) Date: Tue, 05 Sep 2006 13:42:21 +0900 Subject: EasyPG 0.0.5 In-Reply-To: <4b6f5832-832c-40e9-9abf-4631a6d15b8d@well-done.deisui.org> (Daiki Ueno's message of "Mon\, 04 Sep 2006 21\:15\:46 +0900") References: <3082e72e-a7b4-41ba-aade-9c01512a6322@well-done.deisui.org> <4b6f5832-832c-40e9-9abf-4631a6d15b8d@well-done.deisui.org> Message-ID: <57bd3788-99cb-4e10-ae75-f85ce7056a6e@broken.deisui.org> >>>>> In <4b6f5832-832c-40e9-9abf-4631a6d15b8d @ well-done.deisui.org> >>>>> Daiki Ueno wrote: > >>>>> In > >>>>> "Georg C. F. Greve" wrote: > > There is one problem I am experiencing, however: In FSFE we make use > > of aliases that expand to several people, and we use encryption for > > such groups. GnuPG provides a way to do this by adding lines > > group X @ Y.Z=address1 @ something address2 @ something.else ... > > to the gpg.conf. > > With pgg, this was never a problem, but easypg fails with > > Wrong type argument: epg-key-p, nil > I'll fix it for the next release. Sorry for inconvenience. I've just fixed it in CVS. If you have chance, please give it a try $ cvs -z9 -d :pserver:anonymous @ cvs.m17n.org:/cvs/root co epg $ cd epg && autoreconf -f -i You will need to upgrade Gnus as well. Regards, -- Daiki Ueno From ueno @ unixuser.org Tue Sep 5 19:24:36 2006 From: ueno @ unixuser.org (Daiki Ueno) Date: Tue, 05 Sep 2006 19:24:36 +0900 Subject: EasyPG 0.0.5 In-Reply-To: (Georg C. F. Greve's message of "Tue\, 05 Sep 2006 12\:00\:00 +0200") References: <3082e72e-a7b4-41ba-aade-9c01512a6322@well-done.deisui.org> <4b6f5832-832c-40e9-9abf-4631a6d15b8d@well-done.deisui.org> <57bd3788-99cb-4e10-ae75-f85ce7056a6e@broken.deisui.org> Message-ID: <16031d57-0899-4503-8a80-a7ef045d8e9b@broken.deisui.org> >>>>> In >>>>> "Georg C. F. Greve" 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. > I just updated epg and gnus from CVS. > It no longer throws an error, but it fails to encrypt for the group. Ah, sorry. There was a typo in epg-config.el. I've fixed it in CVS. Regards, -- Daiki Ueno From lapis-lazuli @ pop06.odn.ne.jp Tue Sep 5 21:52:28 2006 From: lapis-lazuli @ pop06.odn.ne.jp (Hiroya Murata) Date: Tue, 05 Sep 2006 21:52:28 +0900 Subject: EasyPG 0.0.5 In-Reply-To: <16031d57-0899-4503-8a80-a7ef045d8e9b@broken.deisui.org> References: <3082e72e-a7b4-41ba-aade-9c01512a6322@well-done.deisui.org> <4b6f5832-832c-40e9-9abf-4631a6d15b8d@well-done.deisui.org> <57bd3788-99cb-4e10-ae75-f85ce7056a6e@broken.deisui.org> <16031d57-0899-4503-8a80-a7ef045d8e9b@broken.deisui.org> Message-ID: 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. バージョンチェックに引っ掛かって起動出来なくなりました. こうではな いのでしょうか? -------------- next part -------------- テキスト形式以外の添付ファイルを保管しました... ファイル名: epg-config.el.patch 型: application/octet-stream サイズ: 550 バイト 説明: 無し URL: -------------- next part -------------- -- Hiroya Murata (村田 浩也) PGP fingerprint: 53B6 1B4A 8193 A2D4 1526 BC9E 9AEF 2F6D 249D 5F17 From ueno @ unixuser.org Tue Sep 5 22:04:40 2006 From: ueno @ unixuser.org (Daiki Ueno) Date: Tue, 05 Sep 2006 22:04:40 +0900 Subject: EasyPG 0.0.5 In-Reply-To: (Hiroya Murata's message of "Tue, 05 Sep 2006 21:52:28 +0900") References: <3082e72e-a7b4-41ba-aade-9c01512a6322@well-done.deisui.org> <4b6f5832-832c-40e9-9abf-4631a6d15b8d@well-done.deisui.org> <57bd3788-99cb-4e10-ae75-f85ce7056a6e@broken.deisui.org> <16031d57-0899-4503-8a80-a7ef045d8e9b@broken.deisui.org> Message-ID: <84ec954a-f6d0-4a5f-97fb-8cba1df084f0@well-done.deisui.org> >>>>> In [emacs-mime-ja : No.02064] >>>>> Hiroya Murata 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. > バージョンチェックに引っ掛かって起動出来なくなりました. こうではな > いのでしょうか? > [2 epg-config.el.patch ] すいません、確かに。commit していただけますか。 -- Daiki Ueno From lapis-lazuli @ pop06.odn.ne.jp Tue Sep 5 22:38:09 2006 From: lapis-lazuli @ pop06.odn.ne.jp (Hiroya Murata) Date: Tue, 05 Sep 2006 22:38:09 +0900 Subject: EasyPG 0.0.5 In-Reply-To: <84ec954a-f6d0-4a5f-97fb-8cba1df084f0@well-done.deisui.org> References: <3082e72e-a7b4-41ba-aade-9c01512a6322@well-done.deisui.org> <4b6f5832-832c-40e9-9abf-4631a6d15b8d@well-done.deisui.org> <57bd3788-99cb-4e10-ae75-f85ce7056a6e@broken.deisui.org> <16031d57-0899-4503-8a80-a7ef045d8e9b@broken.deisui.org> <84ec954a-f6d0-4a5f-97fb-8cba1df084f0@well-done.deisui.org> Message-ID: In the message [emacs-mime-ja : No.02065] on Tue, 05 Sep 2006 22:04:40 +0900, Daiki Ueno wrote: > すいません、確かに。commit していただけますか。 commit しました. -- Hiroya Murata (村田 浩也) PGP fingerprint: 53B6 1B4A 8193 A2D4 1526 BC9E 9AEF 2F6D 249D 5F17 From ueno @ unixuser.org Wed Sep 6 15:03:30 2006 From: ueno @ unixuser.org (Daiki Ueno) Date: Wed, 06 Sep 2006 15:03:30 +0900 Subject: EasyPG 0.0.5 In-Reply-To: (Georg C. F. Greve's message of "Tue, 05 Sep 2006 17:05:24 +0200") References: <3082e72e-a7b4-41ba-aade-9c01512a6322@well-done.deisui.org> <4b6f5832-832c-40e9-9abf-4631a6d15b8d@well-done.deisui.org> <57bd3788-99cb-4e10-ae75-f85ce7056a6e@broken.deisui.org> <16031d57-0899-4503-8a80-a7ef045d8e9b@broken.deisui.org> Message-ID: >>>>> In >>>>> "Georg C. F. Greve" wrote: > I now discover that I have some trust override issues. Is there any > way to easily determine which is the subkey that creates those issues, > and to maybe set that behaviour in easypg? Do you mean that you see "untrusted_key.override? (y or n) " when encrypting? Since PGG specifies "--always-trust" option the issue has never arise. Of course it's a wrong solution, but there seems no way to determine the subject key from the status output of gpg. Regards, -- Daiki Ueno From yoichi @ geiin.org Wed Sep 13 08:17:49 2006 From: yoichi @ geiin.org (Yoichi NAKAYAMA) Date: Wed, 13 Sep 2006 08:17:49 +0900 Subject: anonymous ftp on ftp.m17n.org Message-ID: <86zmd4oesi.wl%yoichi@geiin.org> なかやまです flim などの配布物が置いてある ftp.m17n.org に anonymous ftp で入れなくなっているようです。 -- Yoichi NAKAYAMA From yamaoka @ jpl.org Fri Sep 15 09:50:34 2006 From: yamaoka @ jpl.org (Katsumi Yamaoka) Date: Fri, 15 Sep 2006 09:50:34 +0900 Subject: Can't access FLIM nor APEL URLs References: <17673.42052.567525.295152@chlr6708.ch.intel.com> Message-ID: >>>>> In [emacs-w3m : No.08853] Andrew M. Scott wrote: > I downloaded the CVS version o emacs-w3m yesterday. I am unable to > access the m17n.org APEL and FLIM URLs mentioned in emacs-w3m/README (shown below)> > e.g. I get this on the first link: > ERROR > The requested URL could not be retrieved > An FTP authentication failure occurred while trying to retrieve the URL: ftp://ftp.m17n.org/pub/mule/apel/ > Squid sent the following FTP command: > PASS > and then received this reply > Login incorrect. ftp.m17n.org seems to be currently not available. Someone already complained, however no one responds so far. :-< Could you use mirror sites? For example: ftp://ring.aist.go.jp/archives/elisp/apel/ ftp://ring.aist.go.jp/archives/elisp/flim/ Regards, From handa @ m17n.org Fri Sep 15 10:19:59 2006 From: handa @ m17n.org (Kenichi Handa) Date: Fri, 15 Sep 2006 10:19:59 +0900 Subject: Can't access FLIM nor APEL URLs In-Reply-To: (message from Katsumi Yamaoka on Fri, 15 Sep 2006 09:50:34 +0900) References: <17673.42052.567525.295152@chlr6708.ch.intel.com> Message-ID: Sorry for the late response on this matter. In article , Katsumi Yamaoka writes: >>>>>> In [emacs-w3m : No.08853] Andrew M. Scott wrote: > > I downloaded the CVS version o emacs-w3m yesterday. I am unable to > > access the m17n.org APEL and FLIM URLs mentioned in emacs-w3m/README (shown below> > > e.g. I get this on the first link: > > ERROR > > The requested URL could not be retrieved > > An FTP authentication failure occurred while trying to retrieve the URL: ftp://ftp.m17n.org/pub/mule/apel/ > > Squid sent the following FTP command: > > PASS > > and then received this reply > > Login incorrect. > ftp.m17n.org seems to be currently not available. Someone > already complained, however no one responds so far. :-< > Could you use mirror sites? For example: > ftp://ring.aist.go.jp/archives/elisp/apel/ > ftp://ring.aist.go.jp/archives/elisp/flim/ We have moved the server of m17n.org, and currently only http is supported. In addition to the above mirros, you can also use these: ftp://ftp.jpl.org/pub/elisp/apel/ http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/flim/ --- Kenichi Handa handa @ m17n.org From yamaoka @ jpl.org Tue Sep 19 11:07:41 2006 From: yamaoka @ jpl.org (Katsumi Yamaoka) Date: Tue, 19 Sep 2006 11:07:41 +0900 Subject: Can't access FLIM nor APEL URLs References: <17673.42052.567525.295152@chlr6708.ch.intel.com> <17674.44965.481802.425413@chlr6708.ch.intel.com> Message-ID: >>>>> In [emacs-w3m : No.08856] Andrew M. Scott wrote: >>> ftp://ftp.jpl.org/pub/elisp/apel/ > This site doesn't work > ftp://ftp.jpl.org/pub/elisp/apel/apel-10.6.tar.gz gives > ERROR > The requested URL could not be retrieved AFAIK, it sometimes happens because of the high load of the jpl.org host (but now it works). If you encounter such a problem, try http://www.jpl.org/ftp/pub/elisp/apel/apel-10.6.tar.gz instead. Regards, From yamaoka @ jpl.org Sun Sep 24 21:00:52 2006 From: yamaoka @ jpl.org (Katsumi Yamaoka) Date: Sun, 24 Sep 2006 21:00:52 +0900 Subject: /cvs/root/flim: * smtp.el... References: <1159058077.11662@cvs.m17n.org> Message-ID: >>>>> In [m17n-cvs-info : No.03201] >>>>> ueno wrote: > * smtp.el (smtp-end-of-line): Abolished; reverted the change > 2002-07-24 Katsumi Yamaoka . > * smtp.el (smtp-progress-message-format): Abolished; reverted the > change 2004-08-11 Katsumi Yamaoka . 妥当なご判断だと思います。上野さんにとっておそらく不要なものであ ること、現在の私はそれらを必要としないこと、および現在の私からは ゴミに見えるという観点において。どうもありがとうございます。他に も私が調子に乗って作ったゴミを見つけられたら、同様の対処をお願い いたします。 -- 山岡 From ueno @ unixuser.org Sun Sep 24 22:05:03 2006 From: ueno @ unixuser.org (Daiki Ueno) Date: Sun, 24 Sep 2006 22:05:03 +0900 Subject: /cvs/root/flim: * smtp.el... In-Reply-To: (Katsumi Yamaoka's message of "Sun, 24 Sep 2006 21:00:52 +0900") References: <1159058077.11662@cvs.m17n.org> Message-ID: <2ee262a4-cb2c-44c4-bbd8-2a0652d74b07@well-done.deisui.org> >>>>> In [emacs-mime-ja : No.02072] >>>>> Katsumi Yamaoka wrote: > >>>>> In [m17n-cvs-info : No.03201] > >>>>> ueno wrote: > > * smtp.el (smtp-end-of-line): Abolished; reverted the change > > 2002-07-24 Katsumi Yamaoka . > > * smtp.el (smtp-progress-message-format): Abolished; reverted the > > change 2004-08-11 Katsumi Yamaoka . 嫌味に付き合っている暇はないので、技術的な観点から。 smtp-end-of-line に関しては以下の議論を参照。 http://lists.airs.net/wl/archive/200602/msg00011.html smtp-progress-message-format に関しては、EasyPG でやっているように、プロ トコルと UI を分離して callback として実装するのが良いのではないかとの一 時的な判断です。少なくとも、いきなり format string の拡張形式で設定手段 を用意するのは馬鹿げていると思います。 また、この変更は、山岡さんからメンテナに対して何の連絡もなくコミットがさ れたように記憶しています。 "(elisp)Library Headers" では、メンテナの定義は以下のようになっています。 `Maintainer' This line should contain a single name/address as in the Author line, or an address only, or the string `FSF'. If there is no maintainer line, the person(s) in the Author field are presumed to be the maintainers. 間違っていたら申し訳ありません。 -- Daiki Ueno From ueno @ unixuser.org Fri Sep 29 19:24:01 2006 From: ueno @ unixuser.org (Daiki Ueno) Date: Fri, 29 Sep 2006 19:24:01 +0900 Subject: EasyPG 0.0.6 Message-ID: Hello, The 6th release of EasyPG is available from http://www.easypg.org. EasyPG is a GnuPG interface for Emacs. It has two aspects: convenient tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a fully functional interface library to GnuPG (EasyPG Library.) * Major changes in 0.0.6 ** Parse "group" configuration parameters of GnuPG. ** epg-verify-file and epg-verify-string now return the plaintext after successful verification. ** Obey the decoding coding-system determined by decode-coding-inserted-region. ** Improved progress display. ** Allow file names starting with "-". Regards, -- Daiki Ueno