unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: John Darrington <john@darrington.wattle.id.au>
Cc: guix-devel@gnu.org, John Darrington <jmd@gnu.org>
Subject: Re: 01/02: gnu: Add itpp.
Date: Mon, 20 Mar 2017 14:05:11 +0300	[thread overview]
Message-ID: <87tw6o43a0.fsf@gmail.com> (raw)
In-Reply-To: <20170320063811.GB20517@jocasta.intra> (John Darrington's message of "Mon, 20 Mar 2017 07:38:11 +0100")

John Darrington (2017-03-20 07:38 +0100) wrote:

> On Mon, Mar 20, 2017 at 02:18:39AM -0400, Leo Famulari wrote:
>      On Mon, Mar 20, 2017 at 07:03:03AM +0100, John Darrington wrote:
>      >      > +    (source (origin
>      >      > +              (method url-fetch)
>      >      > +              (uri (string-append "mirror://sourceforge/itpp/itpp/"
>      >      > +                                  version "/itpp-"
>      >      > +                                  version ".tar.gz"))
>      >      > +       (sha256
>      >      > +        (base32
>      >      > +         "14ddy2xnb6sgp4hiax9v5sv4pr4l4dd4ps76nfha3nrpr1ikhcqm"))))
>
>      (sha256) should be indented from (origin).
>
> Ahh. You are right (of course).  Emacs must have missed that one - perhaps it'll
> do a better job now I have the plugin installed.

You don't need any additional "plugins" for this, as Emacs couldn't miss
it!

To check it, run "emacs -Q", paste this:

(source (origin
          (method url-fetch)
          (uri (string-append "mirror://sourceforge/itpp/itpp/"
                              version "/itpp-"
                              version ".tar.gz"))
  (sha256
    (base32
     "14ddy2xnb6sgp4hiax9v5sv4pr4l4dd4ps76nfha3nrpr1ikhcqm"))))

to some buffer, run "M-x scheme-mode" there, move the point to the
beginning of this sexp and press "C-M-q" ("indent-sexp" command).  And
you'll see that (sha256) is at the same column as (origin).

-- 
Alex

  reply	other threads:[~2017-03-20 11:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170318093207.31474.12254@vcs0.savannah.gnu.org>
     [not found] ` <20170318093208.C125820945@vcs0.savannah.gnu.org>
2017-03-19 20:46   ` 01/02: gnu: Add itpp Mark H Weaver
2017-03-20  6:03     ` John Darrington
2017-03-20  6:18       ` Leo Famulari
2017-03-20  6:38         ` John Darrington
2017-03-20 11:05           ` Alex Kost [this message]
2017-03-20 12:17             ` John Darrington

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=87tw6o43a0.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=jmd@gnu.org \
    --cc=john@darrington.wattle.id.au \
    /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).