From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stanislav Ievlev Newsgroups: gmane.lisp.guile.devel Subject: guile-1.8 question Date: Wed, 14 Oct 2009 11:02:30 +0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1255503772 12508 80.91.229.12 (14 Oct 2009 07:02:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Oct 2009 07:02:52 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Oct 14 09:02:42 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mxxsf-0000b0-UA for guile-devel@m.gmane.org; Wed, 14 Oct 2009 09:02:42 +0200 Original-Received: from localhost ([127.0.0.1]:59679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mxxsf-00009w-8S for guile-devel@m.gmane.org; Wed, 14 Oct 2009 03:02:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mxxsc-00008U-SC for guile-devel@gnu.org; Wed, 14 Oct 2009 03:02:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxxsY-0008VJ-AU for guile-devel@gnu.org; Wed, 14 Oct 2009 03:02:38 -0400 Original-Received: from [199.232.76.173] (port=58495 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxxsY-0008VF-5h for guile-devel@gnu.org; Wed, 14 Oct 2009 03:02:34 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:4331) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MxxsX-0005wx-Fx for guile-devel@gnu.org; Wed, 14 Oct 2009 03:02:33 -0400 Original-Received: from mail-fx0-f205.google.com ([209.85.220.205]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxxsW-0007ZS-43 for guile-devel@gnu.org; Wed, 14 Oct 2009 03:02:32 -0400 Original-Received: by mail-fx0-f205.google.com with SMTP id 1so9292461fxm.31 for ; Wed, 14 Oct 2009 00:02:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=zNrIwniZ5DSq40PTSipNb7dsTwfUuZC6szrLFo8aOgg=; b=OBrmTUSHuDtICSGWCDP8nDrDoUS3hyzTc/pF9KSbfyZtLAsYw7FLxQBv7dZKRyFygf l9FwDxkWg/I83T79boMHC8OyzfgSovg7SBkInIB6rUv4HX31nWjks4/UmCvL01rqwtVI QmXZRjWuun9pXEzJWPEsROe0y1+XPKS2jtm+4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ENkpiAI/f9Gnr1cpT2ubzCVr7LAXz0qwojI1Lkq32MmKwsjRQq+OkPHXB6IaaZk6vo S/E1sh/t3qkiU6ExWnSXiBWI6XpucdCGid024JiLxH1HAqnR00YJPbL/af+QM25wh527 eOihJSPFDCu3J9WoqUC6kndA7KrmT1NjbpN3o= Original-Received: by 10.204.154.82 with SMTP id n18mr6827790bkw.128.1255503750642; Wed, 14 Oct 2009 00:02:30 -0700 (PDT) X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9484 Archived-At: Greetings! There are several functions exists to convert file descriptor into guile port: * scm_fdes_to_ports - search for fdes in already opened ports * scm_fdes_to_port - looks like internal function, not documented, but exists in header files. * scm_fdopen - looks like public function. What is the difference between scm_fdes_to_port and scm_fdopen? What function should I use? Have you any plans to made this API simpler? -- With best regards Stanislav Ievlev.