GNU bug report logs - #51403
[PATCH]: environment: Fix broken file-local variable.

Previous Next

Package: guix-patches;

Reported by: Zhu Zihao <all_but_last <at> 163.com>

Date: Tue, 26 Oct 2021 04:29:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zhu Zihao <all_but_last <at> 163.com>
Subject: bug#51403: closed (Re: bug#51403: [PATCH]: environment: Fix
 broken file-local variable.)
Date: Wed, 27 Oct 2021 22:31:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#51403: [PATCH]: environment: Fix broken file-local variable.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 51403 <at> debbugs.gnu.org.

-- 
51403: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51403
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Zhu Zihao <all_but_last <at> 163.com>
Cc: 51403-done <at> debbugs.gnu.org
Subject: Re: bug#51403: [PATCH]: environment: Fix broken file-local variable.
Date: Thu, 28 Oct 2021 00:30:27 +0200
Hi,

Zhu Zihao <all_but_last <at> 163.com> skribis:

>>From e414d00dde885f819fd224e58fc2137beba34006 Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last <at> 163.com>
> Date: Tue, 26 Oct 2021 12:10:26 +0800
> Subject: [PATCH] environment: Fix broken file-local variable.
>
> * guix/scripts/environment.scm (Local Variables): Add missing eval.

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Zhu Zihao <all_but_last <at> 163.com>
To: guix-patches <at> gnu.org
Subject: [PATCH]: environment: Fix broken file-local variable.
Date: Tue, 26 Oct 2021 12:12:33 +0800
[Message part 4 (text/plain, inline)]

[signature.asc (application/pgp-signature, inline)]
[0001-environment-Fix-broken-file-local-variable.patch (text/x-patch, inline)]
From e414d00dde885f819fd224e58fc2137beba34006 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 163.com>
Date: Tue, 26 Oct 2021 12:10:26 +0800
Subject: [PATCH] environment: Fix broken file-local variable.

* guix/scripts/environment.scm (Local Variables): Add missing eval.
---
 guix/scripts/environment.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index 05a43659da..7caaa1104f 100644
--- a/guix/scripts/environment.scm
+++ b/guix/scripts/environment.scm
@@ -804,5 +804,5 @@ (define manifest
                                                #:pure? pure?))))))))))))))
 
 ;;; Local Variables:
-;;; (put 'with-store/maybe 'scheme-indent-function 1)
+;;; eval: (put 'with-store/maybe 'scheme-indent-function 1)
 ;;; End:
-- 
2.33.1

[Message part 7 (text/plain, inline)]
-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

This bug report was last modified 3 years and 205 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.