unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35080] [PATCH] gnu: Add emacs-erlang.
@ 2019-04-02 13:06 Carlo Zancanaro
  2019-04-07 20:21 ` bug#35080: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Carlo Zancanaro @ 2019-04-02 13:06 UTC (permalink / raw)
  To: 35080

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

Attached is a patch to add an Emacs major mode for Erlang files.

I opted to put it in erlang.scm rather than emacs-xyz.scm because 
it comes bundled in the main Erlang source, and thus can share the 
source field.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-erlang.patch --]
[-- Type: text/x-diff, Size: 1753 bytes --]

From 9406b1c2a6a12cec143ca19d8fd268c70156da18 Mon Sep 17 00:00:00 2001
From: Carlo Zancanaro <carlo@zancanaro.id.au>
Date: Thu, 27 Dec 2018 20:11:31 +1100
Subject: [PATCH] gnu: Add emacs-erlang.
To: guix-patches@gnu.org

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

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 9c38b53581..4fba7ee0c8 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -23,6 +23,7 @@
 (define-module (gnu packages erlang)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system emacs)
   #:use-module (guix download)
   #:use-module (guix git-download)
   #:use-module (guix packages)
@@ -212,3 +213,21 @@ built-in support for concurrency, distribution and fault tolerance.")
     ;; have other licenses. See 'system/COPYRIGHT' in the source distribution.
     (license (list license:asl2.0 license:bsd-2 license:bsd-3 license:expat
                    license:lgpl2.0+ license:tcl/tk license:zlib))))
+
+(define-public emacs-erlang
+  (package
+    (name "emacs-erlang")
+    (version (package-version erlang))
+    (source (package-source erlang))
+    (build-system emacs-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'set-emacs-load-path 'change-working-directory
+           (lambda _ (chdir "lib/tools/emacs") #t)))))
+    (home-page "https://www.erlang.org/")
+    (synopsis "Erlang major mode for Emacs")
+    (description
+     "This package provides an Emacs major mode for editing Erlang source
+files.")
+    (license license:asl2.0)))
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#35080: [PATCH] gnu: Add emacs-erlang.
  2019-04-02 13:06 [bug#35080] [PATCH] gnu: Add emacs-erlang Carlo Zancanaro
@ 2019-04-07 20:21 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-04-07 20:21 UTC (permalink / raw)
  To: Carlo Zancanaro; +Cc: 35080-done

Hi Carlo,

Carlo Zancanaro <carlo@zancanaro.id.au> skribis:

>>From 9406b1c2a6a12cec143ca19d8fd268c70156da18 Mon Sep 17 00:00:00 2001
> From: Carlo Zancanaro <carlo@zancanaro.id.au>
> Date: Thu, 27 Dec 2018 20:11:31 +1100
> Subject: [PATCH] gnu: Add emacs-erlang.
> To: guix-patches@gnu.org
>
> * gnu/packages/erlang.scm (emacs-erlang): New variable.

Applied, thanks!

BTW, had you put it in emacs-xyz.scm, we’d have run into problems
because of the top-level reference to ‘erlang’.  So you made the right
decision!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-07 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-02 13:06 [bug#35080] [PATCH] gnu: Add emacs-erlang Carlo Zancanaro
2019-04-07 20:21 ` bug#35080: " Ludovic Courtès

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).