2016-08-06T00:46:20Z DougNYC quit (Remote host closed the connection) 2016-08-06T01:05:24Z rumbler31 quit (Remote host closed the connection) 2016-08-06T01:57:18Z DougNYC joined #ccl 2016-08-06T02:02:21Z DougNYC quit (Ping timeout: 244 seconds) 2016-08-06T05:06:14Z pierpa quit (Ping timeout: 260 seconds) 2016-08-06T05:07:22Z rumbler31 joined #ccl 2016-08-06T07:06:09Z rumbler31 quit (Remote host closed the connection) 2016-08-06T08:07:58Z DougNYC joined #ccl 2016-08-06T08:12:12Z DougNYC quit (Ping timeout: 240 seconds) 2016-08-06T08:53:30Z pierpa joined #ccl 2016-08-06T09:56:12Z DougNYC joined #ccl 2016-08-06T10:01:03Z DougNYC quit (Ping timeout: 276 seconds) 2016-08-06T11:33:58Z DavidGu joined #ccl 2016-08-06T11:36:48Z DavidGu quit (Remote host closed the connection) 2016-08-06T11:37:46Z DavidGu joined #ccl 2016-08-06T11:40:00Z DavidGu quit (Read error: Connection reset by peer) 2016-08-06T11:42:52Z DavidGu joined #ccl 2016-08-06T11:50:21Z DavidGu quit (Read error: Connection reset by peer) 2016-08-06T11:52:22Z DavidGu joined #ccl 2016-08-06T11:55:48Z DavidGu quit (Remote host closed the connection) 2016-08-06T11:56:28Z DavidGu joined #ccl 2016-08-06T12:00:50Z DavidGu quit (Read error: Connection reset by peer) 2016-08-06T12:01:19Z DavidGu joined #ccl 2016-08-06T12:01:58Z DavidGu quit (Read error: Connection reset by peer) 2016-08-06T12:02:15Z DavidGu joined #ccl 2016-08-06T12:22:09Z DavidGu quit (Remote host closed the connection) 2016-08-06T12:23:47Z DavidGu joined #ccl 2016-08-06T12:33:14Z DavidGu quit (Remote host closed the connection) 2016-08-06T12:34:18Z DavidGu joined #ccl 2016-08-06T13:24:03Z DavidGu quit (Quit: DavidGu) 2016-08-06T13:24:21Z DavidGu joined #ccl 2016-08-06T13:26:31Z DavidGu quit (Read error: Connection reset by peer) 2016-08-06T13:32:00Z DougNYC joined #ccl 2016-08-06T13:34:15Z DougNYC quit (Remote host closed the connection) 2016-08-06T13:34:27Z DougNYC joined #ccl 2016-08-06T13:52:34Z DavidGu joined #ccl 2016-08-06T14:01:34Z DavidGu quit (Ping timeout: 265 seconds) 2016-08-06T14:15:46Z DavidGu joined #ccl 2016-08-06T15:10:21Z DavidGu quit (Remote host closed the connection) 2016-08-06T15:13:59Z DavidGu joined #ccl 2016-08-06T15:33:39Z DavidGu quit (Remote host closed the connection) 2016-08-06T15:40:13Z DavidGu joined #ccl 2016-08-06T15:42:22Z DavidGu quit (Client Quit) 2016-08-06T15:42:39Z DavidGu joined #ccl 2016-08-06T15:47:28Z DavidGu quit (Remote host closed the connection) 2016-08-06T15:52:10Z DavidGu joined #ccl 2016-08-06T15:59:47Z DavidGu quit (Quit: DavidGu) 2016-08-06T19:14:12Z pierpa quit (Ping timeout: 276 seconds) 2016-08-06T22:13:31Z pipping joined #ccl 2016-08-06T22:42:35Z pipping: hi 2016-08-06T22:43:37Z pipping: I'm intentionally applying ccl:stream-device to a stream that's not backed by a file. So e.g.: 2016-08-06T22:43:41Z pipping: (let (result) (with-output-to-string (output nil) (setf result (ccl:stream-device output :output))) result) 2016-08-06T22:45:36Z pipping: The documentation appears to say "Returns the OS file descriptor associated with a given lisp stream" (so that I expect to be able to call this for any stream) and then for the fd that is returned "NIL if there is no file descriptor associated with s in the direction given by direction." 2016-08-06T22:46:02Z pipping: That led me to expect NIL to be the return of the expression i pasted above. But I actually get -1. 2016-08-06T22:46:52Z vibs29 left #ccl 2016-08-06T22:47:12Z pipping: Under what circumstances would I get NIL then?