IRC channel logs

2016-01-07.log

back to list of logs

***dobie_gillis is now known as yum_alert
<ArneBab_>the py2guile PDF is now free: http://draketo.de/py2guile/free
<CustosLimen>mark_weaver, thanks for the patch - will try and test it when we have time
<CustosLimen>mark_weaver, regarding the fat mutex owner that is
<CustosLimen>mark_weaver, but not sure when this will be, might be few weeks as we are a bit snowed under now
<civodul>Hello Guilers!
<SHODAN>hello
<paron_remote>ACTION wishes he was using nice guile based tools to process his mail instead of the unreadable mess that is the .procmailrc file
<ft>There is an alternative called "fdm" that is fetchmail and procmail turned into one, with WAY less crazy syntax.
<paron_remote>ft: ooh
<paron_remote>ft: do you use it?
<unknown_lamer>sneek: botsnack
<sneek>:)
<ft>paron_remote: Sorry for the delay. Yes. I use it. I also maintain the Debian package. :⊖
<ft>:)
<paron_remote>ft: cool :)
<ft>It's from the same guy who wrote tmux.
<paron_remote>aha
<ft>And it is pretty much in full maintenance mode. Development is pretty much bug fixes only. And those are rare.
<paron_remote>ft: thanks for the info :)
<ft>np
<jmd>ft: Bugs are rare or fixes are rare?
<ft>jmd: When a bug is found, it is usually fixed pretty quickly. But bugs are reported rather infrequently.
***heroux_ is now known as heroux
***karswell` is now known as karswell
<daviid>wingo: hello! I'd like to bind g_timeout_add [ https://developer.gnome.org/glib/2.26/glib-The-Main-Event-Loop.html ]
<daviid>wingo: so I uncommented the ignore entry in ./glib/gnome/overrides/glib.defs and naturally get the following warning compiling guile-gnome: ;;; WARNING (opaque type for proc g-timeout-add GSourceFunc)
<daviid>GSourceFunc () is defined like this:
<daviid>gboolean (*GSourceFunc) (gpointer data);
<daviid>wingo: could you give me some hints on how I should define this opaque type ?