From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45825 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: WARNING: The attached message make Gnus eat all resources Date: Fri, 26 Jul 2002 18:39:05 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1027701566 26331 127.0.0.1 (26 Jul 2002 16:39:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 26 Jul 2002 16:39:26 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Y87e-0006qM-00 for ; Fri, 26 Jul 2002 18:39:22 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17Y87f-00011h-00; Fri, 26 Jul 2002 11:39:23 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 26 Jul 2002 11:39:48 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA28348 for ; Fri, 26 Jul 2002 11:39:37 -0500 (CDT) Original-Received: (qmail 15670 invoked by alias); 26 Jul 2002 16:39:07 -0000 Original-Received: (qmail 15665 invoked from network); 26 Jul 2002 16:39:07 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 26 Jul 2002 16:39:07 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.5/8.12.5) with ESMTP id g6QGd5kd030619 for ; Fri, 26 Jul 2002 18:39:05 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Hashcash: 020726:ding@gnus.org:6537533b9356ada4 In-Reply-To: (Nevin Kapur's message of "Fri, 26 Jul 2002 11:40:11 -0400") Original-Lines: 16 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45825 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45825 Nevin Kapur writes: >> Fill-adapt is IMHO evil as it redefines existing elisp functions. > > I turned off filladapt and I still see the bug. Here's the backtrace > when I quite. I can't see anything useful in it, though. > > Signaling: (quit) > move-to-left-margin() > forward-paragraph(1) > fill-region(3611 3701 left nosqueeze) > (let ((fill-prefix ...) (fill-column ...) filladapt-mode) (fill-region (fill-flowed-point-at-bol) (min ... ...) (quote left) (quote nosqueeze))) > (condition-case nil (let (... ... filladapt-mode) (fill-region ... ... ... ...)) (error nil)) Is this XEmacs specific? The message works fine under Emacs here. I'll try XEmacs soon.