Cyril Roelandt <tipec...@gmail.com> skribis: > On 08/30/2013 10:58 PM, Nikita Karetnikov wrote: >> More nitpicking… >> >>> + (uri (string-append >>> + "mirror://sourceforge/htop/" >>> + version "/htop-" version ".tar.gz")) >> >> Could you place ‘string-append’ and "mirror://sourceforge/htop/" on >> the same line? >> > > Yes. I never know what to do in such cases. Is there a document that > contains these coding-style rules, such as the PEP8 for Python ?
Mainly this: http://mumble.net/~campbell/scheme/style.txt . And the knowledge that’s in Emacs’s Scheme mode. Ludo’.