GNU bug report logs - #30698
[PATCH 0/2] Add Emacs packages for HCL and Terraform.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Sun, 4 Mar 2018 16:48:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 30698 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Alex Kost <alezost <at> gmail.com>
Cc: 30698 <at> debbugs.gnu.org
Subject: Re: [bug#30698] [PATCH 2/2] gnu: Add emacs-terraform-mode.
Date: Mon, 05 Mar 2018 07:44:31 +0000
[Message part 1 (text/plain, inline)]
Alex Kost <alezost <at> gmail.com> writes:

> Christopher Baines (2018-03-04 16:50 +0000) wrote:
>
>> ---
>>  gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++
>>  1 file changed, 24 insertions(+)
>>
>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>> index 0e46c71f1..da31f7a13 100644
>> --- a/gnu/packages/emacs.scm
>> +++ b/gnu/packages/emacs.scm
>> @@ -7336,3 +7336,27 @@ the pipeline, featuring the support for running @code{emacsclient}.")
>>  @acronym{HCL, Hashicorp Configuration Language}.  It provides syntax
>>  highlighting and indentation support. ")
>>      (license license:gpl3+)))
>> +
>> +(define-public emacs-terraform-mode
>> +  (package
>> +    (name "emacs-terraform-mode")
>> +    (version "0.06")
>> +    (source
>> +     (origin
>> +       (method url-fetch)
>> +       (uri (string-append
>> +             "https://github.com/syohex/emacs-terraform-mode/archive/"
>> +             version ".tar.gz"))
>> +       (file-name (string-append name "-" version ".tar.gz"))
>> +       (sha256
>> +        (base32
>> +         "0h9267ifdjmcin4sj8slxydbacx4bqicbvg8pa1qq2l72h9m5381"))))
>> +    (build-system emacs-build-system)
>> +    (propagated-inputs
>> +     `(("emacs-hcl-mode" ,emacs-hcl-mode)))
>> +    (home-page "https://github.com/syohex/emacs-terraform-mode")
>> +    (synopsis "Major mode for Terraform")
>> +    (description
>> +     "@code{emacs-terraform-mode} provides a major mode for working with
>> +Terraform.  Most of the functionality is inherited from @code{hcl-mode}.")
>
> Maybe it would be good to clarify what Terraform is in the description,
> for example:
>
> "... working with @uref{https://www.terraform.io/, Terraform}
> configuration files."

Sure, that sounds good, thanks for taking a look :)
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 7 years and 141 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.