From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Simon Josefsson" Newsgroups: gmane.emacs.devel Subject: Re: Moving files from lisp/gnus/ to lisp/net/? Date: Sun, 17 Oct 2004 15:45:12 +0200 (CEST) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <2366.81.51.30.174.1098020712.squirrel@yxa.extundo.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1098020766 22965 80.91.229.6 (17 Oct 2004 13:46:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Oct 2004 13:46:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 17 15:46:00 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CJBMF-0006vx-00 for ; Sun, 17 Oct 2004 15:45:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJBTU-0001Vc-UB for ged-emacs-devel@m.gmane.org; Sun, 17 Oct 2004 09:53:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CJBTN-0001VN-O2 for emacs-devel@gnu.org; Sun, 17 Oct 2004 09:53:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CJBTN-0001VB-BD for emacs-devel@gnu.org; Sun, 17 Oct 2004 09:53:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJBTN-0001V8-7y for emacs-devel@gnu.org; Sun, 17 Oct 2004 09:53:21 -0400 Original-Received: from [217.13.230.178] (helo=yxa.extundo.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CJBLX-00029N-QK; Sun, 17 Oct 2004 09:45:16 -0400 Original-Received: from yxa.extundo.com (www-data@localhost [127.0.0.1]) by yxa.extundo.com (8.13.1/8.13.1/Debian-14) with ESMTP id i9HDjCbm026045; Sun, 17 Oct 2004 15:45:12 +0200 Original-Received: from 81.51.30.174 (SquirrelMail authenticated user jas); by yxa.extundo.com with HTTP; Sun, 17 Oct 2004 15:45:12 +0200 (CEST) In-Reply-To: Original-To: rms@gnu.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a X-Priority: 3 (Normal) Importance: Normal 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28505 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28505 > Meanwhile, I have installed password.el to lisp/net/, included below. > > To move a file out of Gnus is not a trivial decision, so > please don't move them before they have been discussed here. Right. > I don't see any password.el in Gnus; is that something you are > moving or something you wrote just now? It is new. It will be used by future versions of Gnus, but it is generally useful. I think it is better if future network related packages used it, instead of writing its own similar code (which is what is done today, I think).