00:02:07 -!- ArmyOfBruce [~bmitchene@waywardmonkeys.com] has quit [Excess Flood] 00:02:43 ArmyOfBruce [~bmitchene@waywardmonkeys.com] has joined #ccl 00:11:12 -!- hargettp [~hargettp@pool-71-184-182-139.bstnma.east.verizon.net] has quit [Quit: Leaving...] 00:52:27 hargettp [~hargettp@pool-71-184-182-139.bstnma.east.verizon.net] has joined #ccl 01:39:27 alms_ [~alms_@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 01:57:04 -!- hargettp [~hargettp@pool-71-184-182-139.bstnma.east.verizon.net] has quit [Quit: Leaving...] 02:18:40 -!- sellout [~Adium@c-24-61-13-161.hsd1.ma.comcast.net] has quit [Read error: Connection reset by peer] 04:46:55 -!- gz` [gz@clozure-93943513.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Ping timeout] 04:47:05 -!- rme [rme@clozure-CEC398A4.chi.dsl-w.verizon.net] has quit [Ping timeout] 14:37:29 ccl-logbot [~ccl-logbo@setf.clozure.com] has joined #ccl 14:37:29 14:37:29 -!- names: ccl-logbot rme leo2007 sellout jdz alms_ ArmyOfBruce gz` bzzbzz danlentz billstclair |3b| colazero bfulgham gnooth clop mdc gbyers @ChanServ andreer deepfire 14:40:06 tfb [~tfb@92.41.64.60.threembb.co.uk] has joined #ccl 15:15:11 -!- leo2007 [~leo@114.249.193.4] has quit [Ping timeout: 260 seconds] 15:18:32 milanj [~milanj_@109-92-126-186.dynamic.isp.telekom.rs] has joined #ccl 15:27:46 -!- sellout [~Adium@gw3.tacwap.org] has quit [Ping timeout: 240 seconds] 16:06:09 -!- tfb [~tfb@92.41.64.60.threembb.co.uk] has quit [Quit: gone] 16:22:55 sellout [~Adium@c-24-61-13-161.hsd1.ma.comcast.net] has joined #ccl 16:44:50 -!- jdz [~jdz@193.206.22.97] has quit [Read error: Operation timed out] 17:43:50 jdz [~jdz@host152-106-dynamic.9-87-r.retail.telecomitalia.it] has joined #ccl 17:57:21 -!- bfulgham [~brent@wsip-72-215-191-226.sb.sd.cox.net] has quit [Read error: Connection reset by peer] 17:57:25 bfulgham_ [~brent@wsip-72-215-191-226.sb.sd.cox.net] has joined #ccl 18:43:33 -!- jdz [~jdz@host152-106-dynamic.9-87-r.retail.telecomitalia.it] has quit [Ping timeout: 264 seconds] 19:06:08 is there some sane way to use the directory function? (directory "*") seems to give me only files with no extensions, while (directory "*.*") ends up reporting foo.bar.baz as "foo\.bar.baz"... i just want to list all the files 19:08:59 Remember that cl:directory takes a (typically wild) pathname, and returns files that match. If you want the native namestrings, you can do something like (mapcar #'native-translated-namestring (directory #p"/tmp/*.*")) 19:10:07 The escaping of dots in namestrings is of debatable utility; see http://trac.clozure.com/ccl/ticket/632 19:11:09 clop: also, to get directories in addition to files, pass :directories t to directory. 19:13:18 rme, thanks, this native-translated-namestring thing looks like it does the trick 19:18:26 -!- gz` [~gz@209-6-40-245.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Ping timeout: 260 seconds] 19:28:31 roffe [~roffe@vpn-client404.uio.no] has joined #ccl 20:26:21 anRch [~markmilli@64.134.102.210] has joined #ccl 21:14:49 gz [~gz@209-6-40-245.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #ccl 21:51:48 -!- anRch [~markmilli@64.134.102.210] has quit [Quit: anRch] 22:04:42 -!- gz [gz@clozure-93943513.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Ping timeout] 22:05:38 -!- gz [~gz@209-6-40-245.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Ping timeout: 252 seconds] 22:48:03 -!- milanj [~milanj_@109-92-126-186.dynamic.isp.telekom.rs] has quit [Quit: Leaving]