From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: I don't want to maintain this Date: Thu, 01 Dec 2005 11:30:32 +1100 Message-ID: <871x0xodzr.fsf@zip.com.au> References: <200511272025.32395.bruce.korb@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133397203 30727 80.91.229.2 (1 Dec 2005 00:33:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Dec 2005 00:33:23 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Dec 01 01:33:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EhcNy-0005pn-E1 for guile-devel@m.gmane.org; Thu, 01 Dec 2005 01:33:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhcNx-0002jp-5w for guile-devel@m.gmane.org; Wed, 30 Nov 2005 19:33:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EhcLc-0002Ra-1p for guile-devel@gnu.org; Wed, 30 Nov 2005 19:30:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EhcLa-0002RA-7j for guile-devel@gnu.org; Wed, 30 Nov 2005 19:30:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhcLZ-0002Qy-P2 for guile-devel@gnu.org; Wed, 30 Nov 2005 19:30:49 -0500 Original-Received: from [61.8.0.115] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EhcLZ-0007tC-2D for guile-devel@gnu.org; Wed, 30 Nov 2005 19:30:49 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id jB10UbxO031035; Thu, 1 Dec 2005 11:30:37 +1100 Original-Received: from localhost (ppp2FD7.dyn.pacific.net.au [61.8.47.215]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id jB10UaDJ009129; Thu, 1 Dec 2005 11:30:37 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1EhcLJ-000155-00; Thu, 01 Dec 2005 11:30:33 +1100 Original-To: Bruce Korb Mail-Copies-To: never In-Reply-To: <200511272025.32395.bruce.korb@gmail.com> (Bruce Korb's message of "Sun, 27 Nov 2005 20:25:32 -0800") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) 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:5443 Archived-At: Bruce Korb writes: > > port = scm_mkstrport( SCM_INUM0, expr, SCM_OPN | SCM_RDNG, zEx ); scm_open_input_string is probably easier. > pt->line_number = line - 1; > pt->file_name = file; Maybe scm_set_port_line_x and scm_set_port_filename_x instead of mucking about with the ptab structure. Apart from that a string port sounds good to me (without actually trying it :-). _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel