On Sun, Jun 21, 2015 at 10:40 PM, Alex Kost <alez...@gmail.com> 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