IRC channel logs

2026-02-09.log

back to list of logs

<jab> does anyone use guile on OpenBSD ?
<jab>I can't seem to get geiser to work on spacemacs...
<jab>I've got this weird error:
<jab>geiser-completion--symbol-begin: Symbol’s function definition is void: nil
<jab>I've (setq geiser-guile-binary "guile3.0")
<old>sneek: later ask cwebber if your talk at FOSDEM will be available online ?
<sneek>Okay.
<dthompson>old: it will probably become available this week
<old>dthompson: thanks!
<afiw>hello, i have a question about the haunt site generator (the project page links to this channel)
<afiw>i have a site on a multiuser server, under /~afiw/
<afiw>and need all links to posts, subpages, etc. to start with that
<afiw>is there a way to do this? i haven't noticed a simple keyword or procedure to just use in the configuration file
<dthompson>there's no global setting for this
<afiw>oh, i think i figured it out - does passing #:make-slug (λ (p) (string-append "~afiw/" (post-slug p))) to (site) look right?
<dthompson>I don't think so. post slugs are not full uri paths
<dthompson>you'd want to customize the blog prefix
<afiw>dthompson: setting the prefix is a better option, thanks! i'll need to tweak image paths too but that's pretty much what i needed
<dthompson>afiw: cool glad that's working!
<dthompson>something that doesn't exist yet but might make this easier is a way to add post-passes that can walk the entire generated site and mass rewrite links