From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24194 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnslashdot Date: 12 Jul 1999 22:13:21 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161802 7372 80.91.224.250 (21 Oct 2002 00:56:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:56:42 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA11482 for ; Mon, 12 Jul 1999 16:17:40 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB17560; Mon, 12 Jul 1999 15:13:59 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 12 Jul 1999 15:14:51 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA22576 for ; Mon, 12 Jul 1999 15:14:33 -0500 (CDT) Original-Received: from ratatosk.pdc.kth.se (ratatosk.pdc.kth.se [193.10.159.41]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA11345 for ; Mon, 12 Jul 1999 16:13:31 -0400 (EDT) X-Username: unknown Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by ratatosk.pdc.kth.se (8.9.3/8.9.3) with ESMTP id WAA25500; Mon, 12 Jul 1999 22:13:23 +0200 (MET DST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id WAA19357; Mon, 12 Jul 1999 22:13:23 +0200 Original-To: Wes Hardaker In-Reply-To: Wes Hardaker's message of "12 Jul 1999 08:44:00 -0700" Original-Lines: 21 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.3.11 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24194 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24194 Wes Hardaker writes: > Actually, I've been thinking a lot lately about how to make gnus more > asynchronous, and I think its possible to do things like dynamic > summary buffer updates while you're looking at it and its still > pulling in headers. ... > Dynamic group updates would be cool too... You get a group buffer > listing and the items slowly change from * to 75, etc... Yes, I've been thinking about this too, it would be cool. Every time I think about things like this I tend to end up cursing emacs for not having threads though. > All this requires backends that use external programs I would think > though I don't think so, TCP connections are also asynchronous, but you could also run some code with idle-timer to do things like this. I think that could work quite well, and the code written to work with that would require small changes if/when emacs get threads.