From: Matthew Jordan <matthewjordandevops@yandex.com>
To: Alex Kost <alezost@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [Patch] Updated patch for emacs-helm
Date: Fri, 03 Jun 2016 00:32:24 -0400 [thread overview]
Message-ID: <87k2i6hoyv.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <87r3cfnbi8.fsf@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 80 bytes --]
Good Day,
I have updated the package in accordance with the suggestions made.
[-- Attachment #2: Patch to add emacs-helm package. --]
[-- Type: text/x-patch, Size: 2383 bytes --]
From dad3c30f9c959d127a5a62567a454e192ed55149 Mon Sep 17 00:00:00 2001
From: Matthew Jordan <matthewjordandevops@yandex.com>
Date: Wed, 18 May 2016 17:39:45 -0400
Subject: [PATCH] gnu: Add emacs-helm.
* gnu/packages/emacs.scm (emacs-helm): New variable.
---
gnu/packages/emacs.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index b7c0a1f..d235fca 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org>
;;; Copyright © 2016 humanitiesNerd <catonano@gmail.com>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1795,3 +1796,32 @@ work on lists, strings and vectors.")
Emacs default configuration in uncontroversial ways that nearly everyone can
agree upon.")
(license license:gpl3+)))
+
+(define-public emacs-helm
+ (package
+ (name "emacs-helm")
+ (version "1.9.6")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/" name "/helm/archive/v"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0fc897rwf1fm2m7jrsikkgcyzhngfcysxfmzchpwzfj6v9sb5rl9"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-async" ,emacs-async)
+ ("emacs-popup" ,emacs-popup)))
+ (home-page "https://emacs-helm.github.io/helm/")
+ (synopsis "Incremental completion and selection narrowing
+framework for Emacs")
+ (description "Helm is incremental completion and selection narrowing
+framework for Emacs. It will help steer you in the right direction when you're
+looking for stuff in Emacs (like buffers, files, etc). Helm is a fork of
+anything.el originally written by Tamas Patrovic and can be considered to be
+its successor. Helm sets out to clean up the legacy code in @code{anything.el} and
+provide a cleaner, leaner and more modular tool, that's not tied in the trap
+of backward compatibility.")
+ (license license:gpl3+)))
--
2.8.3
[-- Attachment #3: Type: text/plain, Size: 53 bytes --]
Respectfully,
--
Matthew Jordan
Sent with my mu4e
next prev parent reply other threads:[~2016-06-03 4:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-31 20:39 [Patch] Updated patch for emacs-helm Matthew Jordan
2016-06-02 10:14 ` Alex Kost
2016-06-03 4:32 ` Matthew Jordan [this message]
2016-06-04 12:51 ` Alex Kost
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=87k2i6hoyv.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me \
--to=matthewjordandevops@yandex.com \
--cc=alezost@gmail.com \
--cc=guix-devel@gnu.org \
/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).