Gnus development mailing list
 help / color / mirror / Atom feed
From: David Wragg <david@wragg.org>
Subject: accept-process-output milliseconds vs. microseconds
Date: Mon, 23 Oct 2006 11:41:22 +0100	[thread overview]
Message-ID: <m3mz7nuxf1.fsf@dwragg.oilspace.com> (raw)

Hi,

I am a Gnus-user of several years, but I just started getting my hands
dirty with Gnus internals while trying to access a gmail mailbox.

One problem I have encountered is occasional emacs hangs while
retrieving mail over POP/TLS.  I believe this may be related to the
confusion over the third argument of accept-process-output - no-one is
quite sure whether it is milliseconds or microseconds (see
<http://article.gmane.org/gmane.emacs.devel/51972/>).
pop3-accept-process-output thinks it is milliseconds; I'm using emacs
21.4.1 which thinks it is microseconds.  I changed the scaling factor
in pop3-accept-process-output from 1000 to 1000000, and the hangs seem
to have gone away.

Would a patch that introduces a compatibility wrapper around
accept-process-output (similar to slime-accept-process-output in
SLIME), and converts existing uses over throughout Gnus, be accepted?


David



                 reply	other threads:[~2006-10-23 10:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m3mz7nuxf1.fsf@dwragg.oilspace.com \
    --to=david@wragg.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.
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).