Re: [PATCH] emacs: devel: Add indentation rules for 'modify-phases' keywords.

2015-10-20 Thread Alex Kost
, but I don't know if it's even possible: the internals of emacs indentation machinery look like a black magic for me. >> From 092dbb4460cf140c628eb4aeb4c5fff8f0083b3c Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Sat, 17 Oct 2015 19:02:39 +0300 >> Sub

Re: [PATCH] emacs: devel: Add indentation rules for 'modify-phases' keywords.

2015-10-19 Thread Ludovic Courtès
se they will be indented as usual: This is perfect. You have just invented “hygienic indentation.” :-) > From 092dbb4460cf140c628eb4aeb4c5fff8f0083b3c Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sat, 17 Oct 2015 19:02:39 +0300 > Subject: [PATCH] emacs: devel: Add indentation rules for 'modify

[PATCH] emacs: devel: Add indentation rules for 'modify-phases' keywords.

2015-10-17 Thread Alex Kost
ecially only when they are inside 'modify-phases', otherwise they will be indented as usual: (modify-phases %standard-phases (replace 'build (lambda _ (zero? 0 (do-something (replace 'this 'that 'and-that)) >From 092dbb4460cf140c628

Re: [PATCH] emacs: devel: Add indentation rules.

2015-10-15 Thread Alex Kost
Ludovic Courtès (2015-10-14 23:00 +0300) wrote: > Alex Kost skribis: > >> As we are talking about it, there are a couple of workarounds in the >> elisp code for the issues that were solved in Geiser 0.8. So I would >> like to get rid of them and mention in the manual that Geiser 0.8 is >> requir

Re: [PATCH] emacs: devel: Add indentation rules.

2015-10-14 Thread Ludovic Courtès
Alex Kost skribis: > As we are talking about it, there are a couple of workarounds in the > elisp code for the issues that were solved in Geiser 0.8. So I would > like to get rid of them and mention in the manual that Geiser 0.8 is > required. Apparently it shouldn't be done right now as it is

Re: [PATCH] emacs: devel: Add indentation rules.

2015-10-13 Thread Alex Kost
Ludovic Courtès (2015-10-13 12:45 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2015-10-02 15:51 +0300) wrote: >> >>> Alex Kost skribis: >>> I thought that most people (except me) agreed that indentation rules should stay in ".dir-locals.el", so I don't see a reason why they

Re: [PATCH] emacs: devel: Add indentation rules.

2015-10-13 Thread Ludovic Courtès
> highlighted/indented properly by Geiser 0.8 (see [1], [2]). The future is now! :-) > From a878a1fa51cb8072f7af55309ce457d1425841c6 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Mon, 12 Oct 2015 12:06:32 +0300 > Subject: [PATCH] emacs: devel: Add indentation rules. >

[PATCH] emacs: devel: Add indentation rules.

2015-10-12 Thread Alex Kost
1] https://github.com/jaor/geiser/pull/98 [2] https://github.com/jaor/geiser/pull/102 >From a878a1fa51cb8072f7af55309ce457d1425841c6 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Mon, 12 Oct 2015 12:06:32 +0300 Subject: [PATCH] emacs: devel: Add indentation rules. MIME-Version: 1.0 Content-Type: text/plain; charset=UT