00:01:07 davexunit [~user@fsf/member/davexunit] has joined #scheme 00:03:53 -!- Stevey [~stevie@220.245.104.218] has quit [Ping timeout: 240 seconds] 00:15:14 -!- amgarchIn9 [~amgarchin@p4FD632AE.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 00:23:01 amgarchIn9 [~amgarchin@p4FD632AE.dip0.t-ipconnect.de] has joined #scheme 00:26:34 -!- rgc [~user@95.Red-83-33-70.dynamicIP.rima-tde.net] has quit [Remote host closed the connection] 00:44:05 Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 01:01:41 -!- Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 01:02:03 -!- Kaelu [~Kaelu@131.Red-79-154-75.dynamicIP.rima-tde.net] has quit [Quit: Kaelu] 01:12:47 -!- juanfra [~juanfra@unaffiliated/juanfra] has quit [Ping timeout: 246 seconds] 01:15:07 Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 01:24:08 -!- hiroakip [~hiroaki@77-20-51-63-dynip.superkabel.de] has quit [Ping timeout: 260 seconds] 01:36:51 -!- amgarchIn9 [~amgarchin@p4FD632AE.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 01:49:12 b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has joined #scheme 01:50:34 -!- davexunit [~user@fsf/member/davexunit] has quit [Quit: Later] 01:58:24 -!- Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 01:59:34 -!- mrowe_away is now known as mrowe 02:43:42 juanfra [~juanfra@unaffiliated/juanfra] has joined #scheme 02:44:37 weie [~weie@softbank221078042071.bbtec.net] has joined #scheme 02:53:02 -!- oleo [~oleo@xdsl-78-35-180-134.netcologne.de] has quit [Ping timeout: 264 seconds] 02:54:04 oleo [~oleo@xdsl-84-44-153-3.netcologne.de] has joined #scheme 03:01:41 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Quit: Textual IRC Client: www.textualapp.com] 03:02:59 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 03:07:42 pseudomander [31c505d8@gateway/web/cgi-irc/kiwiirc.com/ip.49.197.5.216] has joined #scheme 03:08:06 Hey 03:11:23 I need a hand with something if anyone's available: I'm in Mit-Scheme and thought I'd be able to (define file (open-binary-output-file "Test" True)) (write 0 file) 03:12:26 in order to write 0 to the file, however upon trying this the file is created and no data is written to it; no errors are signaled. 03:13:29 -!- zzach [~zzach@dslb-088-077-121-004.pools.arcor-ip.net] has quit [Ping timeout: 250 seconds] 03:14:00 zzach [~zzach@dslb-094-220-195-156.pools.arcor-ip.net] has joined #scheme 03:14:40 maybe you have to flush the file 03:14:44 it might be buffered 03:14:46 pseudomander: maybe the data is lost in buffer, did you close it 03:14:58 they might be giants 03:15:17 pseudomander: at least in r7rs write is defined for textual ports only, not sure about mit-scheme sorry. 03:15:48 pseudomander: try with with-open-file and see if the result is different 03:16:00 I've not closed it yet, is the data not written until the port is closed? I have also tried with open-binary-output-file ports 03:16:15 sorry, the function name is wrong 03:16:45 Oh that's the one I copied, I meant to say, I've also tried with open-output-file 03:16:57 pseudomander: the data may be buffered and only written to disk when the buffer is flushed, closing the file should achieve this. 03:17:15 (with-output-to-file) 03:17:25 it seems that mit-scheme has a (flush-output port) 03:18:19 Thank you for your assistance, closing the port caused the buffer to be written, I was not aware the write was delayed until close time and hadn't gotten to the point of trying to do such, thanks you very much :) 03:21:28 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Quit: Leaving] 03:28:44 -!- b80905 [~user@ppp92-100-85-201.pppoe.avangarddsl.ru] has quit [Remote host closed the connection] 03:34:42 -!- yacks [~py@103.6.159.103] has quit [Read error: Operation timed out] 03:35:01 yacks [~py@103.6.159.103] has joined #scheme 03:37:24 -!- MichaelRaskin [~MichaelRa@195.91.224.161] has quit [Quit: MichaelRaskin] 04:15:20 fire [~fire@unaffiliated/security] has joined #scheme 04:19:19 -!- estevocastro [~estevocas@72.Red-2-138-2.dynamicIP.rima-tde.net] has quit [Ping timeout: 246 seconds] 04:23:34 -!- tenkyuu [~tenkyuu@ip68-100-228-234.dc.dc.cox.net] has quit [Ping timeout: 252 seconds] 04:37:18 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Quit: Textual IRC Client: www.textualapp.com] 04:38:11 copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #scheme 04:43:36 es [~estevocas@72.Red-2-138-2.dynamicIP.rima-tde.net] has joined #scheme 04:43:36 -!- es is now known as estevocastro 04:45:18 -!- pseudomander [31c505d8@gateway/web/cgi-irc/kiwiirc.com/ip.49.197.5.216] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 04:46:03 -!- tenq|away is now known as tenq 04:46:05 -!- arubin [~textual@99-114-192-172.lightspeed.cicril.sbcglobal.net] has quit [Quit: Textual IRC Client: www.textualapp.com] 04:54:29 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has quit [Ping timeout: 248 seconds] 04:54:31 strobegen [~Adium@62.33.153.231] has joined #scheme 04:54:53 -!- synacktic [~jordyd@unaffiliated/jordyd] has quit [Ping timeout: 250 seconds] 04:55:06 preflex [~preflex@unaffiliated/mauke/bot/preflex] has joined #scheme 04:56:56 -!- yacks [~py@103.6.159.103] has quit [Quit: Leaving] 04:57:50 -!- MrFahrenheit [~RageOfTho@unaffiliated/rageofthou] has quit [Ping timeout: 264 seconds] 05:03:32 -!- effy [~x@114.246.86.2] has quit [Ping timeout: 252 seconds] 05:03:36 -!- semigloss [~semigloss@d192-24-132-200.try.wideopenwest.com] has quit [Quit: leaving] 05:05:10 effy [~x@114.246.86.2] has joined #scheme 05:26:04 -!- tiksa [~tiksa@gateway/tor-sasl/tiksa] has quit [Quit: quit] 05:27:24 -!- tenq is now known as tenq|away 05:47:49 -!- estevocastro [~estevocas@72.Red-2-138-2.dynamicIP.rima-tde.net] has quit [Ping timeout: 248 seconds] 05:50:41 MichaelRaskin [~MichaelRa@195.178.216.16] has joined #scheme 06:01:15 -!- ramn is now known as ramn_ 06:02:36 es [~estevocas@72.Red-2-138-2.dynamicIP.rima-tde.net] has joined #scheme 06:02:36 -!- es is now known as estevocastro 06:04:54 -!- mrowe is now known as mrowe_away 06:15:01 -!- estevocastro [~estevocas@72.Red-2-138-2.dynamicIP.rima-tde.net] has quit [Ping timeout: 248 seconds] 06:21:48 gravicappa [~gravicapp@ppp91-77-166-212.pppoe.mtu-net.ru] has joined #scheme 06:36:43 -!- effy [~x@114.246.86.2] has quit [Ping timeout: 250 seconds] 06:38:37 effy [~x@114.246.86.2] has joined #scheme 06:49:25 araujo [~araujo@gentoo/developer/araujo] has joined #scheme 06:50:40 Isp-sec [~palach@128-68-180-30.broadband.corbina.ru] has joined #scheme 07:03:34 scoofy [~scoofy@catv-89-135-80-2.catv.broadband.hu] has joined #scheme 07:14:08 -!- Nshag [user@chl45-1-88-123-84-8.fbx.proxad.net] has quit [Remote host closed the connection] 07:22:26 tiksa [~tiksa@gateway/tor-sasl/tiksa] has joined #scheme 07:23:06 -!- fire [~fire@unaffiliated/security] has quit [Ping timeout: 240 seconds] 07:45:31 fire [~fire@unaffiliated/security] has joined #scheme 07:57:20 pierpa [~user@host110-243-dynamic.18-79-r.retail.telecomitalia.it] has joined #scheme 07:57:27 -!- fire [~fire@unaffiliated/security] has quit [Ping timeout: 240 seconds] 08:10:04 fire [~fire@unaffiliated/security] has joined #scheme 08:16:38 -!- strobegen [~Adium@62.33.153.231] has quit [Quit: Leaving.] 08:19:41 -!- fire [~fire@unaffiliated/security] has quit [Read error: Connection reset by peer] 08:37:11 -!- cdan [~cdan@95.76.67.170] has quit [Ping timeout: 250 seconds] 08:43:43 fire [~fire@unaffiliated/security] has joined #scheme 08:47:30 -!- effy [~x@114.246.86.2] has quit [Read error: Connection reset by peer] 08:49:28 effy [~x@111.197.233.78] has joined #scheme 08:49:35 darithorn [~darithorn@71-94-181-151.dhcp.knwc.wa.charter.com] has joined #scheme 09:02:48 -!- MichaelRaskin [~MichaelRa@195.178.216.16] has quit [Ping timeout: 272 seconds] 09:27:27 Okasu [~1@unaffiliated/okasu] has joined #scheme 09:37:06 cdan [~cdan@95.76.67.170] has joined #scheme 09:52:53 -!- shadowfax [uid22336@gateway/web/irccloud.com/x-ocbzicepwummlyuh] has quit [Changing host] 09:52:53 shadowfax [uid22336@unaffiliated/gluegadget] has joined #scheme 09:52:53 -!- shadowfax [uid22336@unaffiliated/gluegadget] has quit [Changing host] 09:52:53 shadowfax [uid22336@gateway/web/irccloud.com/x-ocbzicepwummlyuh] has joined #scheme 09:55:48 -!- b4283 [~b4283@60-249-196-111.HINET-IP.hinet.net] has quit [Quit: ] 10:02:41 -!- weie [~weie@softbank221078042071.bbtec.net] has quit [Read error: Connection reset by peer] 10:03:19 weie [~weie@softbank221078042071.bbtec.net] has joined #scheme 10:06:47 -!- klutometis [~klutometi@pdpc/supporter/professional/klutometis] has quit [Ping timeout: 272 seconds] 10:07:13 klutometis [~klutometi@klutometis.wikitex.org] has joined #scheme 10:07:13 *rudybot* bows deeply before his master, inventor of incubot 10:07:38 -!- klutometis is now known as Guest66548 10:23:26 -!- cdan [~cdan@95.76.67.170] has quit [Ping timeout: 240 seconds] 10:23:42 -!- shadowfax is now known as gluegadget 11:10:58 hiroakip [~hiroaki@77-20-51-63-dynip.superkabel.de] has joined #scheme 11:14:15 add^_ [~user@m176-70-201-196.cust.tele2.se] has joined #scheme 11:46:17 -!- vraid [5fc782e6@gateway/web/freenode/ip.95.199.130.230] has quit [Ping timeout: 272 seconds] 11:47:09 -!- add^_ [~user@m176-70-201-196.cust.tele2.se] has quit [Read error: Connection reset by peer] 11:52:37 vraid [50d8e34d@gateway/web/freenode/ip.80.216.227.77] has joined #scheme 12:14:23 -!- kbtr [~kbtr@li198-73.members.linode.com] has quit [Quit: leaving] 12:14:44 kbtr [~kbtr@li198-73.members.linode.com] has joined #scheme 12:19:24 pootler [mervyn@c1pe.x.rootbsd.net] has joined #scheme 12:22:36 -!- hiroakip [~hiroaki@77-20-51-63-dynip.superkabel.de] has quit [Ping timeout: 260 seconds] 12:50:35 -!- Sgeo_ [~quassel@ool-44c2df0c.dyn.optonline.net] has quit [Read error: Connection reset by peer] 13:06:18 -!- oleo [~oleo@xdsl-84-44-153-3.netcologne.de] has quit [Quit: Leaving] 13:07:35 Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 13:08:34 -!- haroldwu [~haroldwu@unaffiliated/haroldwu] has quit [Remote host closed the connection] 13:09:20 haroldwu [~haroldwu@219.85.185.194] has joined #scheme 13:09:21 -!- haroldwu [~haroldwu@219.85.185.194] has quit [Changing host] 13:09:21 haroldwu [~haroldwu@unaffiliated/haroldwu] has joined #scheme 13:16:15 oleo [~oleo@xdsl-84-44-153-3.netcologne.de] has joined #scheme 13:20:43 davexunit [~user@38.104.7.18] has joined #scheme 13:20:44 -!- davexunit [~user@38.104.7.18] has quit [Changing host] 13:20:44 davexunit [~user@fsf/member/davexunit] has joined #scheme 13:25:27 -!- zarul [~zarul@ubuntu/member/zarul] has quit [Ping timeout: 240 seconds] 13:27:16 zarul [~zarul@ubuntu/member/zarul] has joined #scheme 13:40:17 -!- vraid [50d8e34d@gateway/web/freenode/ip.80.216.227.77] has quit [Ping timeout: 272 seconds] 13:41:48 vraid [50d8e34d@gateway/web/freenode/ip.80.216.227.77] has joined #scheme 13:50:22 -!- Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 13:51:34 -!- Isp-sec [~palach@128-68-180-30.broadband.corbina.ru] has quit [Ping timeout: 246 seconds] 13:51:42 yacks [~py@103.6.159.103] has joined #scheme 14:19:49 -!- taylanub [~taylanub@95.7.170.1] has quit [Remote host closed the connection] 14:20:13 taylanub [~taylanub@95.7.170.1] has joined #scheme 14:27:27 Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 14:33:34 -!- rudybot [~luser@ec2-54-215-10-197.us-west-1.compute.amazonaws.com] has quit [Remote host closed the connection] 14:34:04 rudybot [~luser@ec2-54-215-10-197.us-west-1.compute.amazonaws.com] has joined #scheme 14:40:13 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz] 14:50:17 synacktic [~jordyd@unaffiliated/jordyd] has joined #scheme 15:04:06 -!- tenq|away is now known as tenq 15:21:19 -!- oleo [~oleo@xdsl-84-44-153-3.netcologne.de] has quit [Read error: Connection reset by peer] 15:21:31 es [~estevocas@72.Red-2-138-2.dynamicIP.rima-tde.net] has joined #scheme 15:21:31 -!- es is now known as estevocastro 15:22:18 oleo [~oleo@xdsl-78-35-156-192.netcologne.de] has joined #scheme 15:23:18 -!- defanor_ [~defanor@ppp91-77-185-93.pppoe.mtu-net.ru] has quit [Read error: Connection reset by peer] 15:24:11 defanor_ [~defanor@ppp91-77-182-8.pppoe.mtu-net.ru] has joined #scheme 15:25:53 -!- synacktic [~jordyd@unaffiliated/jordyd] has quit [Ping timeout: 240 seconds] 15:42:33 -!- tenq is now known as tenq|away 15:45:09 -!- tiksa [~tiksa@gateway/tor-sasl/tiksa] has quit [Ping timeout: 240 seconds] 15:46:42 Riastradh [~riastradh@fsf/member/riastradh] has joined #scheme 15:49:39 tiksa [~tiksa@gateway/tor-sasl/tiksa] has joined #scheme 15:55:58 jewel [~jewel@41.54.66.83] has joined #scheme 16:00:41 MrFahrenheit [~RageOfTho@77.221.25.95] has joined #scheme 16:00:46 -!- MrFahrenheit [~RageOfTho@77.221.25.95] has quit [Changing host] 16:00:48 MrFahrenheit [~RageOfTho@unaffiliated/rageofthou] has joined #scheme 16:01:28 -!- fire [~fire@unaffiliated/security] has quit [Quit: WeeChat 0.4.1] 16:07:23 hiroakip [~hiroaki@77-20-51-63-dynip.superkabel.de] has joined #scheme 16:19:34 wingo [~wingo@cpe-075-176-028-161.carolina.res.rr.com] has joined #scheme 16:23:40 -!- Okasu [~1@unaffiliated/okasu] has quit [Quit: leaving] 16:24:05 tupi [~user@189.60.2.71] has joined #scheme 16:24:38 -!- wingo [~wingo@cpe-075-176-028-161.carolina.res.rr.com] has quit [Ping timeout: 240 seconds] 16:34:26 -!- estevocastro [~estevocas@72.Red-2-138-2.dynamicIP.rima-tde.net] has quit [Ping timeout: 264 seconds] 16:41:00 -!- oleo [~oleo@xdsl-78-35-156-192.netcologne.de] has quit [Quit: Leaving] 16:42:04 -!- jewel [~jewel@41.54.66.83] has quit [Ping timeout: 260 seconds] 16:43:13 oleo [~oleo@xdsl-78-35-156-192.netcologne.de] has joined #scheme 16:45:28 -!- Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 16:48:50 arubin [uid489@gateway/web/irccloud.com/x-quzvwnyorxqkzfqj] has joined #scheme 17:08:54 Nizumzen [~Nizumzen@cpc1-reig5-2-0-cust251.6-3.cable.virginm.net] has joined #scheme 17:30:48 es [~estevocas@29.Red-83-57-126.dynamicIP.rima-tde.net] has joined #scheme 17:30:48 -!- es is now known as estevocastro 17:36:06 -!- fikusz [~fikusz@catv-89-132-137-62.catv.broadband.hu] has left #scheme 17:37:15 fridim_ [~fridim@bas2-montreal07-2925317577.dsl.bell.ca] has joined #scheme 17:52:53 -!- taylanub [~taylanub@95.7.170.1] has quit [Disconnected by services] 17:53:23 taylanub [~taylanub@85.100.206.80] has joined #scheme 17:56:53 amgarchIn9 [~amgarchin@p4FD605DE.dip0.t-ipconnect.de] has joined #scheme 18:12:22 Hublai [~Hublai@36.Red-81-35-179.dynamicIP.rima-tde.net] has joined #scheme 18:17:55 -!- juanfra [~juanfra@unaffiliated/juanfra] has quit [Ping timeout: 246 seconds] 18:19:15 -!- taylanub [~taylanub@85.100.206.80] has quit [Remote host closed the connection] 18:19:42 juanfra [~juanfra@unaffiliated/juanfra] has joined #scheme 18:19:50 taylanub [~taylanub@85.100.206.80] has joined #scheme 18:31:59 -!- Hublai [~Hublai@36.Red-81-35-179.dynamicIP.rima-tde.net] has quit [Quit: Hublai] 18:41:04 Isp-sec [~palach@128.68.180.30] has joined #scheme 18:47:19 Hublai [~Hublai@36.Red-81-35-179.dynamicIP.rima-tde.net] has joined #scheme 18:59:13 -!- hiroakip [~hiroaki@77-20-51-63-dynip.superkabel.de] has quit [Ping timeout: 246 seconds] 18:59:30 -!- arrdem [~arrdem@dhcp-53-132.ece.utexas.edu] has quit [Quit: leaving] 19:01:49 hiroakip [~hiroaki@77-20-51-63-dynip.superkabel.de] has joined #scheme 19:10:46 -!- dsmith [~dsmith@cpe-184-56-129-232.neo.res.rr.com] has quit [Ping timeout: 246 seconds]