Re: Automatic code formatting?

2014-08-15 Thread Nala Ginrut
scheme-mode is enough, I always use it. 2014年8月16日 下午12:28于 "Bernardo Ezequiel Contreras" 写道: > 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? > > >

Automatic code formatting?

2014-08-15 Thread Bernardo Ezequiel Contreras
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 -- Bernardo E.C. Sent from a cheap desktop computer in South America.

Using guile-ssh

2014-08-15 Thread R Sidhu
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 valid: is this a git repository? 2.

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

2014-08-15 Thread Mario Domenech Goulart
Hi, On Fri, 15 Aug 2014 13:46:46 -0700 Mike Gran wrote: >> On Friday, August 15, 2014 11:16 AM, 白熊 wrote: >> Is there a way to use similar syntax to download ftp files? >> I can successfully download only http:// files this way. > > I don't know if anyone has a pure Scheme code solution to ha

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

2014-08-15 Thread Mike Gran
> On Friday, August 15, 2014 11:16 AM, 白熊 wrote: > Is there a way to use similar syntax to download ftp files? > I can successfully download only http:// files this way. I don't know if anyone has a pure Scheme code solution to handle FTP. There was once a binding to the libcurl library tha

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

2014-08-15 Thread 白熊
On 2014年8月4日 18:57:57 CEST, Dmitry Bogatov wrote: >So here is example for other url: > > (use-modules ((web uri) #:select (string->uri)) >((web client) #:select (http-get))) > (use-modules (rnrs io ports)) > > (define *url* > "http://hackage.haskell.