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>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68511 in the body.
You can then email your comments to 68511 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#68511
; Package
guix-patches
.
(Tue, 16 Jan 2024 15:43:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 16 Jan 2024 15:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <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 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68511
; Package
guix-patches
.
(Sun, 06 Oct 2024 16:17:02 GMT)
Full text and
rfc822 format available.
Message #8 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
---
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68511
; Package
guix-patches
.
(Fri, 02 May 2025 16:58:01 GMT)
Full text and
rfc822 format available.
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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 26 May 2025 15:22:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tomas Volf <~@wolfsden.cz>
:
bug acknowledged by developer.
(Mon, 26 May 2025 15:22:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 68511-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 24 Jun 2025 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.