Re: Automatic code formatting?

2014-08-16 Thread J Kalbhenn
i use and maintain a formatter which formats like explained here: http://sph.io/content/1dd7 it provides a command-line program which i have bound in emacs to a key for on-demand formatting. On 2014-08-16 06:28, Bernardo Ezequiel Contreras wrote: > hi all, > i would like to know how do you autom

Re: Using guile-ssh

2014-08-16 Thread Taylan Ulrich Bayirli/Kammer
R Sidhu writes: > I am interested in using guile-ssh for file transfer. Ran into the > following issues: > > 1. 'git clone > https://github.com/artyom-poptsov/guile-ssh/releases/tag/v0.6.0' fails > with: > fatal: > https://github.com/artyom-poptsov/guile-ssh/releases/tag/v0.6.0/info/refs > not va

Re: Automatic code formatting?

2014-08-16 Thread Taylan Ulrich Bayirli/Kammer
Bernardo Ezequiel Contreras writes: > hi all, > i would like to know how do you automatically format your code? > cause i have no idea, and i don't want to do it manually. > is there a emacs mode, command or something for that? > > thanks in advance In Emacs, scheme-mode with Paredit (or SmartPa

Re: Automatic code formatting?

2014-08-16 Thread Marko Rauhamaa
Taylan Ulrich Bayirli/Kammer : > Bernardo Ezequiel Contreras writes: > >> i would like to know how do you automatically format your code? cause >> i have no idea, and i don't want to do it manually. is there a emacs >> mode, command or something for that? > > In Emacs, scheme-mode with Paredit (o

Re: Downloading a file from a URL from the web with http-get

2014-08-16 Thread Ludovic Courtès
FWIW, Guix also has an FTP client in (guix ftp-client), and it’s independent from the rest of Guix: http://git.savannah.gnu.org/cgit/guix.git/tree/guix/ftp-client.scm It also uses (web client) extensively, with the GnuTLS Guile bindings for HTTPS: http://git.savannah.gnu.org/cgit/guix.git/tr