unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Kandur via Guix-patches via <guix-patches@gnu.org>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: 44274@debbugs.gnu.org
Subject: [bug#44274] [PATCH] gnu: Add emacs-powershell.el
Date: Wed, 28 Oct 2020 12:04:12 +0100 (CET)	[thread overview]
Message-ID: <MKisHT9--3-2@tuta.io> (raw)
In-Reply-To: <87lffq3c0i.fsf@nicolasgoaziou.fr>

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

hi, attached new patch. hope it is correct



Oct 28, 2020, 10:01 by mail@nicolasgoaziou.fr:

> Adam Kandur via Guix-patches via <guix-patches@gnu.org> writes:
>
>> +      (arguments
>> +       `(#:include '("\\.el$")))
>>
>
> In addition to my other comments, I don't think the section above is
> needed.
>
> Regards,
>


[-- Attachment #2: 0001-gnu-Add-emacs-powershell.patch --]
[-- Type: text/x-patch, Size: 1638 bytes --]

From 288fbe826b26d088c70c876ef74afd5445b63609 Mon Sep 17 00:00:00 2001
From: Adam <rndd@tuta.io>
Date: Wed, 28 Oct 2020 14:02:26 +0300
Subject: [PATCH] gnu: Add emacs-powershell.

* gnu/packages/emacs-xyz.scm (emacs-powershell): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 40e4c63..6684678 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13232,6 +13232,28 @@ literate programming tools for exporting, weaving and tangling.")
        "Edit YAML files for Ansible containing embedded Jinja2 templating.")
       (license license:gpl3+))))
 
+(define-public emacs-powershell
+  (let ((revision "0")
+        (commit "d1b3f95669343399f199f291ef76c09a0ede5e60"))
+    ;; tagged branch 0.1 is outdated (2015)
+    (package
+      (name "emacs-powershell")
+      (build-system emacs-build-system)
+      (version "0.3")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+	       (url "https://github.com/jschaf/powershell.el")
+	       (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1cxhzaaig88zhylyycvb3849r85j1ijqklnh9zbqsfl2zhpb0g5c"))))
+      (home-page "")
+      (synopsis "Emacs mode for editing PowerShell scripts")
+      (description "@code{powershell.el} Mode is an Emacs major mode for editing and running Microsoft PowerShell files.")
+    (license license:gpl3+))))
+
 (define-public emacs-polymode-org
   (package
     (name "emacs-polymode-org")
-- 
2.28.0


  reply	other threads:[~2020-10-28 11:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-28  8:39 [bug#44274] [PATCH] gnu: Add emacs-powershell.el Adam Kandur via Guix-patches via
2020-10-28  9:27 ` Nicolas Goaziou
2020-10-28 10:01 ` Nicolas Goaziou
2020-10-28 11:04   ` Adam Kandur via Guix-patches via [this message]
2020-10-29  9:20     ` bug#44274: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MKisHT9--3-2@tuta.io \
    --to=guix-patches@gnu.org \
    --cc=44274@debbugs.gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    --cc=rndd@tuta.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).