GNU bug report logs - #75683
Add emacs-discourse-mode.

Previous Next

Package: guix-patches;

Reported by: Yuval Langer <yuval.langer <at> gmail.com>

Date: Mon, 20 Jan 2025 06:26:01 UTC

Severity: normal

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 75683 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Yuval Langer <yuval.langer <at> gmail.com>
Cc: 75683 <at> debbugs.gnu.org
Subject: Re: [bug#75683] [PATCH] gnu: Add emacs-discourse-mode.
Date: Tue, 18 Feb 2025 18:42:03 +0100
Hello,

Yuval Langer <yuval.langer <at> gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-discourse-mode): New variable.

Thank you.

> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://codeberg.org/glenneth/discourse-mode")
> +             (commit "v0.2.4")))

Please use (string-append "v" version) here.

> +       (file-name (git-file-name name version))
> +       (sha256
> +        (base32 "0j2f0vclj6zrmk1hxyrrhkcpk74vqvq42g9wjqrjw827yjh2wm65"))))
> +    (build-system emacs-build-system)
> +    (propagated-inputs (list emacs-compat
> +                             emacs-markdown-mode
> +                             emacs-request))
> +    (home-page "https://codeberg.org/glenneth/discourse-mode")
> +    (synopsis "Emacs package for interacting with Discourse forums")
> +    (description "Browse categories, view topics, read posts, and
> +participate in discussions on Discourse, directly from Emacs.")

Description is expected to contain "complete" sentences. Here,
I suggest, unimaginatively:

  This package lets you browse…

There are some tests in the repo. Could you try running them during
build? Or maybe they require internet access. I didn’t check.

Regards,
-- 
Nicolas Goaziou






This bug report was last modified 140 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.