05:21:34 ccl-logbot [~ccl-logbo@setf.clozure.com] has joined #sbcl 05:21:34 -!- names: ccl-logbot gnooth Guest38586 mega1 homie slyrus minion cmm angavrilov deepfire pr @Krystof kae_ fe[nl]ix ruediger luis specbot Xof_ lisppaste2 cow-orker rhct `3b` chandler vs_ derrida lnostdal foom jsnell joshe pkhuong_ tokenrove 05:46:17 -!- chandler [~n@opendarwin/developer/chandler] has quit [Ping timeout: 276 seconds] 05:46:23 chandler [~n@new.unmutual.info] has joined #sbcl 05:46:49 -!- chandler is now known as Guest92500 05:46:56 -!- foom [~jknight@ita4fw1.itasoftware.com] has quit [Ping timeout: 272 seconds] 05:49:23 foom [~jknight@ita4fw1.itasoftware.com] has joined #sbcl 05:53:19 -!- Guest38586 [~charlie@adsl-87-46-139.bna.bellsouth.net] has quit [Ping timeout: 255 seconds] 06:21:08 stassats [~stassats@wikipedia/stassats] has joined #sbcl 06:40:30 -!- mega1 [~quassel@adsl-63-195-37-158.dsl.snfc21.pacbell.net] has quit [Ping timeout: 245 seconds] 06:41:28 -!- lnostdal [~Lars@167.80-203-136.nextgentel.com] has quit [Ping timeout: 255 seconds] 06:42:05 lnostdal [~Lars@167.80-203-136.nextgentel.com] has joined #sbcl 07:17:02 flip214 [~marek@2001:858:107:1:baac:6fff:fe6b:9183] has joined #sbcl 07:17:02 -!- flip214 [~marek@2001:858:107:1:baac:6fff:fe6b:9183] has quit [Changing host] 07:17:02 flip214 [~marek@unaffiliated/flip214] has joined #sbcl 07:53:55 -!- cow-orker [~mw@c541745C1.dhcp.bluecom.no] has quit [Ping timeout: 255 seconds] 08:30:34 -!- stassats [~stassats@wikipedia/stassats] has quit [Remote host closed the connection] 08:53:29 -!- minion [~minion@common-lisp.net] has quit [Ping timeout: 255 seconds] 09:05:57 nikodemus [~nikodemus@cs181058025.pp.htv.fi] has joined #sbcl 09:05:57 -!- ChanServ has set mode +o nikodemus 09:34:55 stassats [~stassats@wikipedia/stassats] has joined #sbcl 09:38:07 In a file that's using (cl-interpol:enable-interpol-syntax) I'm getting an error in a function (my fault, no problem). 09:38:48 but then sbcl gives me "error finding source: SB-INT:SIMPLE-READER-ERROR" "no dispatch function defined for #\?" 09:39:11 because I use #?rx{ } there ... any ideas? 09:45:33 -!- Krystof [~csr21@csrhodes.plus.com] has quit [Ping timeout: 245 seconds] 10:06:23 flip214: #lisp is really a better place for this sort of question, but... i'm guessing that enable-interpol-syntax is a function, in which case you want it wrapped in (eval-when (:compile-toplevel :load-toplevel) ...) at the top of each of the files you need the syntax in 10:09:17 #sbcl is more #sbcl-devel and #really-sbcl-specific-help. unless your issue is actually sbcl specific, #lisp is likely to give you just as good an answer -- and faster 10:09:30 29 people here, 319 there :) 10:10:14 ok, I can try there too ... and enable-interpol-syntax is described as this: 10:10:15 This macro expands into an EVAL-WHEN so that if you use it as a top-level form in a file to be loaded and/or compiled it'll do what you expect. Technically this'll push the current readtable on a stack so that matching calls of ENABLE-INTERPOL-SYNTAX and DISABLE-INTERPOL-SYNTAX can nest. Note that by default the reader syntax is not enabled after loading CL-INTERPOL. 10:10:33 I just thought that this might be sbcl specific - because of the "error finding source" part 10:10:43 flip214: lisppaste a file where you do all that and the error occurs 10:11:07 sorry ... in the browser it was only two lines 10:11:18 that's ok 10:11:46 Here you are, in case that helps: http://weitz.de/cl-interpol/#enable-interpol-syntax 10:12:34 re. error-finding source: are you using sbcl without slime? that sounds like something the built-in debugger says 10:13:26 yes 10:14:21 it essentially means that you don't have sbcl sources in a place where sbcl can find them, so it cannot show you the sbcl internal form that signals the error 10:14:58 you don't need to care about the "error finding source" -- it's harmless 10:17:31 loading or compiling a file containing (cl-interpol:enable-interpol-syntax) (defparameter *foo* #?"New\nline") works fine 10:18:22 when you have a short example to paste that demonstrates the problem, give me a poke and i'll look at it 10:21:19 short moment, please 10:28:38 tcr [~tcr@cpc5-bour5-2-0-cust340.15-1.cable.virginmedia.com] has joined #sbcl 10:32:12 nikodemus, I can reproduce it ... but it'll take a bit to extract some readable bit. 10:58:11 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 250 seconds] 11:04:53 hargettp [~anonymous@pool-71-174-141-119.bstnma.east.verizon.net] has joined #sbcl 11:05:40 attila_lendvai [~attila_le@catv-89-132-188-47.catv.broadband.hu] has joined #sbcl 11:11:30 stassats [~stassats@wikipedia/stassats] has joined #sbcl 11:44:43 Krystof [~csr21@82-70-15-30.dsl.in-addr.zen.co.uk] has joined #sbcl 11:44:43 -!- ChanServ has set mode +o Krystof 12:05:53 -!- hargettp [~anonymous@pool-71-174-141-119.bstnma.east.verizon.net] has quit [Quit: hargettp] 12:06:44 hargettp [~anonymous@pool-71-174-141-119.bstnma.east.verizon.net] has joined #sbcl 12:18:56 What's the need for fd-stream-file and fd-stream-pathname? 12:19:38 In particular the docstring on top of make-fd-stream says it's :file that governs the return value of PATHNAME which is not true anymore 12:35:17 -!- hargettp [~anonymous@pool-71-174-141-119.bstnma.east.verizon.net] has quit [Quit: hargettp] 12:53:56 homie` [~user@xdsl-78-34-235-239.netcologne.de] has joined #sbcl 12:54:25 -!- Guest92500 [~n@new.unmutual.info] has quit [Changing host] 12:54:25 Guest92500 [~n@opendarwin/developer/chandler] has joined #sbcl 12:54:39 -!- Guest92500 is now known as chandler 12:54:44 -!- homie [~user@xdsl-78-34-204-231.netcologne.de] has quit [Ping timeout: 240 seconds] 13:09:42 Guest38586 [~charlie@adsl-87-46-139.bna.bellsouth.net] has joined #sbcl 13:13:33 tcr: i don't remember if i ever knew 13:15:13 -!- Guest38586 is now known as tsuru 13:15:25 a stream is a pathname designator, isn't it ? 13:16:01 yes, that's part of it 13:16:18 but why both -file and -pathname i don't know offhand 16:05:18 ccl-logbot [~ccl-logbo@setf.clozure.com] has joined #sbcl 16:05:18 -!- names: ccl-logbot danlen-1 hargettp ASau antgreen cmm tcr angavrilov pr lnostdal slyrus @Krystof kae_ gnooth udzinari fe[nl]ix Xof_ |3b| luis lisppaste2 tWip cow-orker foom chandler deepfire ruediger tokenrove pkhuong_ joshe jsnell derrida vs_ rhct 16:11:31 slyrus_ [~chatzilla@adsl-75-36-218-150.dsl.pltn13.sbcglobal.net] has joined #sbcl 16:19:27 -!- antgreen [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has quit [Remote host closed the connection] 16:37:53 -!- hargettp [~hargettp@dhcp-162.mirrorimage.net] has quit [Read error: Connection reset by peer] 10:13:09 ccl-logbot [~ccl-logbo@setf.clozure.com] has joined #sbcl 10:13:09 -!- names: ccl-logbot tcr flip214 stassats cmm homie redline6561 gor[e] lisppaste2 slyrus_ peddie ruediger ASau rpg mega1 lnostdal__ fe[nl]ix angavrilov pr kae_ Xof_ |3b| luis cow-orker foom chandler deepfire rhct derrida jsnell joshe pkhuong_ tokenrove 11:34:12 Krystof [~csr21@cpc1-bour5-2-0-cust921.15-1.cable.virginmedia.com] has joined #sbcl 11:34:15 -!- ChanServ has set mode +o Krystof 12:12:11 attila_lendvai [~attila_le@catv-89-132-188-47.catv.broadband.hu] has joined #sbcl 12:38:17 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 240 seconds] 12:49:19 antgreen [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has joined #sbcl 12:53:56 -!- attila_lendvai [~attila_le@catv-89-132-188-47.catv.broadband.hu] has quit [Quit: Leaving.] 12:58:25 attila_lendvai [~attila_le@catv-89-132-188-47.catv.broadband.hu] has joined #sbcl 12:58:47 homie` [~user@xdsl-78-34-107-139.netcologne.de] has joined #sbcl 13:01:16 -!- homie [~user@xdsl-78-34-109-81.netcologne.de] has quit [Ping timeout: 240 seconds] 13:14:14 -!- attila_lendvai [~attila_le@catv-89-132-188-47.catv.broadband.hu] has quit [Quit: Leaving.] 13:23:36 stassats [~stassats@wikipedia/stassats] has joined #sbcl 13:32:16 attila_lendvai [~attila_le@catv-89-132-188-47.catv.broadband.hu] has joined #sbcl 13:32:16 -!- attila_lendvai [~attila_le@catv-89-132-188-47.catv.broadband.hu] has quit [Client Quit] 13:47:00 -!- ASau [~user@89-178-188-64.broadband.corbina.ru] has quit [Ping timeout: 245 seconds] 13:50:46 -!- antgreen [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has quit [Remote host closed the connection] 14:27:15 -!- lnostdal__ is now known as lnostdal 14:57:09 antgreen [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has joined #sbcl