From: ng0 <contact.ng0@cryptolab.net>
To: Alex Kost <alezost@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add emacs-pretty-mode.
Date: Tue, 14 Feb 2017 18:40:10 +0000 [thread overview]
Message-ID: <20170214184010.5c4idp76n74r3jt5@wasp> (raw)
In-Reply-To: <87lgtpt0k3.fsf@gmail.com>
On 17-02-02 12:16:28, Alex Kost wrote:
> contact.ng0@cryptolab.net (2017-02-01 18:08 +0000) wrote:
>
> > From: ng0 <contact.ng0@cryptolab.net>
> >
> > * gnu/packages/emacs.scm (emacs-pretty-mode): New variable.
> > ---
> > gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
> > 1 file changed, 23 insertions(+)
> >
> > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> > index df7f7869d..a51b5de1d 100644
> > --- a/gnu/packages/emacs.scm
> > +++ b/gnu/packages/emacs.scm
> > @@ -3778,3 +3778,26 @@ customizable by the user.")
> > Additionally it can display the number of unread emails in the
> > mode-line.")
> > (license license:gpl3+)))
> > +
> > +(define-public emacs-pretty-mode
> > + (let ((commit "500085206e25b98d00b9ec996f91c87ba569c4ce")
> > + (revision "1"))
> > + (package
> > + (name "emacs-pretty-mode")
> > + (version (string-append "2.0.3-" revision "." (string-take commit 7)))
> > + (source
> > + (origin
> > + (method git-fetch)
> > + (uri (git-reference
> > + (url "https://github.com/akatov/pretty-mode")
> > + (commit commit)))
>
> Why git commit, and not the latest snapshot?
>
> https://github.com/akatov/pretty-mode/archive/2.0.3.tar.gz
Okay. Addressed in the updated patch which I've just sent to
guix-patches@.
> > + (file-name (string-append name "-" version "-checkout"))
> > + (sha256
> > + (base32
> > + "0m7ii971zxlz8a9yx2ljf9fmd8k6hc9w1q8mi5xi32v9viccjabs"))))
> > + (build-system emacs-build-system)
> > + (home-page "https://github.com/akatov/pretty-mode")
> > + (synopsis "Redisplay parts of the buffer as pretty Unicode symbols.")
> > + (description
> > + "Emacs minor mode for redisplaying parts of the buffer as pretty symbols.")
> > + (license license:gpl3+))))
>
>
> --
> Alex
--
ng0 -- https://www.inventati.org/patternsinthechaos/
prev parent reply other threads:[~2017-02-14 18:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-01 18:08 emacs-pretty-mode contact.ng0
2017-02-01 18:08 ` [PATCH] gnu: Add emacs-pretty-mode contact.ng0
2017-02-02 9:16 ` Alex Kost
2017-02-02 10:08 ` ng0
2017-02-03 8:15 ` Alex Kost
2017-02-14 18:40 ` ng0 [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=20170214184010.5c4idp76n74r3jt5@wasp \
--to=contact.ng0@cryptolab.net \
--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).