GNU bug report logs -
#68511
[PATCH] .dir-locals.el: Add geiser-insert-actual-lambda.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Tue, 16 Jan 2024 15:43:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Full log
Message #11 received at 68511 <at> debbugs.gnu.org (full text, mbox):
Guix project seems to prefer using lambda over λ. Express that preference for
Geiser users by setting the geiser-insert-actual-lambda variable to nil. In
the 0.31 version it will affect how geiser-insert-lambda works, making it
insert lambda string (instead of the current λ.
* .dir-locals.el (nil): Add geiser-insert-actual-lambda set to nil.
Change-Id: Iccbd4a8df194d60b96b33879c342cfeb224bcfbb
---
.dir-locals.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 69a5d8065e..ab440ac4a7 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -85,7 +85,8 @@
;; Geiser
;; This allows automatically setting the `geiser-guile-load-path'
;; variable when using various Guix checkouts (e.g., via git worktrees).
- (geiser-repl-per-project-p . t)))
+ (geiser-repl-per-project-p . t)
+ (geiser-insert-actual-lambda . nil)))
(c-mode . ((c-file-style . "gnu")))
(scheme-mode
--
2.49.0
This bug report was last modified 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.