emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Slow operations on buffers of tens of megabytes


From: Kevin Rodgers
Subject: Re: Slow operations on buffers of tens of megabytes
Date: Mon, 13 Nov 2006 09:40:37 -0700
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

Reiner Steib wrote:
As Elias Oltmanns already has pointed out, the problem is that
nnfolder often does re-searches for "X-Gnus-Article-Number: "
(`nnfolder-article-marker').  Wrapping these calls inside ...

  (with-case-table some-case-table-without-dotless-i/dotted-I
    (re-search-forward nnfolder-article-marker ...))

... might be a possibility.  But there's no `with-case-table' and I
don't know enough about case table to develop a fix that doesn't break
anything else.

Just copy-and-paste the definition of with-syntax-table from subr.el,
replace `(syntax-table)' with `(current-case-table)', then replace any
remaining occurrences of "syntax" with "case".

--
Kevin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]