I can answer my own question here... On Wed, May 26, 2004 at 10:57:52PM -0400, Matt Price wrote: > Hi folks, > > OOo is crashing on my Powerpc when I try to run a macro I am very fond > of -- MakeRecentFilesHoldMoreItems . the upstream version of 1.1.1 > does not crash. > > I've pasted in the macro code with a pointer to the lines that seem to > cause the crash (diagnosed by the primitive method of commenting out > the whole macro and adding in commands line-by-line). Any ideas on > what's wrong/how I can fix it/ a workaround? thx, > > matt
> Array( MakePropertyValue( "enableasync", False ) ) ) ^ this function is one defined by the macro author (Danny B, who writes a lot of macros). In the upstream installation I had already installed Danny's Library in the same module as the active macro, so I didn't get the error. Apologies! I thought maybe there was something specific to the debian packages -- stupid! m