From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Moving files from lisp/gnus/ to lisp/net/? Date: Sun, 11 Nov 2007 00:22:11 -0500 Message-ID: References: <87y7dd2e0f.fsf@mocca.josefsson.org> <54a15d860711060601s2d85f32o5942939270a7e59e@mail.gmail.com> <54a15d860711071646u2c200961y69e7d684c7418a7a@mail.gmail.com> <54a15d860711081633k364caf30r3b75464be8a060fa@mail.gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1194758628 24961 80.91.229.12 (11 Nov 2007 05:23:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Nov 2007 05:23:48 +0000 (UTC) Cc: simon@josefsson.org, emacs-devel@gnu.org To: Daiki Ueno Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 11 06:23:52 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ir5IW-0001BI-A7 for ged-emacs-devel@m.gmane.org; Sun, 11 Nov 2007 06:23:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ir5IK-0001Iz-E0 for ged-emacs-devel@m.gmane.org; Sun, 11 Nov 2007 00:23:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ir5Gy-0000L3-DA for emacs-devel@gnu.org; Sun, 11 Nov 2007 00:22:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ir5Gy-0000KY-08 for emacs-devel@gnu.org; Sun, 11 Nov 2007 00:22:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ir5Gx-0000KN-MY for emacs-devel@gnu.org; Sun, 11 Nov 2007 00:22:15 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ir5Gx-0001gO-I4 for emacs-devel@gnu.org; Sun, 11 Nov 2007 00:22:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Ir5Gt-0002Sj-SR; Sun, 11 Nov 2007 00:22:11 -0500 In-reply-to: (message from Daiki Ueno on Sat, 10 Nov 2007 16:07:21 +0900) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:82932 Archived-At: Your patch to add `read-passwd-through-cache' is good, but since password.el is a general facility, we should move the file out of Gnus. Can you please move it into the main `lisp' directory, then install your patch? I prefer PROMPT before KEY. Please put some text into etc/NEWS and something in the Lisp Manual about this. It is important to give advice about good usage of the facility, not just give the rules for calling it.