From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 796 invoked from network); 25 Apr 2020 17:13:58 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with UTF8ESMTPZ; 25 Apr 2020 17:13:58 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1jSOMy-0007qm-0t; Sat, 25 Apr 2020 12:13:36 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jOgNR-00008r-4r for ding@lists.math.uh.edu; Wed, 15 Apr 2020 06:38:45 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jOgNP-0003m0-UZ for ding@lists.math.uh.edu; Wed, 15 Apr 2020 06:38:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-type:MIME-version:References :Subject:In-Reply-To:Cc:To:From:Message-Id:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=VlPFEy1nhvXHOil12Xgoutc1LjBeNe+TatUN959AoW0=; b=dlb/muuYBo31Ih4mPaYZ0FtmoD QFX0KklUyc1LUehkeg0yF2AmiRPpAnD3ry0E4raM1Iz+MzI7NRVzJRAait9k2n/Mb6ogUo6nBD246 nJs1HMtRCrbJNWBV8d1jKXxIFrm3cvIwtwS6+SQiWXiwQmPwSVhZXctfZwkSnEHQsNto=; Received: from eggs.gnu.org ([2001:470:142:3::10]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1jOgNI-0005rD-RS for ding@gnus.org; Wed, 15 Apr 2020 13:38:39 +0200 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jOgNF-00078I-MW; Wed, 15 Apr 2020 07:38:33 -0400 Received: from [176.228.60.248] (port=1782 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jOgNF-0007XW-0d; Wed, 15 Apr 2020 07:38:33 -0400 Date: Wed, 15 Apr 2020 14:38:15 +0300 Message-Id: <83d089ges8.fsf@gnu.org> From: Eli Zaretskii To: Robert Pluim Cc: asjo@koldfront.dk, ding@gnus.org, emacs-devel@gnu.org In-Reply-To: (message from Robert Pluim on Wed, 15 Apr 2020 12:13:24 +0200) Subject: Re: Rendering regression in Gnus with gnus-treat-from-gravatar References: <877dym5fes.fsf@tullinup.koldfront.dk> <87d08ejbmj.fsf@tullinup.koldfront.dk> <87r1wq55xk.fsf@tullinup.koldfront.dk> <83h7xlgk6k.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] List-ID: Precedence: bulk > From: Robert Pluim > Cc: asjo@koldfront.dk, ding@gnus.org, emacs-devel@gnu.org > Date: Wed, 15 Apr 2020 12:13:24 +0200 > > As an aside, emacs threading seems very unresponsive, in that it > appears to take a very long time after the thread has been started > before it reacts to the signaling of the condition variable. I was > assuming I didnʼt need to explicitly yield from the main thread > after that, but perhaps I do? The thread will not run until the main thread yields in some way. What does the main thread do after calling make-thread?