emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#30698: closed ([PATCH 0/2] Add Emacs packages for


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30698: closed ([PATCH 0/2] Add Emacs packages for HCL and Terraform.)
Date: Mon, 05 Mar 2018 07:51:01 +0000

Your message dated Mon, 05 Mar 2018 07:50:23 +0000
with message-id <address@hidden>
and subject line Re: [bug#30698] [PATCH 1/2] gnu: Add emacs-hcl-mode.
has caused the debbugs.gnu.org bug report #30698,
regarding [PATCH 0/2] Add Emacs packages for HCL and Terraform.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30698: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30698
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/2] Add Emacs packages for HCL and Terraform. Date: Sun, 04 Mar 2018 16:46:49 +0000 User-agent: mu4e 0.9.18; emacs 25.3.1
Christopher Baines (2):
  gnu: Add emacs-hcl-mode.
  gnu: Add emacs-terraform-mode.

 gnu/packages/emacs.scm | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#30698] [PATCH 1/2] gnu: Add emacs-hcl-mode. Date: Mon, 05 Mar 2018 07:50:23 +0000 User-agent: mu4e 0.9.18; emacs 25.3.1
Alex Kost <address@hidden> writes:

> Christopher Baines (2018-03-04 16:50 +0000) wrote:
>
>> * gnu/packages/emacs.scm (emacs-hcl-mode): New variable.
>> ---
>>  gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
>>  1 file changed, 23 insertions(+)
>>
>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>> index 69950cc6d..0e46c71f1 100644
>> --- a/gnu/packages/emacs.scm
>> +++ b/gnu/packages/emacs.scm
>> @@ -7313,3 +7313,26 @@ Features:
>>      (description "@code{epipe} provides an utility to use your editor in
>>  the pipeline, featuring the support for running @code{emacsclient}.")
>>      (license license:gpl3+)))
>> +
>> +(define-public emacs-hcl-mode
>> +  (package
>> +    (name "emacs-hcl-mode")
>> +    (version "0.03")
>> +    (source
>> +     (origin
>> +       (method url-fetch)
>> +       (uri (string-append
>> +             "https://github.com/syohex/emacs-hcl-mode/archive/";
>> +             version ".tar.gz"))
>> +       (file-name (string-append name "-" version ".tar.gz"))
>> +       (sha256
>> +        (base32
>> +         "0pvw74qpwh0znqzp6syp4wxjqs7dp1hbn5h7xfk97mff9l5d8k6x"))))
>> +    (build-system emacs-build-system)
>> +    (home-page "https://github.com/syohex/emacs-hcl-mode";)
>> +    (synopsis "Major mode for the Hashicorp Configuration Language")
>> +    (description
>> +     "@code{emacs-hcl-mode} provides an Emacs major mode for working with
>> address@hidden, Hashicorp Configuration Language}.  It provides syntax
>> +highlighting and indentation support. ")
>                                         ^ extra space
> otherwise, looks good to me, thank you!

Great, I've removed the space, and pushed both of these patches. Thanks
for your review :)

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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