IRC channel logs

2025-04-09.log

back to list of logs

<meaty>Is there any particular reason why amost no emacs ts-modes are packaged?
<meaty>wrong channel sorry
<old>does some GOOPS wizard know how I can interpose between all slots getter/setter of classes from a given metaclass?
<old>I think I can achieve this with compute-getter-method and compute-setter-method but I'm not so sure how it works
<sneek>dsmith: Greetings :D
<meaty>If anyone here uses skribilio or skribe, what tools do you use to edit it? It's kind of painful just using scheme-mode (which doesn't jive with skribilio's packaged skribe-mode for some reason) and you don't get any spell checking
<lilyp>you can set up spell checking with ispell, no?
<ArneBab>I usually use flyspell-mode to add spell-checking to other modes.
<meaty>lilyp: anything is possible through emacs, but spell-checking lisp symbols depending on a quasiquote-like structure seems non-trivial to my lazy self
<meaty>anyways, skribe (as implemented in haunt anyways) doesn't support the semantic html tags I wanted to use it for anyways
<meaty>if only guile-commonmark had html support... it appears the maintainer hasn't done anything online since 2020 and there's a PR from the spritely people to add it parked in the repo for a few months noe
<lechner>Hi, what's an easy way to persist (ice-9 records) on disk, please?
<lilyp>spritely has syrup
<lilyp> https://github.com/ocapn/syrup
<lilyp>lol @ (the outer <> for realsies tho)
<lechner>lilyp / thanks! I have used that but the version in Guix was defective. Do you know what the status is? https://gitlab.com/spritely/guile-goblins/-/issues/24
<lilyp>hmm, I haven't looked into it from the guix side
<lilyp>supposedly the goblins one is working, but they haven't "upstreamed" their fixes yet?
<lilyp>which is weird, because cwebber is definitely sitting in both camps
<lilyp>probably she is swamped by other projects atm
<lilyp>fwiw we're currently shipping goblins as-is without any patches
<lechner>lilyp / wow, the issues were migrated to codeberg, too https://codeberg.org/spritely/goblins/issues/24
<lilyp>yeah, you can do that
<lechner>amazing
<lechner>thanks for the conversation
<lilyp>I was too lazy to do this for my personal repos, but you can give codeberg an api key and it will just pull everything
<lechner>Hi, is there a way to export all the things from a complex record definition automatically?