Message: 1
Date: Sun, 25 Dec 2022 08:20:13 +0100
From: Sascha Ziemann<ceving@gmail.com>
To:geiser-users@nongnu.org
Subject: Current working directory
Message-ID:
<CAGUt3y68Hprkhtgwo7wQpErm5mYETcsmKxf0YJUr7+S_F03GLg@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Whenever I start Geiser after I have loaded a Scheme file, the current
working directory of the Scheme process (Guile in my case) is the
parent directory of the Scheme file and not the directory of the
Scheme file itself. I always have to evaluate (chdir "my-dir") to get
back to the directory of the Scheme file. This is a bit annoying.
Is this intended or a bug?