GNU bug report logs - #68511
[PATCH] .dir-locals.el: Add geiser-insert-actual-lambda.

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#68511: closed ([PATCH] .dir-locals.el: Add geiser-insert-actual-lambda.)
Date: Mon, 26 May 2025 15:22:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 26 May 2025 16:21:53 +0100
with message-id <87ecwbjt2m.fsf <at> cbaines.net>
and subject line Re: [bug#68511] [PATCH v3] .dir-locals.el: Add geiser-insert-actual-lambda.
has caused the debbugs.gnu.org bug report #68511,
regarding [PATCH] .dir-locals.el: Add geiser-insert-actual-lambda.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
68511: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68511
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] .dir-locals.el: Add geiser-insert-actual-lambda.
Date: Tue, 16 Jan 2024 16:42:08 +0100
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 d18e6ba760..2cea9d4dd7 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -34,7 +34,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

base-commit: 21f5d20d68e0359f8111ccb936905649c70db9c1
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Tomas Volf <~@wolfsden.cz>
Cc: 68511-done <at> debbugs.gnu.org
Subject: Re: [bug#68511] [PATCH v3] .dir-locals.el: Add
 geiser-insert-actual-lambda.
Date: Mon, 26 May 2025 16:21:53 +0100
[Message part 4 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:

> 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(-)

I don't know much about Emacs, but this seems OK to me. I've pushed it
to master as 935705528d9b3119ea5bc79358c89fe5064666bf.

Chris
[signature.asc (application/pgp-signature, inline)]

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.