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 #23 received at 75683 <at> debbugs.gnu.org (full text, mbox):

From: Yuval Langer <yuval.langer <at> gmail.com>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 75683 <at> debbugs.gnu.org
Subject: Re: [bug#75683] [PATCH] gnu: Add emacs-discourse-mode.
Date: Wed, 19 Feb 2025 13:39:56 +0200
On Tue, Feb 18, 2025 at 7:42 PM Nicolas Goaziou <mail <at> nicolasgoaziou.fr> wrote:
>
> 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.

Done. (pending submission)

> > +       (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…

Done.

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

There are no up-to-date tests I can run.  The author said he will
update them in a future version.

I will now submit my latest version of the package definition.

> Regards,
> --
> Nicolas Goaziou

Thank you,
Yuval Langer.




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.