emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53505: closed ([PATCH] .dir-locals.el: Don't mess up indentation of


From: GNU bug Tracking System
Subject: bug#53505: closed ([PATCH] .dir-locals.el: Don't mess up indentation of prepend and append.)
Date: Sat, 29 Jan 2022 07:52:01 +0000

Your message dated Sat, 29 Jan 2022 08:51:10 +0100
with message-id <de52f5437b6f83283a6e710ac77c82be7a67e413.camel@gmail.com>
and subject line Re: bug#53505: [PATCH] .dir-locals.el: Don't mess up 
indentation of prepend and append.
has caused the debbugs.gnu.org bug report #53505,
regarding [PATCH] .dir-locals.el: Don't mess up indentation of prepend and 
append.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53505: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53505
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] .dir-locals.el: Don't mess up indentation of prepend and append. Date: Mon, 24 Jan 2022 17:36:46 +0100
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#53505: [PATCH] .dir-locals.el: Don't mess up indentation of prepend and append. Date: Sat, 29 Jan 2022 08:51:10 +0100 User-agent: Evolution 3.42.1
Hi

Am Samstag, dem 29.01.2022 um 00:03 +0100 schrieb Ludovic Courtès:
> Hallo!
> 
> Liliana Marie Prikler <liliana.prikler@gmail.com> skribis:
> > It might not clash, but is its behaviour correct?  [...]
> 
> That looks wrong indeed.  Actually these two rules make no sense,
> right?  I don’t know what I was thinking about.
> 
> So I guess you can drop them, sorry for the noise!
Don't worry and thanks for confirming.  I've pushed this now.

Cheers


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]