Re: Reliable way to get directory of current guile script

2025-02-20 Thread reza
Tomas Volf <~@wolfsden.cz> writes: > Hi, > > first let me have a meta comment. Your client seems to embed \r > characters (0x0D, CR) into your emails. Not sure if that is > intentional. Not really, but it makes me wonder what is causing this, I am using notmuch with emacs...? > reza writes: >

Re: Reliable way to get directory of current guile script

2025-02-20 Thread reza
Attila Lendvai writes: > not sure, but this may be relevant: > > (current-filename) is #f when guix pull'ing > https://issues.guix.gnu.org/55464 Yes seems to be the same or a similar issue but the workaround also looks kinda ugly ;)

Re: Reliable way to get directory of current guile script

2025-02-20 Thread Attila Lendvai
not sure, but this may be relevant: (current-filename) is #f when guix pull'ing https://issues.guix.gnu.org/55464 -- • attila lendvai • PGP: 963F 5D5F 45C7 DFCD 0A39 -- “The essence of philosophy is that a man should live so that his happiness depends as little as possible from external causes.

Re: Reliable way to get directory of current guile script

2025-02-20 Thread Tomas Volf
Hi, first let me have a meta comment. Your client seems to embed \r characters (0x0D, CR) into your emails. Not sure if that is intentional. reza writes: > Hi Guix > > I have problems of finding a reliable way to access the current > directory from a guile script. > > My setup is the foll