guile-devel
[Top][All Lists]
Advanced

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

Re: unknown location: definition in expression context in subform optnam


From: Bruce Korb
Subject: Re: unknown location: definition in expression context in subform optname-from of "_^"
Date: Sun, 29 Jan 2012 09:40:26 -0800

Hi Mark,

On Sat, Jan 28, 2012 at 8:12 PM, Mark H Weaver <address@hidden> wrote:
> In short, this single function allows code to do the ideal thing
> relatively painlessly.  Typical usage might be something like this:
>
>  SCM
>  my_eval (const char *string, const char *file_name,
>          long line, long column)
>  {
>    return scm_eval_string_from_file
>      (scm_from_locale_string (string), SCM_UNDEFINED,
>       scm_from_locale_string (file_name), line, column, 0);
>  }
>
> What do you think?

I think it is what I've wanted for years.  Thank you!!
Any of these variations would make me happy.

Cheers - Bruce



reply via email to

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