From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: encrypt.el Date: Fri, 03 Dec 2004 14:45:49 -0500 Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1102103743 9829 80.91.229.6 (3 Dec 2004 19:55:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Dec 2004 19:55:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 03 20:55:33 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 1CaJNj-0005JN-00 for ; Fri, 03 Dec 2004 20:46:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaJXL-0004ug-DQ for ged-emacs-devel@m.gmane.org; Fri, 03 Dec 2004 14:56:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CaJXC-0004tO-V7 for emacs-devel@gnu.org; Fri, 03 Dec 2004 14:56:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CaJXB-0004sF-Qw for emacs-devel@gnu.org; Fri, 03 Dec 2004 14:56:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaJXB-0004rq-MT for emacs-devel@gnu.org; Fri, 03 Dec 2004 14:56:05 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CaJNM-0006EM-Mn for emacs-devel@gnu.org; Fri, 03 Dec 2004 14:45:56 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 4C40E8282A6; Fri, 3 Dec 2004 14:45:56 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 4435F4AC50A; Fri, 3 Dec 2004 14:45:49 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 2E4B18CA69; Fri, 3 Dec 2004 14:45:49 -0500 (EST) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=0, requis 5, autolearn=not spam) X-MailScanner-From: monnier@iro.umontreal.ca 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:30646 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30646 > >> 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 :) It doesn't have to be at the same place in Emacs and in Gnus. I.e. in Gnus it can stay in gnus/lisp/encrypt.el, while in Emacs we can move it from emacs/lisp/gnus/encrypt.el to emacs/lisp/encrypt.el. The gateway between the two CVS repositories goes through Arch and can handle file moves just fine. Stefan