bug#62000: Inconsistent indentation rules for define-configuration

2023-03-06 Thread Bruno Victal
Suspected file: .dir-locals.el Using 'package' as a field in define-configuration results in inconsistent indentation: --8<---cut here---start->8--- (define-configuration/no-serialization mympd-configuration (package (file-like mympd) <<

bug#62000: Inconsistent indentation rules for define-configuration

2023-03-07 Thread Simon Tournier
Hi, Cool you had the number 62000. ;-) On Mon, 06 Mar 2023 at 12:48, Bruno Victal wrote: > Suspected file: .dir-locals.el > > Using 'package' as a field in define-configuration results in > inconsistent indentation: > > --8<---cut here---start->8--- > (define

bug#62000: Inconsistent indentation rules for define-configuration

2023-03-07 Thread Bruno Victal
Hi Simon, On 2023-03-07 13:16, Simon Tournier wrote: > Hi, > > Cool you had the number 62000. ;-) > > On Mon, 06 Mar 2023 at 12:48, Bruno Victal wrote: >> Suspected file: .dir-locals.el >> >> Using 'package' as a field in define-configuration results in >> inconsistent indentation: >> >> --8<-

bug#62000: Inconsistent indentation rules for define-configuration

2023-03-07 Thread Simon Tournier
Hi Bruno, On Tue, 7 Mar 2023 at 14:54, Bruno Victal wrote: > Having a field named 'package' within define-configuration causes incorrect > indentation. As I tried to explain, .dir-locals.el does not consider the context but only the keyword 'package'. Because of (eval . (put 'package 'sch

bug#62000: Inconsistent indentation rules for define-configuration

2023-06-22 Thread Bruno Victal
Hi Simon, On 2023-03-07 14:02, Simon Tournier wrote: > I am missing something but from my point of view, it would not be > possible to change what you are suggesting: apply indentation rules > depending on the context Thanks for the explanation, am closing this then. -- Furthermore, I consider