> >  * Please put single statements in loops or if clauses in curly
> >    braces, i.e.
> > 
> >      if (1)
> >      {
> >        foo;
> >      }
> > 
> >    not
> > 
> >      if (1)
> >        foo;
> 
> What's the rationale behind this? I must confess I'm not particularly fond
> of this restriction but I will, of course, follow any FVWM coding standards.

>From docs/CONVENTIONS:

 o Always place curly braces on a separate line.  In some cases,
   placing braces on the same line as other code confuses
   (x)emacs.

Wouldn't it be prudent to fix Emacs?

(That's an honest question, not trying to start an xemacs-vs-gvim war.)

SCoTT.
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to