From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Relocating pgg*.el (was: pgg symmetric encryption patch) Date: Fri, 21 Oct 2005 00:49:42 -0400 Message-ID: References: <2cd46e7f0510031250u66ea1349yb437d539ce4027ef@mail.gmail.com> <2cd46e7f0510061541w73bb6a92wb6d22829b6e804ae@mail.gmail.com> <20051007100014.GB4850@kenny.sha-bang.local> <2cd46e7f0510071106k3d4d3e6agc36f16a37d8b6bc6@mail.gmail.com> <20051007214952.GA30235@kenny.sha-bang.local> <20051008103627.GA1218@kenny.sha-bang.local> <2cd46e7f0510081131h14e2bbeaga7f1a33ebd6347c8@mail.gmail.com> <2cd46e7f0510101415t76825ea7u9749fe23da54ce@mail.gmail.com> <2cd46e7f0510121647x3c51fb65pc883ed61f4e864ab@mail.gmail.com> <2cd46e7f0510200708x4640d1c2t50743cf439e52dd4@mail.gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1129870243 1778 80.91.229.2 (21 Oct 2005 04:50:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Oct 2005 04:50:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 21 06:50:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESoqo-0000WV-2r for ged-emacs-devel@m.gmane.org; Fri, 21 Oct 2005 06:49:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESoqn-0004AB-IU for ged-emacs-devel@m.gmane.org; Fri, 21 Oct 2005 00:49:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESoqe-0004A6-0Q for emacs-devel@gnu.org; Fri, 21 Oct 2005 00:49:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESoqd-00049u-KK for emacs-devel@gnu.org; Fri, 21 Oct 2005 00:49:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESoqd-00049r-ID for emacs-devel@gnu.org; Fri, 21 Oct 2005 00:49:43 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ESoqd-0005PO-T4 for emacs-devel@gnu.org; Fri, 21 Oct 2005 00:49:43 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ESoqc-0002ox-6X; Fri, 21 Oct 2005 00:49:42 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:44474 Archived-At: I was thinking about using lisp/net, but a separate lisp/crypto is a much better idea. It could be a good idea, if there are enough files that could be moved from the top level Lisp directory so as to justify having another subdirectory. So I suggest people look at which other files in `lisp' might belong there. It would be ok to move files from other subdirs if they fit better in the new subdir, but that isn't really making progress. gnus/pgg.el gnus/pgg-pgp5.el gnus/pgg-pgp.el gnus/pgg-parse.el gnus/pgg-gpg.el gnus/pgg-def.el gnus/sha1.el gnus/starttls.el net/tls.el That isn't enough files to justify a subdirectory. Also, the other three are not ones we plan to put in the top level directory, so they won't be reducing its size.