Re: unknown location: definition in expression context in subform optname-from of "_^"

2012-01-28 Thread Bruce Korb
Hi Mark, On Fri, Jan 27, 2012 at 11:02 PM, Mark H Weaver wrote: > Hi Bruce, > > In case you didn't see the other thread here on guile-devel: I read some of it. > ... with Guile 2.0.4 the error message would > have been something like this: > >  /old-home/ROOT/usr/local/share/autogen/aginfo.tpl:

Re: unknown location: definition in expression context in subform optname-from of "_^"

2012-01-28 Thread Andy Wingo
Hi, On Sat 28 Jan 2012 17:58, Bruce Korb writes: >> Bruce Korb writes: >> > I need to be able to locate a guile scheme expression in my ASCII >> > text input and hand it off to Guile, telling it the file name and >> > line number and column number of where I found the string. >> >> I agree that

Re: unknown location: definition in expression context in subform optname-from of "_^"

2012-01-28 Thread Mark H Weaver
Andy Wingo writes: > On Sat 28 Jan 2012 17:58, Bruce Korb writes: > >>> Bruce Korb writes: >>> > I need to be able to locate a guile scheme expression in my ASCII >>> > text input and hand it off to Guile, telling it the file name and >>> > line number and column number of where I found the str

Re: [PATCH] Fix double-free error on non-GNU systems.

2012-01-28 Thread Ludovic Courtès
Hello! "Chris K. Jester-Young" skribis: > * libguile/i18n.c (scm_make_locale): Null out c_locale_name after it's > freed, so it doesn't get freed again. While this only has effect if > USE_GNU_LOCALE_API is unset, the nulling out happens in both cases, > to be consistent and robust. How d

Re: unknown location: definition in expression context in subform optname-from of "_^"

2012-01-28 Thread Andy Wingo
On Sat 28 Jan 2012 20:47, Mark H Weaver writes: > Andy Wingo writes: > >> On Sat 28 Jan 2012 17:58, Bruce Korb writes: >> Bruce Korb writes: > I need to be able to locate a guile scheme expression in my ASCII > text input and hand it off to Guile, telling it the file name and >>

Re: unknown location: definition in expression context in subform optname-from of "_^"

2012-01-28 Thread Andy Wingo
Also: http://lists.gnu.org/archive/html/guile-devel/2011-03/msg00091.html Andy -- http://wingolog.org/

Re: unknown location: definition in expression context in subform optname-from of "_^"

2012-01-28 Thread Mark H Weaver
Andy Wingo writes: > On Sat 28 Jan 2012 20:47, Mark H Weaver writes: >> Andy Wingo writes: >>> Didn't we settle on eval-string, with the #:file and #:line kwargs? See >>> eval-string in the manual. >> >> I guess the code to use that from C would look something like this: > > It can look a littl