all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53505] [PATCH] .dir-locals.el: Don't mess up indentation of prepend and append.
@ 2022-01-24 16:36 Liliana Marie Prikler
  2022-01-26 11:24 ` Ludovic Courtès
  2022-01-26 20:39 ` [bug#53505] " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 2 replies; 6+ messages in thread
From: Liliana Marie Prikler @ 2022-01-24 16:36 UTC (permalink / raw)
  To: 53505

The current version appears to assume special values in the first and second
package, but it's either all lists (default append) or all package input
expressions (inside modify-inputs), which themselves are either packages
or a list consisting of a package and a string.

* .dir-locals.el: Drop (eval . (put 'prepend 'scheme-indent-function 2))
and (eval . (put 'append 'scheme-indent-function 2)).
---
 .dir-locals.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 12a6f08739..0edf2a8d23 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -60,8 +60,6 @@
    ;; 'modify-inputs' and its keywords.
    (eval . (put 'modify-inputs 'scheme-indent-function 1))
    (eval . (put 'replace 'scheme-indent-function 1))
-   (eval . (put 'prepend 'scheme-indent-function 2))
-   (eval . (put 'append 'scheme-indent-function 2))
 
    ;; 'modify-phases' and its keywords.
    (eval . (put 'modify-phases 'scheme-indent-function 1))
-- 
2.34.0





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

end of thread, other threads:[~2022-01-29  7:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-24 16:36 [bug#53505] [PATCH] .dir-locals.el: Don't mess up indentation of prepend and append Liliana Marie Prikler
2022-01-26 11:24 ` Ludovic Courtès
2022-01-26 19:26   ` Liliana Marie Prikler
2022-01-28 23:03     ` Ludovic Courtès
2022-01-29  7:51       ` bug#53505: " Liliana Marie Prikler
2022-01-26 20:39 ` [bug#53505] " Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.