From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53429 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Funny-looking code in imap.el Date: Mon, 14 Jul 2003 14:48:24 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87znjhsw0d.fsf@cam.ac.uk> <87wuelsel6.fsf@cam.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1058187472 18459 80.91.224.249 (14 Jul 2003 12:57:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2003 12:57:52 +0000 (UTC) Original-X-From: ding-owner+M1973@lists.math.uh.edu Mon Jul 14 14:57:49 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19c2tp-0004nU-00 for ; Mon, 14 Jul 2003 14:57:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19c2ua-0006Te-00; Mon, 14 Jul 2003 07:58:36 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19c2uT-0006TY-00 for ding@lists.math.uh.edu; Mon, 14 Jul 2003 07:58:29 -0500 Original-Received: (qmail 33263 invoked by alias); 14 Jul 2003 12:58:29 -0000 Original-Received: (qmail 33258 invoked from network); 14 Jul 2003 12:58:28 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 14 Jul 2003 12:58:28 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h6ECwPkU011129 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Mon, 14 Jul 2003 14:58:26 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030714:ding@gnus.org:7f95561031429a35 X-Hashcash: 0:030714:ding@gnus.org:7f95561031429a35 In-Reply-To: <87wuelsel6.fsf@cam.ac.uk> (Gaute B. Strokkenes's message of "Mon, 14 Jul 2003 09:21:57 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53429 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53429 Gaute B Strokkenes writes: >> Try removing it. > > That seems to work fine. Does it work to say `(sleep-for 0.1)' instead? I remember that the reason for the sit-for was to avoid a race condition where emacs hogs the system and leave no CPU time for OpenSSL (or other external processes) to run and generate data for Emacs to read. This might have been fixed in modern emacsen though.