From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62473 Path: news.gmane.org!not-for-mail From: "Ken Manheimer" Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Small patch to enable use of gpg-agent with pgg Date: Sat, 1 Apr 2006 19:30:04 -0500 Message-ID: <2cd46e7f0604011630r6388edackc4c7ef21b92ecaa7@mail.gmail.com> References: <2cd46e7f0510031250u66ea1349yb437d539ce4027ef@mail.gmail.com> <87irq6yrfo.fsf@latte.josefsson.org> <87slp9y15z.fsf@latte.josefsson.org> <87wtelwhvl.fsf@latte.josefsson.org> <87odzx4dpp.fsf@latte.josefsson.org> <871wwsu5bk.fsf@catnip.gol.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1143937827 14333 80.91.229.2 (2 Apr 2006 00:30:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Apr 2006 00:30:27 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 02 02:30:25 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 1FPqU0-0001Li-9v for ged-emacs-devel@m.gmane.org; Sun, 02 Apr 2006 02:30:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPqTz-0008Qy-Mx for ged-emacs-devel@m.gmane.org; Sat, 01 Apr 2006 19:30:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FPqTo-0008Qh-BL for emacs-devel@gnu.org; Sat, 01 Apr 2006 19:30:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FPqTm-0008QN-7X for emacs-devel@gnu.org; Sat, 01 Apr 2006 19:30:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPqTm-0008QI-1n for emacs-devel@gnu.org; Sat, 01 Apr 2006 19:30:06 -0500 Original-Received: from [64.233.182.190] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FPqWU-0000Py-Sm for emacs-devel@gnu.org; Sat, 01 Apr 2006 19:32:55 -0500 Original-Received: by nproxy.gmail.com with SMTP id l36so388732nfa for ; Sat, 01 Apr 2006 16:30:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pgIuHcr4h+O2IqtdfMujKHGydHSLaU+6nY1QOha5uD+ssbVThJ3EZd4Q5DyEYXNon/O3rBj0WnBHcthSmYKmmUbLr0pyIP7+CgjR7N9RYElHiQYwKr2A6v8OS0vjfmD5bmekCyZY3sfRIxjSQBiN9THYcagNop9VIZylI7piPUs= Original-Received: by 10.48.164.13 with SMTP id m13mr1304508nfe; Sat, 01 Apr 2006 16:30:04 -0800 (PST) Original-Received: by 10.49.51.17 with HTTP; Sat, 1 Apr 2006 16:30:04 -0800 (PST) Original-To: "Miles Bader" In-Reply-To: <871wwsu5bk.fsf@catnip.gol.com> Content-Disposition: inline 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:52311 gmane.emacs.gnus.general:62473 Archived-At: hi, all. i'm just catching up on this development - partly spurred by breakage of some of my code (allout's encryption stuff) which depends on functions that have been removed from pgg-gpg, pgg-gpg-symmetric-key-p and pgg-gpg-select-matching-key. on looking at the pgg-gpg, i noticed that some other convenience functions on which i depend have been removed, as well: pgg-gpg-lookup-key-owner and pgg-gpg-key-id-from-key-owner, and i suppose others. unless replaced with something equivalent, i think that the removal of these functions means that application code can not anticipate the kind of key to request from the user. am i missing something here? the ChangeLog says nothing about these changes... -- ken manheimer ken.manheimer@gmail.com http://myriadicity.net