From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: docs for insert-file-contents use 'bytes' Date: Tue, 30 Sep 2008 19:29:39 +0300 Message-ID: References: <86ljxa67xi.fsf@lifelogs.com> <86hc7y64vm.fsf@lifelogs.com> <8663od68yb.fsf@lifelogs.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1222792262 13493 80.91.229.12 (30 Sep 2008 16:31:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Sep 2008 16:31:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 30 18:31:59 2008 connect(): Connection refused 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 1Kki7c-0007e5-Ae for ged-emacs-devel@m.gmane.org; Tue, 30 Sep 2008 18:30:48 +0200 Original-Received: from localhost ([127.0.0.1]:48880 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kki6Z-0007rz-Af for ged-emacs-devel@m.gmane.org; Tue, 30 Sep 2008 12:29:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kki6U-0007r3-3h for emacs-devel@gnu.org; Tue, 30 Sep 2008 12:29:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kki6S-0007q5-TP for emacs-devel@gnu.org; Tue, 30 Sep 2008 12:29:37 -0400 Original-Received: from [199.232.76.173] (port=38718 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kki6S-0007pt-Oc for emacs-devel@gnu.org; Tue, 30 Sep 2008 12:29:36 -0400 Original-Received: from mtaout3.012.net.il ([84.95.2.7]:16045) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kki6S-0006ut-AA for emacs-devel@gnu.org; Tue, 30 Sep 2008 12:29:36 -0400 Original-Received: from HOME-C4E4A596F7 ([77.127.170.116]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K8000241OJ64GN0@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Tue, 30 Sep 2008 19:30:43 +0300 (IDT) In-reply-to: <8663od68yb.fsf@lifelogs.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:104261 Archived-At: > From: Ted Zlatanov > Date: Tue, 30 Sep 2008 08:48:28 -0500 > > EZ> How about this idea: read a bit more than you want, then find safe > EZ> place to end this page-full? > > How do I find the next safe position in the byte flow? In C or in ELisp?