Re: Uploading Word documents, PDFs, PNG files etc

2009-05-12 Thread Sebastian Tennant
Quoth l...@gnu.org (Ludovic Courtès): > Sebastian Tennant writes: > >> (define (upload name) >>(and=> (uploads name) car)) > > [...] > >> P.S. Documentation bug - the procedure 'and=>' is missing from the >> manual. What's the difference between the way the upload procedure >> is w

Re: Uploading Word documents, PDFs, PNG files etc

2009-05-12 Thread Ludovic Courtès
Sebastian Tennant writes: > (define (upload name) >(and=> (uploads name) car)) [...] > P.S. Documentation bug - the procedure 'and=>' is missing from the > manual. What's the difference between the way the upload procedure > is written above and simply: > > (define (upload

Re: Uploading Word documents, PDFs, PNG files etc

2009-05-12 Thread Sebastian Tennant
Quoth Thien-Thi Nguyen : > () Sebastian Tennant > () Sun, 10 May 2009 16:21:29 + > > (with-output-to-file (string-append USER-UPLOAD-DIR upload-fname) > (lambda () > (display upload))) > > Perhaps you can convert the string in variable `upload' to a uniform vector > and