On Wed, Sep 21, 2016 at 11:27:47PM +0100, Thomas Adam wrote: > On Wed, Sep 21, 2016 at 06:20:50PM -0400, lists-f...@useunix.net wrote: > > Is it worth considering moving away from line-based processing for > > entities like functions? > > > > Changing the example in the document to something like: > > > > Function -n func_name > > i:DoImmediate, > > c:DoClick, > > i:DoImmediate, > > i:TestRc (NoMatch) Break, > > h:DoHold > > EndFunction > > > > Just a thought. > > That's no different to the suggestion in the document, other than you've > "regressed" back to what FVWM1.X used to do. The "EndFunction" part doesn't > add anything. > > It's only "block" based because that's what we have now, and I see no reason > why we need to retain that right now. > > -- Thomas Adam >
Is it different as in it gets rid of the annoying '\' characters that need to be at the end of every line. Unless you are saying that they aren't necessary? Wayne