all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jpff <jpff@codemist.co.uk>
To: Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
Cc: emacs-pretest-bug@gnu.org
Subject: Re: 23.0.60; RMAIL reading of mail file
Date: Sun, 10 Feb 2008 12:17:23 +0000	[thread overview]
Message-ID: <4681-Sun10Feb2008121723+0000-jpff@codemist.co.uk> (raw)
In-Reply-To: <18350.404.929683.328844@rgrjr.rgrjr.dyndns.org> (message from Bob Rogers on Sat, 9 Feb 2008 14:40:04 -0500)

Sorry for  delay -- your IP address in the the abuse list and so was
filed as junk
X-Warning: 98.216.94.251 is listed at rbl-plus.mail-abuse.ja.net

>>   I wonder, how much RAM do you have on this system?

4Gb

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.

I can confirm that the 118mins is repeatable, and emacs 22 did the
same in 8secs

You can have my RMAIL file if necessary -- not sure there is much
sensitive in it.  Or I could send snapshot values from gdb
investigations.


BTW do you work on rmail in general? There is a long standing bug
with reading mail from two places in the the same g command

==John ffitch




  reply	other threads:[~2008-02-10 12:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-07 16:46 23.0.60; RMAIL reading of mail file jpff
2008-02-09 19:40 ` Bob Rogers
2008-02-10 12:17   ` jpff [this message]
2008-02-10 19:40     ` Eli Zaretskii
2008-02-12 12:55     ` Kenichi Handa

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=4681-Sun10Feb2008121723+0000-jpff@codemist.co.uk \
    --to=jpff@codemist.co.uk \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=rogers-emacs@rgrjr.dyndns.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.