guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/5] build: Add 'emacs-build-system'


From: Federico Beffa
Subject: Re: [PATCH 3/5] build: Add 'emacs-build-system'
Date: Mon, 22 Jun 2015 10:51:51 +0200

On Sun, Jun 21, 2015 at 10:40 PM, Alex Kost <address@hidden> wrote:
>> new file mode 100644
>> index 0000000..da2b594
>> --- /dev/null
>> +++ b/guix/build-system/emacs.scm
> [...]
>> +                    #:tests? ,tests?
>> +                    #:phases ,phases
>> +                    #:outputs %outputs
>> +                    #:search-paths ',(map search-path-specification->sexp
>> +                                          search-paths)
>> +                    #:inputs %build-inputs)))
>> +
> spaces on this line ^

Hi, thanks for the review!

This and other spaces that you indicate as "extra", are included by
Emacs by pressing TAB. This is because, as an example, the above
snippet finishes an internal define form and not a top-level form.

I'm following the Emacs behavior. Is there a convention to suppress
all spaces (in spite of what Emacs does)?

Regards,
Fede



reply via email to

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