From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: RMAIL slows Date: Tue, 26 Apr 2005 06:05:08 -0400 Message-ID: References: <85ll7m8nbq.fsf@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1114509793 13995 80.91.229.2 (26 Apr 2005 10:03:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2005 10:03:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 26 12:03:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQMu5-0005Yq-QR for ged-emacs-devel@m.gmane.org; Tue, 26 Apr 2005 12:02:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQMzm-00025H-PB for ged-emacs-devel@m.gmane.org; Tue, 26 Apr 2005 06:08:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQMyU-0001s7-VV for emacs-devel@gnu.org; Tue, 26 Apr 2005 06:07:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQMyT-0001q5-EF for emacs-devel@gnu.org; Tue, 26 Apr 2005 06:07:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQMyS-0001ci-DN for emacs-devel@gnu.org; Tue, 26 Apr 2005 06:07:24 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DQN0i-0005Cz-3p for emacs-devel@gnu.org; Tue, 26 Apr 2005 06:09:44 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DQMwG-0001rb-Rp; Tue, 26 Apr 2005 06:05:08 -0400 Original-To: bob@rattlesnake.com In-reply-to: (bob@rattlesnake.com) 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:36399 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36399 These three show three different situations. In one, rmail-reformat-message has called delete-char. In another, rmail-reformat-message has called rmail-clear-headers. The other is in goto-address and not in rmail-reformat-message at all. One of these is probably the thing that takes the extra time that causes the slowdown. What you need to do is figure out which one it is. Then please focus *only* on that case and ignore the other cases.