From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.devel Subject: Re: Problem with Gnus Date: Fri, 22 Oct 2004 12:02:06 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <41792EFE.5070406@compsol.cc> References: <41782B7B.10305@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098461112 22061 80.91.229.6 (22 Oct 2004 16:05:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Oct 2004 16:05:12 +0000 (UTC) Cc: Kevin Greiner , emacs-devel@gnu.org, Reiner Steib , "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 22 18:05:01 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 1CL1uW-0005sP-00 for ; Fri, 22 Oct 2004 18:05:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CL221-0003CC-DM for ged-emacs-devel@m.gmane.org; Fri, 22 Oct 2004 12:12:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CL20X-0002om-7H for emacs-devel@gnu.org; Fri, 22 Oct 2004 12:11:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CL20W-0002oD-9T for emacs-devel@gnu.org; Fri, 22 Oct 2004 12:11:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CL20W-0002o9-73 for emacs-devel@gnu.org; Fri, 22 Oct 2004 12:11:12 -0400 Original-Received: from [205.158.62.152] (helo=ws7-6.us4.outblaze.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1CL1sn-0008J1-NI for emacs-devel@gnu.org; Fri, 22 Oct 2004 12:03:14 -0400 Original-Received: (qmail 32298 invoked from network); 22 Oct 2004 16:02:08 -0000 Original-Received: from unknown (HELO ?192.168.1.13?) (kgreiner@xpediantsolutions.com@216.12.206.95) by ws6-5.us4.outblaze.com with SMTP; 22 Oct 2004 16:02:08 -0000 User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en Original-To: Jason Rumney In-Reply-To: <41782B7B.10305@gnu.org> 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:28731 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28731 Jason Rumney wrote: > >> Kevin has synched some agent-related bugfixes from the trunk to the >> v5-10 branch. It seems he forgot to install `legacy-gnus-agent.el' in >> the v5-10 branch. >> >> >> > It seems to me he synched too much, since there is code there now to > upgrade the gnus files to a future version. But Kevin will know what > he intended. > >> In order to minimize the inconvenience, I think it's best if I "cvs >> add legacy-gnus-agent.el" in Emacs soon (instead of fixing it in >> Gnus/v5-10 and waiting for the semi-automatic syncing). I have to >> leave now, but I can do it in a couple of hours unless someone has a >> better suggestion. >> >> > Is that really a sensible thing to do? Now people will have their gnus > files upgraded to No Gnus 0.2 even though they are using 5.11. Will > this cause problems? Is there a way to undo this if it does? I'd > prefer to hear from Kevin about what he really intended before we do > anything that might mess things up even more. > > > . > Hopefully, yesterday's check-in has resolved all of this. The upgrade functions have been re-assigned to v5.11 since that is where they are needed. Kevin