unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brett Gilio <brettg@posteo.net>
To: 36713@debbugs.gnu.org
Subject: [bug#36713] [PATCH 6/6] Add emacs-mastodon.
Date: Sun, 28 Jul 2019 14:19:36 -0500	[thread overview]
Message-ID: <87mugy6k6v.fsf@posteo.net> (raw)
In-Reply-To: <87sgr3snsc.fsf@zete.tk>


Jens Mølgaard writes:

> This adds emacs-mastodon, a mastodon client for emacs.
>
> From 7d26310aad9bcfff9f6962f80d2cea6980509677 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
> Date: Thu, 18 Jul 2019 20:00:40 +1200
> Subject: [PATCH 6/6] gnu: Add emacs-mastodon.
>
> * gnu/packages/emacs-xyz.scm (emacs-mastodon): New variable.
> ---
>  gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index cbec471a9d..6c63a3c479 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -16714,3 +16714,35 @@ deleting words.  These goals were partly inspired by 750words.com where the
>  goal of the site is to encourage writing by setting a goal of 750 words at a
>  time.")
>      (license license:gpl3+)))
> +
> +(define-public emacs-mastodon
> +  (package
> +    (name "emacs-mastodon")
> +    (version "0.9.0")
> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url "https://github.com/jdenen/mastodon.el.git")
> +                    (commit version)))
> +              (file-name (git-file-name name version))
> +              (sha256
> +               (base32
> +                "0hwax6y9dghqwsbnb6f1bnc7gh8xsh5cvcnayk2sn49x8b0zi5h1"))))
> +    (build-system emacs-build-system)
> +    (arguments
> +     `(#:phases
> +       (modify-phases %standard-phases
> +         ;; Move the source files to the top level, which is included in
> +         ;; the EMACSLOADPATH.
> +         (add-after 'unpack 'move-source-files
> +           (lambda _
> +             (let ((el-files (find-files "./lisp" ".*\\.el$")))
> +               (for-each (lambda (f)
> +                           (rename-file f (basename f)))
> +                         el-files))
> +             #t)))))
> +    (home-page "https://github.com/jdenen/mastodon.el")
> +    (synopsis "Emacs client for Mastodon")
> +    (description "@code{mastodon.el} is an Emacs client for Mastodon, the
> +federated microblogging social network.")
> +    (license license:gpl3+)))

Hi Jens,

Thank you for pushing this package to our repository. I am trying to use
it, but I am getting an issue that I can not replicate with other means
of acquiring the package. When
I try to use M-x mastodon, it gives me an usual error. Directly Git
cloning and loading it allows for it to work just fine.

Here is the issue.

https://github.com/jdenen/mastodon.el/issues/141

Because it is a known bug I dont know if it is something we can change
in our configuration. I am really interested in seeing if other people
can replicate the error using the Guix package

Thanks,
Brett Gilio

  reply	other threads:[~2019-07-28 19:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-18  8:27 [bug#36713] [PATCH 0/6] Add six Emacs packages Jens Mølgaard
2019-07-18  9:12 ` [bug#36713] [PATCH 1/6] Jens Mølgaard
2019-07-18  9:13 ` [bug#36713] [PATCH 2/6] Add emacs-gnus-alias Jens Mølgaard
2019-07-18  9:15 ` [bug#36713] [PATCH 3/6] Add emacs-ox-epub Jens Mølgaard
2019-07-18  9:16 ` [bug#36713] [PATCH 4/6] Add emacs-ox-pandoc Jens Mølgaard
2019-07-18  9:18 ` [bug#36713] [PATCH 5/6] Add emacs-wc-mode Jens Mølgaard
2019-07-18  9:19 ` [bug#36713] [PATCH 6/6] Add emacs-mastodon Jens Mølgaard
2019-07-28 19:19   ` Brett Gilio [this message]
2019-07-26 22:58 ` bug#36713: [PATCH 0/6] Add six Emacs packages Ludovic Courtès

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=87mugy6k6v.fsf@posteo.net \
    --to=brettg@posteo.net \
    --cc=36713@debbugs.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).