Gnus development mailing list
 help / color / mirror / Atom feed
From: Elias Oltmanns <oltmanns@uni-bonn.de>
Subject: Re: bugs: slow scoring in emacs 22
Date: Sat, 06 May 2006 21:10:05 +0200	[thread overview]
Message-ID: <87mzdvkm0i.fsf@denkblock.local> (raw)
In-Reply-To: <871wvnunyu.fsf_-_@lapin-bleu.net>

Max Froumentin <max@lapin-bleu.net> wrote:
> Elias Oltmanns <oltmanns@uni-bonn.de> writes:
>
>>> 1. scoring in emacs 22
>>>
>> I suspect that this is related to the problem I reported a few weeks
>> ago on this list. Unfortunately, I've not been able to follow this up
>> on emacs MLs yet. Did anybody else?
>
>> Please see the thread "No Gnus v0.4 / emacs-cvs terribly slowly
>> operating on large nnfolders" at
>> <http://permalink.gmane.org/gmane.emacs.gnus.general/62304>
>> for further reference.
>
> Ah, thanks. Sorry I missed that thread. It's indeed exactly the same 
> problem. So obviously, I'd be interested to hear about any development
> from the emacs lists too.

Here is a work around that fixes the problem for me. It is not a
general solution and may break case-folding in some languages, namely
those that use U+51050 and U+51051. In fact, I don't even know which
characters are assigned to these codes but I don't use them anyway,
thats for sure.

Can you confirm that this fixes your problem too?

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

This deletes the two named characters from the equivalences list
for the ascii character i in the standard case table of emacs 22.
Without this a slower searching / matching algorithm is used whenever
the search string contains the character i or I because those
mysterious unicode characters are considered equivalent to i.

I don't know whether this is an issue to be dealt with in emacs or in
packages like gnus. Perhaps the only solution is to make users aware
of this problem and to advise them to edit their .emacs if
appropriate. What's your opinion on this topic?

Regards,

Elias




  reply	other threads:[~2006-05-06 19:10 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-19 10:52 bugs: slow scoring in emacs 22, slow PGP in No Gnus v0.4, serious PGP signing bug Max Froumentin
2006-04-19 21:54 ` Elias Oltmanns
2006-04-24 13:01   ` bugs: slow scoring in emacs 22 Max Froumentin
2006-05-06 19:10     ` Elias Oltmanns [this message]
2006-04-22  0:17 ` bugs: slow scoring in emacs 22, slow PGP in No Gnus v0.4, serious PGP signing bug Lars Magne Ingebrigtsen
2006-04-24 13:06   ` Max Froumentin
2006-04-24 16:51     ` slow PGP in No Gnus v0.4 Max Froumentin
     [not found]       ` <87d5f6kjcc.fsf-Pl0VvzL1eo4@public.gmane.org>
2006-04-24 18:04         ` Jochen Küpper
2006-04-25 13:02           ` Max Froumentin
     [not found]             ` <871wvl95b6.fsf-j8nGiIS5Ut1oeR6VNtCasQ@public.gmane.org>
2006-04-25 18:56               ` Jochen Küpper
2006-04-26 10:33                 ` Max Froumentin
2006-04-26 11:18                   ` Simon Josefsson
2006-04-26 14:12                     ` Display of GPG results (was: slow PGP in No Gnus v0.4) Reiner Steib
2006-04-27 12:33                       ` Display of GPG results Max Froumentin
2006-04-27 14:01                         ` Max Froumentin
2006-04-28 15:13                           ` Security buttons without a face (was: Display of GPG results) Max Froumentin
2006-04-29 12:39                           ` Display of GPG results Reiner Steib
2006-04-30 20:43                             ` Max Froumentin
2006-04-30 10:24                           ` Lars Magne Ingebrigtsen
2006-04-30 20:53                             ` Max Froumentin
2006-04-30 20:56                               ` Max Froumentin
2006-04-30 10:22                   ` slow PGP in No Gnus v0.4 Lars Magne Ingebrigtsen
     [not found]                     ` <m3zmi32wj0.fsf-qBEgNjfYAPolG3ThADb//ti2O/JbrIOy@public.gmane.org>
2006-04-30 11:14                       ` Jochen Küpper
2006-04-30 11:33                         ` Lars Magne Ingebrigtsen
2006-04-30 12:22                           ` Elias Oltmanns
2006-04-30 12:38                             ` Lars Magne Ingebrigtsen
2006-04-30 14:31                               ` Juliusz Chroboczek
2006-04-30 22:21                                 ` gdt
2006-05-01 13:36                                   ` Juliusz Chroboczek
2006-05-01 12:18                                 ` Lars Magne Ingebrigtsen
2006-05-01 13:32                                   ` Juliusz Chroboczek
2006-05-01 15:00                                     ` Lars Magne Ingebrigtsen
2006-05-02 18:09                               ` Display of GPG results (was: slow PGP in No Gnus v0.4) Reiner Steib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mzdvkm0i.fsf@denkblock.local \
    --to=oltmanns@uni-bonn.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).