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: nndb.el requires tcp Date: Fri, 10 Sep 2004 15:07:06 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <01c49720$Blat.v2.2.2$b48fff20@zahav.net.il> <01c49729$Blat.v2.2.2$ea11b9a0@zahav.net.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094821716 12352 80.91.224.253 (10 Sep 2004 13:08:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Sep 2004 13:08:36 +0000 (UTC) Cc: Miles Bader , eliz@gnu.org, Emacs development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 10 15:08:22 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 1C5l8X-0000ZO-00 for ; Fri, 10 Sep 2004 15:08:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5lDu-00013W-IW for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2004 09:13:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C5lDm-00012I-Bn for emacs-devel@gnu.org; Fri, 10 Sep 2004 09:13:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C5lDl-00011W-FV for emacs-devel@gnu.org; Fri, 10 Sep 2004 09:13:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5lDl-00011Q-Cj for emacs-devel@gnu.org; Fri, 10 Sep 2004 09:13:45 -0400 Original-Received: from [217.13.230.178] (helo=yxa.extundo.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C5l7v-0002w0-6K; Fri, 10 Sep 2004 09:07:43 -0400 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.12.11/8.12.11/Debian-5) with ESMTP id i8AD7KxE027696 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=OK); Fri, 10 Sep 2004 15:07:22 +0200 Original-To: Reiner Steib X-Hashcash: 0:040910:Reiner.Steib@gmx.de:a9231afc01b33ae4 X-Hashcash: 0:040910:emacs-devel@gnu.org:ecd478671b736676 X-Hashcash: 0:040910:miles@lsi.nec.co.jp:1b5a1d06c66d5340 X-Hashcash: 0:040910:eliz@gnu.org:1b5e1c162f9b7884 In-Reply-To: (Reiner Steib's message of "Fri, 10 Sep 2004 14:38:36 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Virus-Scanned: clamd / ClamAV version 0.75-1, clamav-milter version 0.75c on yxa-iv X-Virus-Status: Clean 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:26966 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26966 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > On Fri, Sep 10 2004, Simon Josefsson wrote: > >> "Eli Zaretskii" writes: > [...] >>> Should I remove the entire eval-and-compile expression in the Emacs >>> CVS? >> >> I think that would be the right thing. I've done the same on the Gnus >> V5-10 branch as well, now. You could remove the duplicate (require >> 'cl) below the expression too. > > Maybe it be better to install it only in Emacs CVS _or_ in v5-10 (Gnus > stable branch) and let it propagate to the other by Miles' arch > synching? We should do whatever is more convenient for Miles, I > think. Right. Exactly how does this work? Is it fully automated? Syncing V5-10 and Emacs CVS automatically seems useful, but there are some stuff in Gnus CVS for XEmacs compatibility that historically hasn't been included in the Emacs Gnus version. I don't know whether this has been moved into Emacs CVS now though. Several files in Gnus CVS also says 'This file is part of FLIM' instead of 'This file is part of Emacs', which presumably have to be updated when/if all those files are added to Emacs.