From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51795 Path: main.gmane.org!not-for-mail From: Juha Autero Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems with Oort Gnus 0.18 and XEmacs 21.4.6. Date: Thu, 24 Apr 2003 23:39:21 +0300 Sender: ding-owner@lists.math.uh.edu Message-ID: <87wuhjmxza.fsf@jautero.no-ip.org> References: <874r4ovqft.fsf@jautero.no-ip.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051216720 27095 80.91.224.249 (24 Apr 2003 20:38:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Apr 2003 20:38:40 +0000 (UTC) Original-X-From: ding-owner+M338=ding+2Daccount=gmane.org@lists.math.uh.edu Thu Apr 24 22:38:38 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 198nUM-00072l-00 for ; Thu, 24 Apr 2003 22:38:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 198nVJ-0003CB-02 for ding-account@gmane.org; Thu, 24 Apr 2003 15:39:37 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 198nVB-0003C3-00 for ding@lists.math.uh.edu; Thu, 24 Apr 2003 15:39:29 -0500 Original-Received: (qmail 42164 invoked by alias); 24 Apr 2003 20:39:27 -0000 Original-Received: (qmail 42159 invoked from network); 24 Apr 2003 20:39:26 -0000 Original-Received: from main.gmane.org (80.91.224.249) by sclp3.sclp.com with SMTP; 24 Apr 2003 20:39:26 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 198nU8-00071A-00 for ; Thu, 24 Apr 2003 22:38:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 198nU6-000710-00 for ; Thu, 24 Apr 2003 22:38:22 +0200 Original-Lines: 19 Original-X-Complaints-To: usenet@main.gmane.org X-Face: *fs-$]5r0eG!#|\m93OP|_dZ"dCy9%HU:KV>MGCZ,@c/W'C(XPmYX*/H%5zd1lrs3k%@_kB:";26t.>p*uIjREj59=t-H6]=J}%#+ writes: > I made both files not use r-r-i-s, which seems to be the correct > solution (Emacs 20 doesn't have r-r-i-s either), but I don't know the > solution to the two other problems. Perhaps the implementation of > gnus-r-r-i-s is buggy when the NEWTEXT is ""? Edebugging really > should work. Perhaps instead of debugging, you could insert a > (message "foo: %s" text) statement in the function and then try to > evaluate gnus-r-r-i-s manually on it to see why it eats CPU. Now I managed to debug it and seem to have found the problem. The regexps that remove spaces are wrong. They use '*' which matches also zero occurances. That causes regexp to always match and there is an infinite loop. -- Juha Autero http://www.iki.fi/jautero/ Eschew obscurity!