From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#7089: 23.2; slow ansi-color-apply Date: Wed, 27 Oct 2010 22:38:17 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288233829 3708 80.91.229.12 (28 Oct 2010 02:43:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2010 02:43:49 +0000 (UTC) Cc: 7089@debbugs.gnu.org To: Leo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 28 04:43:47 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PBISx-0004xC-96 for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Oct 2010 04:43:47 +0200 Original-Received: from localhost ([127.0.0.1]:49316 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBISw-0007L9-RH for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Oct 2010 22:43:46 -0400 Original-Received: from [140.186.70.92] (port=54415 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBISM-00072V-PW for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 22:43:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBISL-0001O6-O7 for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 22:43:10 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBISL-0001O2-IK for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 22:43:09 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PBIKT-0002MG-RQ; Wed, 27 Oct 2010 22:35:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 28 Oct 2010 02:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7089 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7089-submit@debbugs.gnu.org id=B7089.12882332529054 (code B ref 7089); Thu, 28 Oct 2010 02:35:01 +0000 Original-Received: (at 7089) by debbugs.gnu.org; 28 Oct 2010 02:34:12 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PBIJf-0002Lz-Ui for submit@debbugs.gnu.org; Wed, 27 Oct 2010 22:34:12 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PBIJe-0002Lu-1R for 7089@debbugs.gnu.org; Wed, 27 Oct 2010 22:34:10 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgQJAOt+yExFxL/T/2dsb2JhbACgSHxywCiFSASSKg X-IronPort-AV: E=Sophos;i="4.58,248,1286164800"; d="scan'208";a="80873265" Original-Received: from 69-196-191-211.dsl.teksavvy.com (HELO pastel.home) ([69.196.191.211]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 27 Oct 2010 22:38:17 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A4961A8558; Wed, 27 Oct 2010 22:38:17 -0400 (EDT) In-Reply-To: (Leo's message of "Thu, 23 Sep 2010 11:38:05 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 27 Oct 2010 22:35:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:41181 Archived-At: > The following version fixed some glitches in setting ansi-color-context. > Also I have received an email from Alex that welcomes the improvement. > Let me know if I should send a patch in. Yes, a patch would be nice. Also a ChangeLog explaining the change (which should hopefully explain why the new code is faster) would be welcome. Stefan