Re: Code formatting

2016-09-11 Thread Andreas Enge
On Sun, Jul 31, 2016 at 12:59:02PM +0200, Ludovic Courtès wrote: > Danny Milosavljevic skribis: > >> Bonus to whoever posts indentation rules for their favorite editor! :-) > > Is there a standalone program that reformats Scheme code to what we want it > > to be? > There’s Emacs, which can be i

Re: Code formatting

2016-07-31 Thread Ludovic Courtès
Danny Milosavljevic skribis: >> Bonus to whoever posts indentation rules for their favorite editor! :-) > > Is there a standalone program that reformats Scheme code to what we want it > to be? There’s Emacs, which can be invoked for batch processing. I’m not sure what the right incantation i

Re: Code formatting

2016-07-31 Thread Andreas Enge
On Sun, Jul 31, 2016 at 12:34:12PM +0200, Danny Milosavljevic wrote: > Is there a standalone program that reformats Scheme code to what we want it > to be? > It would be best if such a program just automatically normalized all the > files for us. There's no reason this needs to stay a degree of

Re: Code formatting

2016-07-31 Thread Danny Milosavljevic
> Bonus to whoever posts indentation rules for their favorite editor! :-) Is there a standalone program that reformats Scheme code to what we want it to be? It would be best if such a program just automatically normalized all the files for us. There's no reason this needs to stay a degree of

Code formatting

2016-07-30 Thread Ludovic Courtès
Andreas Enge skribis: > On Fri, Jul 29, 2016 at 09:20:48PM +0200, Ludovic Courtès wrote: >> > + (modify-phases %standard-phases >> > + (add-after 'configure 'patch-bin-sh >> > + (lambda _ >> > + (substitute* '("qtbase/config.status" >> > +