00:24:07 -!- ASau [~user@95-27-197-147.broadband.corbina.ru] has quit [Ping timeout: 276 seconds] 00:24:57 -!- tcr [~tcr@cpc1-bour5-2-0-cust921.15-1.cable.virginmedia.com] has quit [Quit: Leaving.] 00:25:21 ASau [~user@95-27-197-147.broadband.corbina.ru] has joined #sbcl 00:35:18 -!- _6502_ [5e24ed3a@gateway/web/freenode/ip.94.36.237.58] has quit [Quit: Page closed] 01:51:05 -!- slyrus [~chatzilla@adsl-75-36-223-174.dsl.pltn13.sbcglobal.net] has quit [Ping timeout: 245 seconds] 01:51:14 slyrus_ [~chatzilla@adsl-75-36-221-29.dsl.pltn13.sbcglobal.net] has joined #sbcl 01:51:20 -!- slyrus_ is now known as slyrus 01:56:32 antgreen` [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has joined #sbcl 01:57:58 -!- antgreen [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has quit [Ping timeout: 250 seconds] 02:35:55 -!- antgreen` [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has quit [Ping timeout: 265 seconds] 04:43:11 -!- ASau [~user@95-27-197-147.broadband.corbina.ru] has quit [Remote host closed the connection] 04:43:51 ASau [~user@95-27-197-147.broadband.corbina.ru] has joined #sbcl 05:49:38 mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has joined #sbcl 05:59:52 -!- mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has quit [Ping timeout: 240 seconds] 06:27:45 -!- ASau [~user@95-27-197-147.broadband.corbina.ru] has quit [Ping timeout: 245 seconds] 06:48:14 stassats [~stassats@wikipedia/stassats] has joined #sbcl 07:24:22 flip214 [~marek@2001:858:107:1:baac:6fff:fe6b:9183] has joined #sbcl 07:24:22 -!- flip214 [~marek@2001:858:107:1:baac:6fff:fe6b:9183] has quit [Changing host] 07:24:22 flip214 [~marek@unaffiliated/flip214] has joined #sbcl 07:32:44 cmpitg [~cmpitg@113.22.20.223] has joined #sbcl 08:31:14 -!- cmpitg [~cmpitg@113.22.20.223] has left #sbcl 08:47:52 -!- Krystof [~csr21@csrhodes.plus.com] has quit [Ping timeout: 240 seconds] 09:02:28 Krystof [~csr21@csrhodes.plus.com] has joined #sbcl 09:02:28 -!- ChanServ has set mode +o Krystof 09:18:10 tcr [~tcr@cpc1-bour5-2-0-cust921.15-1.cable.virginmedia.com] has joined #sbcl 09:47:52 -!- Krystof [~csr21@csrhodes.plus.com] has quit [Ping timeout: 240 seconds] 10:33:25 -!- homie` [~user@xdsl-78-35-152-124.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 10:38:28 homie [~user@xdsl-78-35-152-124.netcologne.de] has joined #sbcl 10:59:25 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 272 seconds] 11:26:05 stassats [~stassats@wikipedia/stassats] has joined #sbcl 11:50:28 ASau [~user@89-178-188-29.broadband.corbina.ru] has joined #sbcl 12:02:54 homie` [~user@xdsl-78-35-130-238.netcologne.de] has joined #sbcl 12:05:15 -!- homie [~user@xdsl-78-35-152-124.netcologne.de] has quit [Ping timeout: 245 seconds] 12:11:18 -!- homie` [~user@xdsl-78-35-130-238.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 12:12:47 homie [~user@xdsl-78-35-130-238.netcologne.de] has joined #sbcl 12:29:38 ASau` [~user@95-26-159-226.broadband.corbina.ru] has joined #sbcl 12:34:06 -!- ASau [~user@89-178-188-29.broadband.corbina.ru] has quit [Ping timeout: 250 seconds] 12:43:34 ASau`` [~user@95-26-92-70.broadband.corbina.ru] has joined #sbcl 12:44:47 Krystof [~csr21@csrhodes.plus.com] has joined #sbcl 12:44:47 -!- ChanServ has set mode +o Krystof 12:47:20 -!- ASau` [~user@95-26-159-226.broadband.corbina.ru] has quit [Ping timeout: 245 seconds] 12:58:06 ktosiek [~tomek@pub-213-5-0-123.czarnet.pl] has joined #sbcl 12:59:48 Hi! I'm having problems with sb-ext:run-program. (process-exit-code (sb-ext:run-program "true" '() :wait nil :output :stream)) is always 1 13:00:10 and it looks like nothing is getting run 13:02:07 <|3b|> maybe you want a full path or :search t ? 13:02:08 (well, actually it looks like it's nil, I get 1 when I setf (sb-ext:run-program ...) to something, and get process-exit-code of that after short time) 13:02:13 either add :search t or execute /bin/true instead 13:04:53 thanks, that's it :-D 13:05:14 I had to have missed it in docs somehow 13:07:02 BTW why isn't it t by default? I think that's the expected behavior on unix 13:08:41 in the shell, yes 13:09:05 otherwise, depends on which of the exec* functions you call; only two of them search PATH 13:12:20 -!- Krystof [~csr21@csrhodes.plus.com] has quit [Ping timeout: 245 seconds] 13:24:45 Krystof [~csr21@csrhodes.plus.com] has joined #sbcl 13:24:45 -!- ChanServ has set mode +o Krystof 13:59:36 -!- homie [~user@xdsl-78-35-130-238.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 14:17:30 hargettp [~hargettp@dhcp-174.mirrorimage.net] has joined #sbcl 14:21:28 prokos [~prokos@173.200.233.195] has joined #sbcl 14:40:15 -!- redline6561 [~redline@c-66-56-55-169.hsd1.ga.comcast.net] has quit [Ping timeout: 245 seconds] 14:48:11 -!- flip214 [~marek@unaffiliated/flip214] has quit [Quit: Leaving] 14:48:32 -!- ASau`` is now known as ASau 15:00:53 -!- ASau [~user@95-26-92-70.broadband.corbina.ru] has quit [Remote host closed the connection] 15:01:41 ASau [~user@95-26-92-70.broadband.corbina.ru] has joined #sbcl 15:41:17 redline6561 [~redline@gate-30.spsu.edu] has joined #sbcl 15:44:33 -!- redline6561 [~redline@gate-30.spsu.edu] has quit [Client Quit] 15:46:19 redline6561 [~redline@gate-30.spsu.edu] has joined #sbcl 15:58:12 -!- redline6561 [~redline@gate-30.spsu.edu] has quit [Ping timeout: 250 seconds] 16:29:28 mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has joined #sbcl 16:39:23 mega1: congratulations! 16:39:37 thank you 16:39:58 now it's back to more productive endeavors like hacking on SBCL? :) 16:40:35 that's another luxury activity 16:40:51 heh 16:42:49 I also have to be careful to avoid conflict with franz work. 16:43:03 yeah, they stole all our best people that weren't already stolen by google 16:44:23 oh, I didn't realize you were working for franz :( 16:44:35 it wasn't public 16:44:53 well, that's good news for them! congrats again 16:47:25 redline6561 [~redline@c-66-56-55-169.hsd1.ga.comcast.net] has joined #sbcl 16:59:37 I think I knew it even if it wasn't public 17:19:24 -!- fe[nl]ix [~lacedaemo@pdpc/supporter/professional/fenlix] has quit [Quit: Valete!] 17:19:38 fe[nl]ix [~lacedaemo@pdpc/supporter/professional/fenlix] has joined #sbcl 17:51:29 lhz [~shrekz@c-dba672d5.021-158-73746f34.cust.bredbandsbolaget.se] has joined #sbcl 18:13:08 antgreen [~user@nat/redhat/x-jpwbzsfltfcvokzf] has joined #sbcl 18:17:36 -!- ASau [~user@95-26-92-70.broadband.corbina.ru] has quit [Remote host closed the connection] 18:18:25 ASau [~user@95-26-92-70.broadband.corbina.ru] has joined #sbcl 18:21:20 rmarynch [~roman@88.135.194.233] has joined #sbcl 18:25:43 -!- slyrus [~chatzilla@adsl-75-36-221-29.dsl.pltn13.sbcglobal.net] has quit [Ping timeout: 276 seconds] 18:33:43 jsnell: thank you for the commit of lp#680173. However, in LP the status is 'Undecided'. Should I change it to 'Fix committed'? 18:34:10 feel free to do so 18:34:16 okay 18:34:33 Krystof: more psychic debugging? 18:48:48 -!- rmarynch [~roman@88.135.194.233] has quit [Quit: Leaving] 19:02:06 rmarynch [~roman@88.135.194.233] has joined #sbcl 19:15:23 -!- rmarynch [~roman@88.135.194.233] has quit [Quit: Leaving] 19:16:32 homie [~user@xdsl-78-35-130-238.netcologne.de] has joined #sbcl 19:50:05 I wonder sometimes, yes 19:50:18 I fixed someone's Java program the other week without looking at it 19:51:23 do you do simultaneous sessions of blindfold bug fixings? 19:56:42 I don't like making an exhibition of myself 20:12:50 slyrus [~chatzilla@173-228-44-88.dsl.static.sonic.net] has joined #sbcl 21:20:45 Fare [~Fare@ita4fw1.itasoftware.com] has joined #sbcl 21:22:49 -!- mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has quit [Remote host closed the connection] 21:23:18 mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has joined #sbcl 21:35:31 -!- cmm [~cmm@109.67.205.172] has quit [Ping timeout: 276 seconds] 21:36:05 cmm [~cmm@109.67.205.172] has joined #sbcl 22:01:30 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 245 seconds] 22:02:41 tsuru [~charlie@adsl-179-29-10.bna.bellsouth.net] has joined #sbcl 22:29:46 -!- antgreen [~user@nat/redhat/x-jpwbzsfltfcvokzf] has quit [Remote host closed the connection] 23:04:20 -!- mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has quit [Ping timeout: 240 seconds] 23:27:32 lnostdal [~Lars@218.80-202-49.nextgentel.com] has joined #sbcl 23:31:27 -!- lhz [~shrekz@c-dba672d5.021-158-73746f34.cust.bredbandsbolaget.se] has quit [Quit: Leaving]