From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Documenting gpg-agent Date: Sun, 24 Dec 2006 15:55:41 -0500 Message-ID: <87k60hm2sy.fsf@stupidchicken.com> References: <87fyb6hzl1.fsf@stupidchicken.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166993749 5162 80.91.229.10 (24 Dec 2006 20:55:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Dec 2006 20:55:49 +0000 (UTC) Cc: wilde@sha-bang.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 24 21:55:47 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GyaNn-0003F7-25 for ged-emacs-devel@m.gmane.org; Sun, 24 Dec 2006 21:55:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GyaNm-00057L-Am for ged-emacs-devel@m.gmane.org; Sun, 24 Dec 2006 15:55:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GyaNa-00056d-Bk for emacs-devel@gnu.org; Sun, 24 Dec 2006 15:55:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GyaNY-00053r-MJ for emacs-devel@gnu.org; Sun, 24 Dec 2006 15:55:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GyaNY-00053X-Di for emacs-devel@gnu.org; Sun, 24 Dec 2006 15:55:32 -0500 Original-Received: from [18.19.1.138] (helo=cyd.mit.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GyaNW-0005e1-9U; Sun, 24 Dec 2006 15:55:30 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 365224E45E; Sun, 24 Dec 2006 15:55:41 -0500 (EST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sun\, 24 Dec 2006 12\:09\:59 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/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:64220 Archived-At: Richard Stallman writes: > > 1. It should have an Info xref to the proper node in the other manual. > > "Please refer to the documentation of GnuPG" is not sufficient. > > > > 2. Just an xref is not enough. This needs to actually explain the > > simple usage of gpg-agent. > > > > 3. If this is the preferred method, to avoid a security hole, > > then we should remove or deprecate other methods. > > How aboout this? > > *** emacs/man/pgg.texi.~1.14.~ 2006-12-17 18:16:25.000000000 -0500 > --- emacs/man/pgg.texi 2006-12-23 20:04:50.000000000 -0500 > *************** > > Your change takes care of #1 and #3, but doesn't do #2. > Please install the change, but we need a little more. Done.