emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; RMAIL reading of mail file


From: Eli Zaretskii
Subject: Re: 23.0.60; RMAIL reading of mail file
Date: Sun, 10 Feb 2008 21:40:13 +0200

> Date: Sun, 10 Feb 2008 12:17:23 +0000
> From: jpff <address@hidden>
> Cc: address@hidden
> 
> When I was tracing the operation what I notices was that it has found
> a \033 character, and that triggered a call to detect_coding_iso_2022
> on line 7379 on src/coding.c
>   The detect_coding_iso_2022 looks at all the remaining characters of
> the file as far as i could see, via
>     ONE_MORE_BYTE (c);
>       switch (c)
> 
> That seemed to get almost to the end of the file (end?) and then
> return.  The main scan started again until the next \033 when the
> whole procedure was repeated, scanning to the end.

Could you please post here an example of a file that causes this
slowness?  Please make it a binary attachment, to protect it from
munging by the various mail agents in between.

> BTW do you work on rmail in general?

I'm not him, but I do use Rmail all the time.

> There is a long standing bug with reading mail from two places in
> the the same g command

Where can I find the details?




reply via email to

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