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: Alexandre Oliva
Subject: Re: Slow operations on buffers of tens of megabytes
Date: Mon, 06 Nov 2006 18:00:12 -0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux)

On Nov  6, 2006, Reiner Steib <address@hidden> wrote:

> My guess is that it's problem with case-fold-search when searching for
> "X-Gnus-Article-Number" in mbox files in Emacs 22 as analyzed by Elias
> Oltmanns back in June:

Yep, that's it!

> | --- ~/.emacs ---
> | (unless (< emacs-major-version 22)
> |   (set-case-syntax 331856 "w" (standard-case-table))
> |   (set-case-syntax 331857 "w" (standard-case-table)))
> | --- ~/.emacs ---

This makes gnus blazingly fast again.

> | We could also add a minor mode to set up the case table all the way
> | for Turkish.
> | 
> | Would someone like to do that?

I can try to take a stab at it, but not being an Emacs hacker I just
barely understand the relationship between the reported bug and the
ultimate cause reported in the e-mail, nevermind the proposed work
around, that is indistinguishable from magic to me ;-)

I guess this means I may need some hand-holding, and at this point I'm
not sure that would be more work than actually making the changes.
Please advise.

-- 
Alexandre Oliva         http://www.lsd.ic.unicamp.br/~oliva/
FSF Latin America Board Member         http://www.fsfla.org/
Red Hat Compiler Engineer   address@hidden, gcc.gnu.org}
Free Software Evangelist  address@hidden, gnu.org}




reply via email to

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