Re: [Autogen-users] use of scheme expression in pseudo macro

2007-07-06 Thread Bruce Korb
black hole wrote: >> P.S. a workaround: Inside the template proper, add this: >> >>[= (out-move (get "trace-file")) =] > > Thank you, that'll do it. However, I am trying to solve another situation. > I have a definitions file and need to set a name to be a list of files > found in a specific

Re: [Autogen-users] use of scheme expression in pseudo macro

2007-07-06 Thread black hole
Hi, On 7/5/07, Bruce Korb <[EMAIL PROTECTED]> wrote: > On 7/5/07, black hole <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am trying to specify the output file name inside the pseudo macro > > using the get autogen scheme function. I understand the docs that > > it should be possible, but I somehow

Re: [Autogen-users] use of scheme expression in pseudo macro

2007-07-05 Thread Bruce Korb
On 7/5/07, black hole <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to specify the output file name inside the pseudo macro > using the get autogen scheme function. I understand the docs that > it should be possible, but I somehow can't get it right. > > This is the definitions file (trace.ag):

[Autogen-users] use of scheme expression in pseudo macro

2007-07-05 Thread black hole
Hi, I am trying to specify the output file name inside the pseudo macro using the get autogen scheme function. I understand the docs that it should be possible, but I somehow can't get it right. This is the definitions file (trace.ag): autogen definitions trace.tpl; trace_file=trace.h; This is t