From patchwork Tue May 31 15:42:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthew Jordan X-Patchwork-Id: 12652 Received: (qmail 41676 invoked by uid 89); 31 May 2016 15:44:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.1 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00, FREEMAIL_FROM, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=194, dash, tied X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, FREEMAIL_FROM, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 31 May 2016 15:44:10 +0000 Received: from localhost ([::1]:37028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7lpv-0004gY-Ty for patchwork@sourceware.org; Tue, 31 May 2016 11:44:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7lpo-0004eU-1V for guix-devel@gnu.org; Tue, 31 May 2016 11:44:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7lpj-0007g5-O9 for guix-devel@gnu.org; Tue, 31 May 2016 11:43:59 -0400 Received: from forward9h.cmail.yandex.net ([87.250.230.220]:38247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7lpi-0007fP-7x for guix-devel@gnu.org; Tue, 31 May 2016 11:43:55 -0400 Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward9h.cmail.yandex.net (Yandex) with ESMTP id 842F221C82 for ; Tue, 31 May 2016 18:43:48 +0300 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 6319817002AA for ; Tue, 31 May 2016 18:43:48 +0300 (MSK) Received: by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id KFmmx5nMGn-hlpawrpl; Tue, 31 May 2016 18:43:47 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1464709427; bh=mA6VmDkptVEe3Y2GX7p+E4eR/3WrFk2/O4mAtwDOQwc=; h=User-agent:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=rEB2gg7z/6xW9nKzkhIeiIBzboEWiESRvsDRnCAoRRQhd0PqvVoK4UZYt4nN3dcGo 8fB55nE4dfvTE9k3WBZq5WbnqML1wIkq7hsMFcPYSUXdC19Zv8fwXlLoIrDxAr21Jm fDk+cMWC1zp7K7fMkq/FZ2lH79o/Ev5VAuOPeAAQ= Authentication-Results: smtp2h.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0 User-agent: mu4e 0.9.13; emacs 24.5.1 From: Matthew Jordan To: guix-devel Subject: [Patch] emacs-helm Date: Tue, 31 May 2016 11:42:46 -0400 Message-ID: <87pos2xmh5.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 87.250.230.220 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" -- Matthew Jordan Sent with my mu4e From f88cd7b566f327bd9e2166494916e2a678ef54df Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Wed, 18 May 2016 17:39:45 -0400 Subject: [PATCH] gnu: Add emacs-helm * gnu/packages/emacs.scm: Modified file. --- gnu/packages/emacs.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 5d6db5a..f39d361 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2016 Chris Marusich ;;; Copyright © 2015, 2016 Christopher Allan Webber ;;; Copyright © 2016 humanitiesNerd +;;; Copyright © 2016 Matthew Jordan ;;; ;;; This file is part of GNU Guix. ;;; @@ -38,6 +39,7 @@ #:use-module (guix build-system glib-or-gtk) #:use-module (guix build-system trivial) #:use-module (gnu packages) + #:use-module (gnu packages version-control) #:use-module (gnu packages guile) #:use-module (gnu packages gtk) #:use-module (gnu packages gnome) @@ -1706,3 +1708,31 @@ It is recommended to use @code{clojure-mode} with paredit or smartparens.") The purpose of this library is to wrap all the quirks and hassle of @code{package.el} into a sane API.") (license license:gpl3+))) + +(define-public emacs-helm + (package + (name "emacs-helm") + (version "1.9.4") + (source (origin + (method url-fetch) + (uri (string-append + "https://github.com/" name "/helm/archive/v" + version ".tar.gz")) + (sha256 + (base32 "1fjgmjxjwqp55gh4z9jxh28gzbdixkdkg9869dn3c4g8qzy2hg35")))) + (inputs `(("git" ,git))) + (propagated-inputs + `(("dash" ,emacs-dash) + ("texinfo" ,texinfo))) + (build-system emacs-build-system) + (home-page "https://emacs-helm.github.io/helm/") + (synopsis "Helm is 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 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