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: Generators (iterators) for Gnu Emacs Date: Fri, 05 Dec 2014 14:16:15 -0500 Message-ID: References: <877fy77zhp.fsf@web.de> <87k326d4ww.fsf@gmail.com> <877fy6rp2o.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417807012 5132 80.91.229.3 (5 Dec 2014 19:16:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2014 19:16:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 05 20:16:45 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XwyMu-0001D1-Jz for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2014 20:16:44 +0100 Original-Received: from localhost ([::1]:52168 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwyMu-0005KN-0l for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2014 14:16:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwyMZ-0005JB-HY for emacs-devel@gnu.org; Fri, 05 Dec 2014 14:16:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwyMS-0003SC-2w for emacs-devel@gnu.org; Fri, 05 Dec 2014 14:16:23 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:20654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwyMS-0003S8-0C for emacs-devel@gnu.org; Fri, 05 Dec 2014 14:16:16 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjsPAOwQflRMCqTq/2dsb2JhbABbgweDYIVaxR0EAgKBJBcBAQEBAQF8hAMBAQMBViMFCws0EhQYDSSISgnWWQEBAQEGAQEBAR6QbweESAWLAaQugXiEGSGCdwEBAQ X-IPAS-Result: AjsPAOwQflRMCqTq/2dsb2JhbABbgweDYIVaxR0EAgKBJBcBAQEBAQF8hAMBAQMBViMFCws0EhQYDSSISgnWWQEBAQEGAQEBAR6QbweESAWLAaQugXiEGSGCdwEBAQ X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="99661347" Original-Received: from 76-10-164-234.dsl.teksavvy.com (HELO pastel.home) ([76.10.164.234]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 05 Dec 2014 14:16:15 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 3A90087F8; Fri, 5 Dec 2014 14:16:15 -0500 (EST) In-Reply-To: <877fy6rp2o.fsf@web.de> (Michael Heerdegen's message of "Fri, 05 Dec 2014 18:20:15 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178993 Archived-At: > I think we could do so, though, apart from the definition, our packages > seem quite disjoint. I prefer to look at it as "complementary". > Anyway, it would be good if Daniel's generators would then be valid > iterators in terms of the new iterator.el. Indeed, that would be nice. Can you try and work that out? Stefan