From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: some more files in gnus/ that seem to be general features Date: Fri, 30 Nov 2007 17:30:01 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86eje7s45i.fsf@lifelogs.com> References: <5i3aunjsp1.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196465545 29305 80.91.229.12 (30 Nov 2007 23:32:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Nov 2007 23:32:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 01 00:32:33 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 1IyFLM-0000Cf-JR for ged-emacs-devel@m.gmane.org; Sat, 01 Dec 2007 00:32:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IyFL6-0001ap-Mb for ged-emacs-devel@m.gmane.org; Fri, 30 Nov 2007 18:32:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IyFJg-0000wX-Dk for emacs-devel@gnu.org; Fri, 30 Nov 2007 18:30:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IyFJb-0000sv-6H for emacs-devel@gnu.org; Fri, 30 Nov 2007 18:30:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IyFJa-0000sl-U7 for emacs-devel@gnu.org; Fri, 30 Nov 2007 18:30:34 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IyFJa-0002QT-B0 for emacs-devel@gnu.org; Fri, 30 Nov 2007 18:30:34 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IyFJL-0001qJ-QV for emacs-devel@gnu.org; Fri, 30 Nov 2007 23:30:19 +0000 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Nov 2007 23:30:19 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Nov 2007 23:30:19 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:Txf6tptQ4bYiEIa5m9xt1s2pVok= 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:84390 Archived-At: On Fri, 30 Nov 2007 17:04:42 -0500 Glenn Morris wrote: GM> Here are some more files in lisp/gnus that would seem to be general GM> features that should live elsewhere. There was a long thread on this, GM> but it seems to have petered out. Yes, some of these files are old, GM> but I don't see that this invalidates the discussion. Some of these GM> files have been mentioned before, but nothing came of it. ... GM> encrypt.el: GM> "file encryption routines". Reads/writes encrypted files. GM> No dependence on gnus, except for easily replaceable calls to GM> gnus-error. Needs password.el. GM> [There was some long discussion of this file before. I don't want to GM> re-open that, merely to say that while this file is in Emacs, it GM> should be outside gnus/.] Since the vote was to remove that file from Emacs, I'll do that. This file can be removed from the Gnus repository too, I just need to fix netrc.el there so it doesn't depend on encrypt.el (it will use it only if loaded). Can I assume that removal from Gnus CVS is sufficient to please everyone and will cause removal from the Emacs CVS as well? Thanks Ted