emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/geiser-guile a57999c 126/284: Guile: fix for finding locat


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-guile a57999c 126/284: Guile: fix for finding locations of symbols in modules outside load path.
Date: Sun, 1 Aug 2021 18:29:29 -0400 (EDT)

branch: elpa/geiser-guile
commit a57999c7da8747d031275e3167ed05bb01dbcdab
Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
Commit: Jose Antonio Ortega Ruiz <jao@gnu.org>

    Guile: fix for finding locations of symbols in modules outside load path.
---
 geiser/evaluation.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/geiser/evaluation.scm b/geiser/evaluation.scm
index 96d194b..7f2b8f7 100644
--- a/geiser/evaluation.scm
+++ b/geiser/evaluation.scm
@@ -56,8 +56,9 @@
 (define ge:eval ge:compile)
 
 (define (ge:compile-file path)
-  "Compile a file, given its full @var{path}."
-  (ge:compile `(load-compiled (compile-file ,path)) '(geiser evaluation)))
+  (ge:compile `(load-compiled (compile-file ,path
+                                            #:canonicalization 'absolute))
+              '(geiser evaluation)))
 
 (define ge:load-file ge:compile-file)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]