From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59326 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: encrypt.el Date: Thu, 02 Dec 2004 11:36:01 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4n3byoirny.fsf@lifelogs.com> References: <4n7jpu4o7d.fsf@lifelogs.com> <4nis9baoz3.fsf@lifelogs.com> <4nfz4f94jw.fsf_-_@lifelogs.com> <4n4qkrvrwu.fsf@lifelogs.com> <4nsm87vrgk.fsf@lifelogs.com> <4nr7m9j1ah.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1102007148 20698 80.91.229.6 (2 Dec 2004 17:05:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Dec 2004 17:05:48 +0000 (UTC) Cc: ding@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 02 18:05:43 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 1CZtwt-0001NS-00 for ; Thu, 02 Dec 2004 17:36:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZu6R-00031v-Ji for ged-emacs-devel@m.gmane.org; Thu, 02 Dec 2004 11:46:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CZu63-00030d-6W for emacs-devel@gnu.org; Thu, 02 Dec 2004 11:46:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CZu62-00030E-Ds for emacs-devel@gnu.org; Thu, 02 Dec 2004 11:46:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZu62-00030B-95 for emacs-devel@gnu.org; Thu, 02 Dec 2004 11:46:22 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CZtwE-0005L7-Dg for emacs-devel@gnu.org; Thu, 02 Dec 2004 11:36:14 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CZtwD-0001xc-00 for ; Thu, 02 Dec 2004 17:36:13 +0100 Original-Received: from asimov.bwh.harvard.edu ([134.174.8.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Dec 2004 17:36:13 +0100 Original-Received: from tzz by asimov.bwh.harvard.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Dec 2004 17:36:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: asimov.bwh.harvard.edu User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) 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" Cancel-Lock: sha1:DRqdcUmDI6qeplDrI7d/+3DYHlU= 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: main.gmane.org gmane.emacs.devel:30609 gmane.emacs.gnus.general:59326 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59326 On Wed, 01 Dec 2004, reinersteib+gmane@imap.cc wrote: On Wed, Dec 01 2004, Ted Zlatanov wrote: > >> I need to clarify, however, how encrypt.el will coexist with the >> Gnus version. Should I remove encrypt.el from Gnus, or leave it in >> as a duplicate of the Emacs tree version? > > [I think you mean Gnus repository here, right?] Gnus CVS is synchronized with Emacs these days, so it would be both. > No Gnus is supposed to run on Emacs 21.1 (and up) and XEmacs 21.4 (and > up). Wouldn't removing encrypt.el break running Gnus on versions > before Emacs 21.4? Yes, and I'll leave it in on yours and Simon Josefsson's advice. So I will only add encrypt.el to the Emacs lisp/ tree without removing it from anywhere else. I do wish that CVS supported symlinks :) Ted