[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Feature request: make Guile compiler always write absolute paths in .go
From: |
Vili Aapro |
Subject: |
Feature request: make Guile compiler always write absolute paths in .go files for Geiser compatiblity |
Date: |
Fri, 1 Sep 2023 12:33:26 +0300 |
Dear all,
for Geiser (specifically, `geiser-edit-symbol-at-point') compatibility, we
would like the Guile procedure `program-source' always to return absolute
paths; for this, we would need compiler co-operation. Specifically, it would be
desirable to make Guile compiler always write absolute paths in .go files.
At the moment, this is not the case, and `edit-symbol-at-point' fails for
`iota' because `program-source' returns a relative path "ice-9/boot-9.scm".
We discussed this on `geiser-guile'; see
https://gitlab.com/emacs-geiser/guile/-/issues/33 .
Thank you,
Vili Aapro
- Feature request: make Guile compiler always write absolute paths in .go files for Geiser compatiblity,
Vili Aapro <=