guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I don't want to maintain this


From: Kevin Ryde
Subject: Re: I don't want to maintain this
Date: Thu, 01 Dec 2005 11:30:32 +1100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Bruce Korb <address@hidden> 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 :-).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]