From: ludo@gnu.org (Ludovic Courtès)
To: Federico Beffa <beffa@ieee.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH 1/6] gnu: Add emacs-scheme-complete.
Date: Tue, 05 Jan 2016 22:50:01 +0100 [thread overview]
Message-ID: <87io37lmra.fsf@gnu.org> (raw)
In-Reply-To: <CAKrPhPMaMsp7NY1LL+xD_c09hJ+P-Z8WiHfkVmZKOK1H7suCkQ@mail.gmail.com> (Federico Beffa's message of "Thu, 31 Dec 2015 10:17:53 +0100")
Federico Beffa <beffa@ieee.org> skribis:
> On Wed, Dec 30, 2015 at 6:32 PM, Federico Beffa <beffa@ieee.org> wrote:
>> Hi,
>>
>> I'm not sure about the license of this package. It just sates:
>>
>> ;;; This code is written by Alex Shinn and placed in the Public
>> ;;; Domain. All warranties are disclaimed.
So this should be ‘public-domain’ from (guix licenses).
> From 61df8f50bd86fe14549095ab848ba887c5bb4185 Mon Sep 17 00:00:00 2001
> From: Federico Beffa <beffa@fbengineering.ch>
> Date: Thu, 24 Dec 2015 11:53:12 +0100
> Subject: [PATCH 1/6] gnu: Add emacs-scheme-complete.
>
> * gnu/packages/emacs.scm (emacs-scheme-complete): New variable.
> * gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch: New patch.
> * gnu-system.am (dist_patch_DATA): Add the new patch.
[...]
> +(define-public emacs-scheme-complete
> + (package
> + (name "emacs-scheme-complete")
> + (version "20151223.9b5cf224bf")
> + (source
> + (origin
> + (file-name (string-append name "-" version))
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/ashinn/scheme-complete.git")
> + (commit "9b5cf224bf2a5994bc6d5b152ff487517f1a9bb5")))
Could you factorize the commit ID, as done by ‘libuv-julia’ for
instance?
> + (synopsis
> + "Smart tab completion for Scheme in Emacs")
Please move to previous line.
> + (description
> + "This file provides a single function, `scheme-smart-complete',
@code{scheme-smart-complete}
> +which you can use for intelligent, context-sensitive completion for any Scheme
> +implementation in Emacs. To use it just load this file and bind that function
> +to a key in your preferred mode.")
> + (license license:gpl3+))) ;; check license
license:public-domain
> diff --git a/gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch b/gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch
> new file mode 100644
> index 0000000..3e5d071
> --- /dev/null
> +++ b/gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch
Please add a sentence explaining what this does, and possibly a link to
the upstream patch, bug report, or discussion.
OK with these changes, thanks!
Ludo’.
prev parent reply other threads:[~2016-01-05 21:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-30 17:32 [PATCH 1/6] gnu: Add emacs-scheme-complete Federico Beffa
2015-12-31 9:17 ` Federico Beffa
2016-01-05 21:50 ` Ludovic Courtès [this message]
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=87io37lmra.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=beffa@ieee.org \
--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).