unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jeremy Korwin-Zmijowski <jeremy@korwin-zmijowski.fr>
To: 39739@debbugs.gnu.org
Subject: [bug#39739] New: ac-geiser
Date: Sat, 22 Feb 2020 14:29:09 +0100	[thread overview]
Message-ID: <581abff0066082cce54ce77cee75f88d40cebd71.camel@korwin-zmijowski.fr> (raw)

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




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

From 2d07915bd550bf694d972456c75a9c823e9263f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Korwin-Zmijowski?=
 <jeremy@korwin-zmijowski.fr>
Date: Sat, 22 Feb 2020 10:44:49 +0100
Subject: [PATCH 1/1] gnu: Add emacs-ac-geiser.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fca6b58b80..ef8b19d449 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -59,6 +59,7 @@
 ;;; Copyright © 2019 David Wilson <david@daviwil.com>
 ;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
 ;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net>
+;;; Copyright © 2020 Jeremy Korwin-Zmijowski <jeremy@korwin-zmijowski.fr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -21477,3 +21478,28 @@ Values are stored in a directory in @code{user-emacs-directory}, using
 one file per value.  This makes it easy to delete or remove unused
 variables.")
     (license license:gpl3+)))
+
+(define-public emacs-ac-geiser
+  (package
+    (name "emacs-ac-geiser")
+    (version "0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://stable.melpa.org/packages/ac-geiser-"
+             version
+             ".tar"))
+       (sha256
+        (base32
+         "17l5bpzpldzyazbpjg67f17x3n5q081xffx4jz7jblbk7bcybzrj"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-geiser" ,emacs-geiser)
+       ("emacs-auto-complete" ,emacs-auto-complete)))
+    (home-page "https://github.com/xiaohanyu/ac-geiser/")
+    (synopsis "Auto-complete backend for geiser")
+    (description
+     "Provides one auto-complete source for Scheme projects using geiser.
+")
+    (license license:bsd-3)))
-- 
2.25.1


             reply	other threads:[~2020-02-22 16:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-22 13:29 Jeremy Korwin-Zmijowski [this message]
2020-03-18 23:22 ` [bug#39739] Here is the patch updated Jeremy Korwin-Zmijowski
2020-03-19  2:39   ` Kyle Meyer
     [not found]     ` <9b5b3851902fa98a0f351ba41b0c956d9da5cf04.camel@korwin-zmijowski.fr>
2020-03-28  3:28       ` Kyle Meyer

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=581abff0066082cce54ce77cee75f88d40cebd71.camel@korwin-zmijowski.fr \
    --to=jeremy@korwin-zmijowski.fr \
    --cc=39739@debbugs.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).