GNU bug report logs - #74465
[PATCH] .dir-locals.el: Configure indentation for home-environment.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Thu, 21 Nov 2024 20:22: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: Tomas Volf <~@wolfsden.cz>
Subject: bug#74465: closed (Re: [bug#74465] [PATCH] .dir-locals.el:
 Configure indentation for home-environment.)
Date: Fri, 29 Nov 2024 14:00:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74465: [PATCH] .dir-locals.el: Configure indentation for home-environment.

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 74465 <at> debbugs.gnu.org.

-- 
74465: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74465
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: Tomas Volf <~@wolfsden.cz>
Cc: 74465-done <at> debbugs.gnu.org
Subject: Re: [bug#74465] [PATCH] .dir-locals.el: Configure indentation for
 home-environment.
Date: Fri, 29 Nov 2024 14:59:12 +0100
Tomas Volf <~@wolfsden.cz> skribis:

> * .dir-locals.el (scheme-mode): Indent home-environment same as
> operating-system.
>
> Change-Id: Ie2cfa58f02d081c1e331c7d30beb77f0868f5cdd

Applied!

[Message part 3 (message/rfc822, inline)]
From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] .dir-locals.el: Configure indentation for home-environment.
Date: Thu, 21 Nov 2024 21:20:48 +0100
* .dir-locals.el (scheme-mode): Indent home-environment same as
operating-system.

Change-Id: Ie2cfa58f02d081c1e331c7d30beb77f0868f5cdd
---
 .dir-locals.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.dir-locals.el b/.dir-locals.el
index 201ebd4198..211f5d9afb 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -97,6 +97,7 @@
    (eval . (put 'bag 'scheme-indent-function 0))
    (eval . (put 'graft 'scheme-indent-function 0))
    (eval . (put 'operating-system 'scheme-indent-function 0))
+   (eval . (put 'home-environment 'scheme-indent-function 0))
    (eval . (put 'file-system 'scheme-indent-function 0))
    (eval . (put 'swap-space 'scheme-indent-function 0))
    (eval . (put 'manifest-entry 'scheme-indent-function 0))
-- 
2.46.0




This bug report was last modified 229 days ago.

Previous Next


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