unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68511] [PATCH] .dir-locals.el: Add geiser-insert-actual-lambda.
@ 2024-01-16 15:42 Tomas Volf
  2024-10-06 16:16 ` [bug#68511] [PATCH v2] " Tomas Volf
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-01-16 15:42 UTC (permalink / raw)
  To: 68511; +Cc: Tomas Volf

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#68511] [PATCH v2] .dir-locals.el: Add geiser-insert-actual-lambda.
  2024-01-16 15:42 [bug#68511] [PATCH] .dir-locals.el: Add geiser-insert-actual-lambda Tomas Volf
@ 2024-10-06 16:16 ` Tomas Volf
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Volf @ 2024-10-06 16:16 UTC (permalink / raw)
  To: 68511; +Cc: Tomas Volf

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
---
Rebase on latest master.

 .dir-locals.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 201ebd4198..57e5fc5a32 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -49,7 +49,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.46.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-06 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16 15:42 [bug#68511] [PATCH] .dir-locals.el: Add geiser-insert-actual-lambda Tomas Volf
2024-10-06 16:16 ` [bug#68511] [PATCH v2] " Tomas Volf

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).