unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: ng0 <ng0@libertad.pw>
Cc: guix-devel@gnu.org, ng0 <ng0@we.make.ritual.n0.is>
Subject: Re: [PATCH] gnu: Add emacs-sx.
Date: Wed, 18 Jan 2017 13:03:09 +0300	[thread overview]
Message-ID: <87h94wlm76.fsf@gmail.com> (raw)
In-Reply-To: <20170115211050.18602-2-ng0@libertad.pw> (ng0@libertad.pw's message of "Sun, 15 Jan 2017 21:10:50 +0000")

ng0 (2017-01-15 21:10 +0000) wrote:

> From: ng0 <ng0@we.make.ritual.n0.is>
>
> * gnu/packages/emacs.scm (emacs-sx): New variable.

Thanks, I committed it as 899bcad310.  See the comments below.

> ---
>  gnu/packages/emacs.scm | 26 +++++++++++++++++++++++++-
>  1 file changed, 25 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 50cea7685..ca038bcb2 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -12,7 +12,7 @@
>  ;;; Copyright © 2016 David Thompson <davet@gnu.org>
>  ;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
>  ;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
> -;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
> +;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>

So are you going to use this email now?  ".mailmap" still prefers
<ng0@libertad.pw>.

>  ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
>  ;;; Copyright © 2016 Nicolas Goaziou <mail@nicolasgoaziou.fr>
>  ;;; Copyright © 2016 Alex Vong <alexvong1995@gmail.com>
> @@ -1391,6 +1391,30 @@ allows easily move between them.")
>  strings.")
>      (license license:gpl3+)))
>  
> +(define-public emacs-sx
> +  (package
> +    (name "emacs-sx")
> +    (version "0.4")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "https://github.com/vermiculus/sx.el/"
> +                           "archive/v" version ".tar.gz"))
> +       (file-name (string-append name "-" version ".tar"))
                                                     ^^^^^
I changed it to ".tar.gz"

> +       (sha256
> +        (base32
> +         "1w0xghfljqg31axcnv8gzlrd8pw25nji6idnrhflq0af9qh1dw03"))))
> +    (build-system emacs-build-system)
> +    (inputs
> +     `(("emacs-markdown-mode" ,emacs-markdown-mode)
> +       ("let-alist" ,let-alist)))

All emacs dependencies should be propagated, otherwise the package will
not work.

> +    (home-page "https://github.com/vermiculus/sx.el/")
> +    (synopsis "Emacs StackExchange client")
> +    (description
> +     "Emacs StackExchange client.  Ask and answer questions on
> +Stack Overflow, Super User, and other StackExchange sites.")
> +    (license license:gpl3+)))
> +
>  (define-public emacs-f
>    (package
>      (name "emacs-f")

Also for those who may wonder, there are a lot of errors like this:

  sx-method.el:33:1:Error: Creating directory: No such file or directory, /homeless-shelter/.emacs.d/.sx

This leads to many uncompiled elisp files.  This issue is fixed in
master so it should be OK in the next release:

https://github.com/vermiculus/sx.el/commit/53816e1885df22391ecc820297c1fe7cd381a630

-- 
Alex

  reply	other threads:[~2017-01-18 10:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-15  2:33 Emacs SX (Stackexchange Mode) ng0
2017-01-15  2:33 ` [PATCH] gnu: Add emacs-sx ng0
2017-01-15 19:04   ` Alex Kost
2017-01-15 20:28     ` ng0
2017-01-15 21:10       ` emacs-sx ,v2 ng0
2017-01-15 21:10         ` [PATCH] gnu: Add emacs-sx ng0
2017-01-18 10:03           ` Alex Kost [this message]
2017-01-18 11:51             ` ng0
2017-01-19 10:11               ` Alex Kost

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=87h94wlm76.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ng0@libertad.pw \
    --cc=ng0@we.make.ritual.n0.is \
    /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).