From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62570 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Bad usage of pgg-gpg-* functions in allout.el Date: Fri, 07 Apr 2006 12:46:07 +0900 Message-ID: <2595ece8-1a2b-48e5-a905-b37bd890ecae_-_@well-done.deisui.org> References: <27877.1144257571@norvel.baumann-gauting.site> <87odze8tth.fsf@pacem.orebokech.com> <87zmiy7c6e.fsf@pacem.orebokech.com> <2cd46e7f0604061550j44c97f68v4c6cffda79a4e0ce@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1144381600 13452 80.91.229.2 (7 Apr 2006 03:46:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Apr 2006 03:46:40 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 07 05:46:38 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FRhvb-0008VD-6x for ged-emacs-devel@m.gmane.org; Fri, 07 Apr 2006 05:46:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FRhva-00046Q-P6 for ged-emacs-devel@m.gmane.org; Thu, 06 Apr 2006 23:46:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FRhvP-00046L-Vu for emacs-devel@gnu.org; Thu, 06 Apr 2006 23:46:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FRhvO-00045x-Ds for emacs-devel@gnu.org; Thu, 06 Apr 2006 23:46:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FRhvO-00045u-7k for emacs-devel@gnu.org; Thu, 06 Apr 2006 23:46:18 -0400 Original-Received: from [210.231.96.69] (helo=well-done.deisui.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FRhzG-0002cr-AB for emacs-devel@gnu.org; Thu, 06 Apr 2006 23:50:18 -0400 Original-Received: from [150.82.173.221] (helo=well-done.deisui.org) by well-done.deisui.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1FRhvF-0003Ir-GD; Fri, 07 Apr 2006 12:46:09 +0900 Original-To: "Ken Manheimer" X-Attribution: DU In-Reply-To: <2cd46e7f0604061550j44c97f68v4c6cffda79a4e0ce@mail.gmail.com> (Ken Manheimer's message of "Thu, 6 Apr 2006 18:50:11 -0400") User-Agent: T-gnus/6.17.2 (based on No Gnus v0.2) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.4 (patch 17) (Jumbo Shrimp) (i686-pc-linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:52488 gmane.emacs.gnus.general:62570 Archived-At: >>>>> In <2cd46e7f0604061550j44c97f68v4c6cffda79a4e0ce@mail.gmail.com> >>>>> "Ken Manheimer" wrote: > thank you! allout's encryption seems to be working with your reversion. Aside from the reversion of pgg-gpg.el, when I looked into allout.el's encryption stuff, I found that 4 undocumented non-interface functions of pgg-gpg are used: pgg-gpg-lookup-key-owner pgg-gpg-symmetric-key-p pgg-gpg-select-matching-key pgg-gpg-key-id-from-key-owner Fortunately, the latter 3 functions do _not_ call "gpg". Ken, would you please copy these functions from pgg-gpg.el into allout.el and replace s/pgg-gpg/allout/? Otherwise, these functions may be abolished again in the future version of PGG. pgg-gpg-lookup-key-owner needs to be implemented as an interface function. I'm now working on this. Regards, -- Daiki Ueno