Re: http-request procedure missing or not exported from web client

2018-11-13 Thread Mark H Weaver
Zelphir Kaltstahl writes: > I recently noticed, that the procedure ~http-request~ > (https://www.gnu.org/software/guile/manual/html_node/Web-Client.html) > does not seem to be available when I do: > > ~~~ > > (use-modules (web client)) > (http-request ...) > > ~~~ > > However, the specialised pro

Re: http-request procedure missing or not exported from web client

2018-11-13 Thread Zelphir Kaltstahl
Thank you! I will probably update soon then : ) On 13.11.18 23:57, Thomas Morley wrote: > Am Di., 13. Nov. 2018 um 22:50 Uhr schrieb Zelphir Kaltstahl > : >> Hi! >> >> I recently noticed, that the procedure ~http-request~ >> (https://www.gnu.org/software/guile/manual/html_node/Web-Client.html) >>

Re: http-request procedure missing or not exported from web client

2018-11-13 Thread Thomas Morley
Am Di., 13. Nov. 2018 um 22:50 Uhr schrieb Zelphir Kaltstahl : > > Hi! > > I recently noticed, that the procedure ~http-request~ > (https://www.gnu.org/software/guile/manual/html_node/Web-Client.html) > does not seem to be available when I do: > > ~~~ > > (use-modules (web client)) > (http-request

http-request procedure missing or not exported from web client

2018-11-13 Thread Zelphir Kaltstahl
Hi! I recently noticed, that the procedure ~http-request~ (https://www.gnu.org/software/guile/manual/html_node/Web-Client.html) does not seem to be available when I do: ~~~ (use-modules (web client)) (http-request ...) ~~~ However, the specialised procedures like ~http-get~ are available. Are

Re: Auto-detect Guile in a text editor

2018-11-13 Thread Barry Fishman
On 2018-10-23 13:07:33 +02, HiPhish wrote: > Hello Schemers > > When I open a Scheme file (Neo)vim the file type is set to "scheme", but I > would like to be able to detect that it is not just Scheme, but Guile Scheme. > So far I have set up the editor to scan the first line for a shebang and if