From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Concurrency Date: Sat, 27 Mar 2010 09:33:46 -0400 Message-ID: References: <27349166.post@talk.nabble.com> <27560255.post@talk.nabble.com> <4B754E74.8060705@swipnet.se> <27563610.post@talk.nabble.com> <4B7564C7.1010309@swipnet.se> <27564728.post@talk.nabble.com> <4B756FB7.3050202@swipnet.se> <87k4ui4gik.fsf@lola.goethe.zz> <27566385.post@talk.nabble.com> <87wryi2sjd.fsf@lola.goethe.zz> <27585994.post@talk.nabble.com> <87k4ucdmwh.fsf@stupidchicken.com> <87d3zweq4e.fsf@master.homenet> <87y6hg1h4a.fsf@thor.thematica.it> <87tys3j9fa.fsf@lifelogs.com> <87eij6tqmu.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1269696959 24088 80.91.229.12 (27 Mar 2010 13:35:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Mar 2010 13:35:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 27 14:35:55 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NvWB5-0000yN-Ii for ged-emacs-devel@m.gmane.org; Sat, 27 Mar 2010 14:35:55 +0100 Original-Received: from localhost ([127.0.0.1]:34189 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvWB0-0001ok-HH for ged-emacs-devel@m.gmane.org; Sat, 27 Mar 2010 09:35:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvW9D-0001JK-JU for emacs-devel@gnu.org; Sat, 27 Mar 2010 09:33:55 -0400 Original-Received: from [140.186.70.92] (port=49348 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvW9B-0001H6-K9 for emacs-devel@gnu.org; Sat, 27 Mar 2010 09:33:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvW97-0000CM-Gk for emacs-devel@gnu.org; Sat, 27 Mar 2010 09:33:51 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:58527 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvW97-0000C1-Ef for emacs-devel@gnu.org; Sat, 27 Mar 2010 09:33:49 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEADCmrUtMCqKh/2dsb2JhbACbMnS+JoUBBIse X-IronPort-AV: E=Sophos;i="4.51,319,1267419600"; d="scan'208";a="59153267" Original-Received: from 76-10-162-161.dsl.teksavvy.com (HELO pastel.home) ([76.10.162.161]) by ironport2-out.pppoe.ca with ESMTP; 27 Mar 2010 09:33:46 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 18B0285F0; Sat, 27 Mar 2010 09:33:46 -0400 (EDT) In-Reply-To: <87eij6tqmu.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 26 Mar 2010 22:00:57 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:122763 Archived-At: > I'd love to know what's in Giuseppe's branch from the perspective of a > user. Specifically, I want to know how a rewrite of the Gnus summary Actually, we need both: we need to document the changes, as seen by an Elisp programmer (fits in etc/NEWS), and we need to document the way it works internally, the invariants upon which it relies and things like that. Stefan