GNU bug report logs - #32097
[PATCH 0/3] Add Node.js and Typescript emacs modes

Previous Next

Package: guix-patches;

Reported by: Mathieu Lirzin <mthl <at> gnu.org>

Date: Sun, 8 Jul 2018 16:55:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#32097: closed ([PATCH 0/3] Add Node.js and Typescript emacs
 modes)
Date: Mon, 09 Jul 2018 15:01:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 09 Jul 2018 17:00:42 +0200
with message-id <87in5ofo85.fsf <at> gnu.org>
and subject line Re: [bug#32097] [PATCH 0/3] Add Node.js and Typescript emacs modes
has caused the debbugs.gnu.org bug report #32097,
regarding [PATCH 0/3] Add Node.js and Typescript emacs modes
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
32097: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32097
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Lirzin <mthl <at> gnu.org>
To: guix-patches <at> gnu.org
Cc: Mathieu Lirzin <mthl <at> gnu.org>
Subject: [PATCH 0/3] Add Node.js and Typescript emacs modes
Date: Sun,  8 Jul 2018 18:54:12 +0200
Mathieu Lirzin (3):
  gnu: Add emacs-nodejs-repl.
  gnu: Add emacs-typescript-mode.
  gnu: Add emacs-tide.

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

-- 
2.18.0



[Message part 3 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Mathieu Lirzin <mthl <at> gnu.org>
Cc: 32097-done <at> debbugs.gnu.org
Subject: Re: [bug#32097] [PATCH 0/3] Add Node.js and Typescript emacs modes
Date: Mon, 09 Jul 2018 17:00:42 +0200
[Message part 4 (text/plain, inline)]
Mathieu Lirzin <mthl <at> gnu.org> skribis:

> Mathieu Lirzin (3):
>   gnu: Add emacs-nodejs-repl.
>   gnu: Add emacs-typescript-mode.
>   gnu: Add emacs-tide.

I applied all three patches with the changes below, to placate ‘guix
lint’.

Thank you!

Ludo’.

[Message part 5 (text/x-patch, inline)]
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fcddabc99..c6c7a1df4 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4192,7 +4192,8 @@ strings, and code folding.")
                                   "/archive/" version ".tar.gz"))
               (sha256
                (base32
-                "0sphg1jxi3a5l0gqdp27d0qgyjaiq2p293av9zm8ksm0vwqp3fr9"))))
+                "0sphg1jxi3a5l0gqdp27d0qgyjaiq2p293av9zm8ksm0vwqp3fr9"))
+              (file-name (string-append name "-" version ".tar.gz"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/abicky/nodejs-repl.el")
     (synopsis "Node.js REPL inside Emacs")
@@ -4218,7 +4219,8 @@ features:
                     "/archive/v" version ".tar.gz"))
               (sha256
                (base32
-                "1gqjirm8scf0wysm7x97zdfbs4qa5nqdl64jfbkd18iskv5mg3rj"))))
+                "1gqjirm8scf0wysm7x97zdfbs4qa5nqdl64jfbkd18iskv5mg3rj"))
+              (file-name (string-append name "-" version ".tar.gz"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/ananthakumaran/typescript.el")
     (synopsis "Emacs major mode for editing Typescript code")
@@ -4243,7 +4245,8 @@ indentation and filling of comments and C preprocessor fontification.")
                                   "/archive/v" version ".tar.gz"))
               (sha256
                (base32
-                "1k0kzqiv1hfs0kqm37947snzhrsmand3i9chvm6a2r5lb8v9q47y"))))
+                "1k0kzqiv1hfs0kqm37947snzhrsmand3i9chvm6a2r5lb8v9q47y"))
+              (file-name (string-append name "-" version ".tar.gz"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)

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

Previous Next


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