IRC channel logs

2014-05-17.log

back to list of logs

<davexunit>good evening, guilers
<dje42>Printing of structs seems to need some TLC. print.c claims it's good to avoid creating new print states, yet that's done regardless for structs. Perhaps even for lots else.
<dje42>Hmmm, or rather port+pstate is always split up and then repacked.
<dje42>And the repacking creates something that isn't recognized as a port? That can't be right!
<dje42>Try this at home:
<dje42>(port? (port-with-print-state (current-output-port))) --> #f
<dje42>Hopefully I'm missing something. Otherwise, yikes!
<taylanub>dje42: #f here
<taylanub>2.0.11
<taylanub>is there an explanation in the manual of what a "print state" is? I can't find anything.
<kejoki>Anyone use org-babel?
<kejoki>I exported GUILE_AUTO_COMPILE=0 from .bash_profile, still get an error about guile not able to compile when I try to eval a block with a top-level define.
<kejoki>guile 2.0.11
<kejoki>emacs 24.3.1
<kejoki>org 7.9.3f
<kejoki>oops