On Tuesday 22 April 2003 15:05, Mikhael Goikhman wrote:
> > That's very nice. There are some problems though:
> > o Your command conflicts with preprocessing. However, this can probably
> > be solved by using different quote characters for preprocessing or by
> > turning off preprocessing. After all, with "." I can move most stuff
> > that needs to be preprocessed into init functions.
>
> Well, this function "." was only intended for non-preprocessed configs,
> it adds an optional preprocessing to some given lines only.
>
> If you preprocess the whole file, you don't need this function ".",
> all lines are preprocessed statically anyway. But you may want this
> function for dynamical preprocessing then, for example (syntax for cvs):

Sure that's what I'm using it for. And I consider doing all of the 
preprocessing in with "." because this makes it easier to define variables 
and reuse them later.

> > o The following configuration fails silently (i.e. FvwmPager doesn't
> > start and there is no error message):
> >
> >    AddToFunc .
> >    + I SendToModule FvwmPerl eval preprocess({ 'command' => 1 } ,
> > q<$*>)
> >
> >    AddToFunc StartFunction
> >    + I Module FvwmPerl
> >    + I . Module FvwmPager 0 %{ 5 }%

What about this? Why doesn't it work?

Felix

-- 
To contact me personally don't reply but send email to 
  felix DOT klee AT inka DOT de
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to