<ruffni>does anyone here use emacs and geiser and define load-paths in a .dir-locals.el? my config looks like this: https://dpaste.org/Tka0 but the geiser repl won't add the load path. <ruffni>doubt. if i s/geiser-repl-mode/nil/ the path is loaded in the .scm files in that directory, but it isn't set in the Guile REPL buffer... <ruffni>pretty sure the Guile REPL mode doesn't inherit the current-directory portion from where it's called <Aurora_v_kosmose>ruffni: From within the REPL buffer, can you describe-variable and check if it has the value you want? <ruffni>but when i manually `M-x geiser-add-to-load-path' it works just fine <ruffni>they are with the .scm files in that directory <marusich>Is changing the geiser-guile-load-path at runtime supported...? I tried it and it didn't seem to alter the place it was using. <marusich>I did try closing the Geiser repl and starting it again, but I didn't restart Emacs. ***apteryx is now known as Guest60100
***apteryx_ is now known as apteryx
<ruffni>ich: setting geiser-guile-load-path doesn't change a thing (at <ruffni>marusich: run-time), but M-x geiser-add-to-load-path actually works at run-time <spk121>wingo: good morning. rob and I have chatted a bit on guile-devel about adding mkdtemp! for temp directory creation. I'm going to clean and push his patch if there's no objection ***sneek_ is now known as sneek
<ATuin>has guile-gcrypt library support to decrypt RSA data? <leoprikler>ATuin: it seems to have sign and verify, but I don't see a decrypt <ATuin>leoprikler: yeah, i saw the same <ATuin>I will try to use it at least to get a sexp expression for the key <ATuin>and then just ffi the decrypt function