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, 24 Oct 2004 14:13:55 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <4nzn2jud2r.fsf@lifelogs.com> <4nwtxjvriw.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 1098620079 10639 80.91.229.6 (24 Oct 2004 12:14:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2004 12:14:39 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 14:14:30 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 1CLhGX-0005NJ-00 for ; Sun, 24 Oct 2004 14:14:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLhO8-0007Vl-Pj for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2004 08:22:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CLhO0-0007Tx-46 for emacs-devel@gnu.org; Sun, 24 Oct 2004 08:22:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CLhNz-0007TK-H4 for emacs-devel@gnu.org; Sun, 24 Oct 2004 08:22:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLhNz-0007TD-DR for emacs-devel@gnu.org; Sun, 24 Oct 2004 08:22:11 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CLhGN-0001QZ-5N for emacs-devel@gnu.org; Sun, 24 Oct 2004 08:14:19 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CLhGM-0006Uu-00 for ; Sun, 24 Oct 2004 14:14:18 +0200 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Oct 2004 14:14:18 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Oct 2004 14:14:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 19 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:XipOHYJlbGbTuN4Abk6xSYsOthE= 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:28822 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28822 Miles Bader writes: > Ted Zlatanov writes: >> Can it please get synchronized with the Gnus netrc.el, which supports >> encrypt.el? encrypt.el will also have to be imported. > > netrc.el should already be synchronized between the Gnus v5-10 branch > and Emacs (I notice there are some minor differences at the moment, but > at least future changes should be propagated). Emacs/v5-10 changes are > also propagated to Gnus trunk (but not the reverse). I'm not sure it is a good idea to add encrypt.el and the related fixes in netrc.el, pgg*, and other files to Gnus 5.10. They are not really tested in deployed user situations. However, I believe it make sense to add them both to Gnus CVS HEAD and Emacs CVS HEAD. Perhaps it is possible to set up a synchronization gateway between Gnus CVS HEAD and Emacs CVS HEAD for some files? I think this would make more sense, both in the short term and the long term.