From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.devel Subject: Re: newsticker-start: Recursive laod error Date: Thu, 15 Dec 2005 18:13:12 +0100 Message-ID: References: <43A03BC5.60801@student.lu.se> Reply-To: zedek@gnu-rox.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1134676539 28843 80.91.229.2 (15 Dec 2005 19:55:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Dec 2005 19:55:39 +0000 (UTC) Cc: wilde@sha-bang.de, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 15 20:55:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Emz7d-00015R-MI for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2005 20:50:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Emz8I-00046C-6m for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2005 14:51:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EmxBm-00088D-1G for emacs-devel@gnu.org; Thu, 15 Dec 2005 12:46:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EmxBj-00087K-W3 for emacs-devel@gnu.org; Thu, 15 Dec 2005 12:46:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmxBj-00086q-2Q for emacs-devel@gnu.org; Thu, 15 Dec 2005 12:46:43 -0500 Original-Received: from [213.41.184.169] (helo=smtp.gnu-rox.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EmxDz-0005kB-0z; Thu, 15 Dec 2005 12:49:03 -0500 Original-Received: from localhost.localdomain (unknown [10.0.0.6]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gnu-rox.org (Postfix) with ESMTP id BB64D8BBFB; Thu, 15 Dec 2005 18:20:22 +0100 (CET) Original-Received: from zedek by localhost.localdomain with local (Exim 4.60) (envelope-from ) id 1EmwfI-00036H-8p; Thu, 15 Dec 2005 18:13:12 +0100 Original-To: Lennart Borgman In-reply-to: <43A03BC5.60801@student.lu.se> (message from Lennart Borgman on Wed, 14 Dec 2005 16:35:33 +0100) User-Agent: RMAIL/GNU Emacs 22.0.50.1 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: news.gmane.org gmane.emacs.devel:47807 Archived-At: From: Lennart Borgman Cc: rms@gnu.org, zedek@gnu-rox.org, emacs-devel@gnu.org Sascha Wilde wrote: >"Richard M. Stallman" wrote: > > > >>Thanks for investigating. Does this fix it? >> >> > >Your patch fixed it for me, too. Thanks! > >sascha > > I can not for some reason apply the patch. I saved it to a file named newsticker.el.patch and then I do /cygdrive/d/ecvs/bld/emacs/lisp/net > patch < newsticker.el.patch I did Patch -p0 < newsticker.el.diff here and it worked this way. Hope that helps. Xavier