From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Fix get-bytevector-all read redundant eof Date: Sun, 31 Mar 2013 21:18:30 -0400 Message-ID: <87li933v6h.fsf@tines.lan> References: <1363253404.3025.12.camel@Renee-desktop.suse> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1364779148 1254 80.91.229.3 (1 Apr 2013 01:19:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2013 01:19:08 +0000 (UTC) Cc: guile-devel@gnu.org To: Nala Ginrut Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Apr 01 03:19:34 2013 Return-path: Envelope-to: guile-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 1UMTPH-0001qj-30 for guile-devel@m.gmane.org; Mon, 01 Apr 2013 03:19:31 +0200 Original-Received: from localhost ([::1]:36048 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMTOs-0006ie-HR for guile-devel@m.gmane.org; Sun, 31 Mar 2013 21:19:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMTOi-0006bm-Ks for guile-devel@gnu.org; Sun, 31 Mar 2013 21:19:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMTOg-0007mM-Te for guile-devel@gnu.org; Sun, 31 Mar 2013 21:18:56 -0400 Original-Received: from world.peace.net ([96.39.62.75]:56427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMTOg-0007mC-PJ for guile-devel@gnu.org; Sun, 31 Mar 2013 21:18:54 -0400 Original-Received: from 74-94-165-125-newengland.hfc.comcastbusiness.net ([74.94.165.125] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UMTOa-0001dK-96; Sun, 31 Mar 2013 21:18:48 -0400 In-Reply-To: <1363253404.3025.12.camel@Renee-desktop.suse> (Nala Ginrut's message of "Thu, 14 Mar 2013 17:30:04 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16074 Archived-At: Nala Ginrut writes: > You may check it like this: > (get-bytevector-all (current-input-port)) > > And try to input then type ctrl+d, the current implementation needs you > type ctrl+d twice. I just pushed a fix for this (and some other related problems) to stable-2.0. http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commit;h=47f2bce5ae332c274270882c259776b8e4ea12f7 Thanks for bringing this to our attention! Mark