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: map-file-lines Date: Mon, 02 Feb 2009 17:42:31 -0500 Message-ID: References: <86wsc87o3c.fsf@lifelogs.com> <86skmw7ig6.fsf@lifelogs.com> <86fxiw7e5w.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233614572 1714 80.91.229.12 (2 Feb 2009 22:42:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2009 22:42:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 02 23:44:06 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 1LU7WK-00052b-3X for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2009 23:44:00 +0100 Original-Received: from localhost ([127.0.0.1]:37299 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LU7V1-00065E-IP for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2009 17:42:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LU7Uw-00063G-BX for emacs-devel@gnu.org; Mon, 02 Feb 2009 17:42:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LU7Uu-00060a-MM for emacs-devel@gnu.org; Mon, 02 Feb 2009 17:42:33 -0500 Original-Received: from [199.232.76.173] (port=37358 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LU7Uu-00060L-DC for emacs-devel@gnu.org; Mon, 02 Feb 2009 17:42:32 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:22348 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LU7Uu-0007TF-2V for emacs-devel@gnu.org; Mon, 02 Feb 2009 17:42:32 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgMFAMYFh0nO+IQk/2dsb2JhbACBbssihBQGgmw X-IronPort-AV: E=Sophos;i="4.37,367,1231131600"; d="scan'208";a="33229058" Original-Received: from 206-248-132-36.dsl.teksavvy.com (HELO pastel.home) ([206.248.132.36]) by ironport2-out.teksavvy.com with ESMTP; 02 Feb 2009 17:42:31 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 5DE0E8229; Mon, 2 Feb 2009 17:42:31 -0500 (EST) In-Reply-To: <86fxiw7e5w.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 02 Feb 2009 14:54:35 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.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:108646 Archived-At: > I plan to implement large file viewing and searching, depending on > Stefan and others' decisions and suggestions. I don't know the Emacs > file internals well, so a stream-based solution may be better > underneath. How would you use map-file-lines to implement the "large file viewing and searching"? Stefan