From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86152 Path: news.gmane.org!not-for-mail From: Ernesto Alfonso Newsgroups: gmane.emacs.gnus.general Subject: Re: message and electric-quote-mode Date: Wed, 2 Sep 2015 23:24:41 -0400 Message-ID: References: <86oahtg01o.fsf@mac.com> <87twrlux2g.fsf@hillenius.net> <82io7s47xw.fsf_-_@jobim-via-gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1441250747 6669 80.91.229.3 (3 Sep 2015 03:25:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2015 03:25:47 +0000 (UTC) Cc: ding@gnus.org To: George McNinch Original-X-From: ding-owner+M34385@lists.math.uh.edu Thu Sep 03 05:25:35 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZXL9X-0001tX-S4 for ding-account@gmane.org; Thu, 03 Sep 2015 05:25:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1ZXL8x-0006IV-Jb; Wed, 02 Sep 2015 22:24:55 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZXL8t-0006I8-Uq for ding@lists.math.uh.edu; Wed, 02 Sep 2015 22:24:52 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1ZXL8s-0008Tf-KH for ding@lists.math.uh.edu; Wed, 02 Sep 2015 22:24:51 -0500 Original-Received: from mail-ob0-f172.google.com ([209.85.214.172]) by quimby.gnus.org with esmtps (TLS1.2:RSA_ARCFOUR_SHA1:128) (Exim 4.80) (envelope-from ) id 1ZXL8q-0007LK-Sv for ding@gnus.org; Thu, 03 Sep 2015 05:24:49 +0200 Original-Received: by obbbh8 with SMTP id bh8so25104255obb.0 for ; Wed, 02 Sep 2015 20:24:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZeJ179HuHYVBm858OWSjxmNldtk9hHI4QTHPanB5j6c=; b=aB8BeVxe6UVobdv3EWEL+XcGt1ydftBeGmITrZPFtYVcCRQqq8VaJhKfbciidwqTro TG6GnF3U8Dp0oACnIiMHjd4C5HBn4TteIQ5JLFIDIpIf3kceN8aykS3fn+yCBbUmmYdL Hj7uToWYCoAPB4KYvaZDRd4iNSVujZHqwVp2tvsUH9t9EpqPBQik0P7x3L+nEe5ZyW5b +WC7rvTqXEEDrXF31fUNeaJJFiAF8mVp2wgztuAg3wpN0hIHDiwRU5sDqSCJm+sGgWBa C1zxSt8jp7l2G4f4b8ZPe5gfuqmsPKBxyRBrR8RPBrBLa9fORdjEUc46CPrrm1dPrBvC kz/g== X-Received: by 10.182.19.4 with SMTP id a4mr1361374obe.33.1441250681474; Wed, 02 Sep 2015 20:24:41 -0700 (PDT) Original-Received: by 10.76.93.42 with HTTP; Wed, 2 Sep 2015 20:24:41 -0700 (PDT) In-Reply-To: <82io7s47xw.fsf_-_@jobim-via-gmail.com> X-Spam-Score: -1.1 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86152 Archived-At: Hi, first post to this list. Hopefully this is for development of gnus emacs. I'm very annoyed at having to wait for gnus to fetch mail, which takes between 5-10 secs during which emacs freezes. I believe the function in question is gnus-group-read-group and gnus-summary-read-group when fetching my gmail inbox. Can we use a process sentinel "async" approach to avoid this 10 second emacs freeze?