all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: pinoaffe <pinoaffe@airmail.cc>
Cc: 40928@debbugs.gnu.org
Subject: [bug#40928] Subject: [PATCH 2/2] gnu: Add emacs-kakoune.
Date: Tue, 28 Apr 2020 17:55:16 +0200	[thread overview]
Message-ID: <87lfmfhafv.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <20200428132656.6e975071@airmail.cc> (pinoaffe@airmail.cc's message of "Tue, 28 Apr 2020 13:26:56 +0200")

Hello,

pinoaffe <pinoaffe@airmail.cc> writes:

> +(define-public emacs-kakoune
> +  (package
> +    (name "emacs-kakoune")
> +    (version "20191017.1502")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (string-append
> +               "https://melpa.org/packages/kakoune-"
> +               version
> +               ".tar"))

See my previous comments about MELPA packaging and versioning.

> +        (sha256
> +          (base32
> +            "1srrrv4fxf99iypch6wyqmiyij4dmq0yrnqnim0y4q0dfvpj63r8"))))

See also my comments about alignment here.

> +    (build-system emacs-build-system)
> +    (propagated-inputs
> +      `(("emacs-ryo-modal"        ,emacs-ryo-modal)
> +        ("emacs-multiple-cursors" ,emacs-multiple-cursors)
> +        ("emacs-expand-region"    ,emacs-expand-region)))
> +    (home-page
> +      "https://github.com/jmorag/kakoune.el")
> +    (synopsis
> +      "A simulation, but not emulation, of kakoune")

Maybe:

  Simple simulation of Kakoune inside of Emacs

> +    (description
> +      "This package provides many, but not all of the editing primitives in the kakoune editor.

kakoune -> Kakoune

> +Unlike evil-mode for vim, this is very shallow emulation, and seeks to do as little

Maybe:

  Unlike, Evil mode for Vim, this is a very shallow emulation, which ...

or even:

  This is a very shallow emulation, which ...

> +work as possible, leveraging Emacs native editing commmands and the work of other
> +packages wherever possible.")

Could you send an updated patch?

Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2020-04-28 16:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 11:18 [bug#40928] [PATCH 1/2] gnu: Add emacs-ryo-modal pinoaffe
2020-04-28 11:26 ` [bug#40928] Subject: [PATCH 2/2] gnu: Add emacs-kakoune pinoaffe
2020-04-28 15:55   ` Nicolas Goaziou [this message]
2020-04-28 18:05     ` [bug#40928] [PATCH 1/2 v2] gnu: Add emacs-ryo-modal pinoaffe
2020-04-29 14:36       ` bug#40928: " Nicolas Goaziou
2020-04-28 18:06     ` [bug#40928] [PATCH 2/2 v2] gnu: Add emacs-kakoune pinoaffe
2020-04-29 14:38       ` Nicolas Goaziou
2020-04-28 15:46 ` [bug#40928] [PATCH 1/2] gnu: Add emacs-ryo-modal Nicolas Goaziou

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lfmfhafv.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=40928@debbugs.gnu.org \
    --cc=pinoaffe@airmail.cc \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.