From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: map-file-lines Date: Tue, 03 Feb 2009 08:06:48 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86vdrr62dj.fsf@lifelogs.com> References: <86wsc87o3c.fsf@lifelogs.com> <86k5887eg6.fsf@lifelogs.com> <874ozb4x41.fsf@tux.homenetwork> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233670746 20618 80.91.229.12 (3 Feb 2009 14:19:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2009 14:19:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 03 15:20:17 2009 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.50) id 1LUM8A-0003ME-4u for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2009 15:20:02 +0100 Original-Received: from localhost ([127.0.0.1]:47144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUM6q-0000Do-K0 for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2009 09:18:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LULu1-0001eO-Ck for emacs-devel@gnu.org; Tue, 03 Feb 2009 09:05:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LULtw-0001dc-AL for emacs-devel@gnu.org; Tue, 03 Feb 2009 09:05:22 -0500 Original-Received: from [199.232.76.173] (port=40066 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LULtv-0001dQ-4N for emacs-devel@gnu.org; Tue, 03 Feb 2009 09:05:19 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:53827 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LULtu-0002w2-Ca for emacs-devel@gnu.org; Tue, 03 Feb 2009 09:05:18 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LULtr-0001yq-9J for emacs-devel@gnu.org; Tue, 03 Feb 2009 14:05:15 +0000 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Feb 2009 14:05:15 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Feb 2009 14:05:15 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:NEYkEROLpPbLaLJkcbsoqSgQN7c= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:108679 Archived-At: On Tue, 03 Feb 2009 11:45:50 +0100 Thierry Volpiatto wrote: TV> Can you try `tve-flines-iterator' that work a little like python TV> iterators work. TV> I plan to use it in futures versions of traverselisp if it is faster than TV> actual code (traverselisp don't use this code actually). I like it, and you do several things I should have (e.g. after forward-line check if we've moved at all). I'm not sure about performance either... Thanks Ted