all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Ian Eure <ian@retrospec.tv>
Cc: 67114@debbugs.gnu.org,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Andrew Tropin <andrew@trop.in>
Subject: [bug#67114] [PATCH 10/14] gnu: Add emacs-debase.
Date: Mon, 13 Nov 2023 19:18:59 +0100	[thread overview]
Message-ID: <d8c31ecbe3017671651e6d28ed452bcdcbb13d02.camel@gmail.com> (raw)
In-Reply-To: <87wmum6e0p.fsf@retrospec.tv>

Am Sonntag, dem 12.11.2023 um 10:01 -0800 schrieb Ian Eure:
> 
> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
> 
> > Am Samstag, dem 11.11.2023 um 14:38 -0800 schrieb Ian Eure:
> > > * gnu/packages/emacs-xyz.scm (emacs-debase): New variable.
> > > 
> > > Change-Id: Idab93a2e2f0834b041792beb41790c725be1e16d
> > > ---
> > >  gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
> > >  1 file changed, 28 insertions(+)
> > > 
> > > diff --git a/gnu/packages/emacs-xyz.scm 
> > > b/gnu/packages/emacs-xyz.scm
> > > index 9bf806f470..a36852ccdc 100644
> > > --- a/gnu/packages/emacs-xyz.scm
> > > +++ b/gnu/packages/emacs-xyz.scm
> > > @@ -34903,6 +34903,34 @@ (define-public emacs-helm-linux-disks
> > >        (home-page "https://github.com/Akirak/helm-linux-disks")
> > >        (license license:gpl3+))))
> > >  
> > > +(define-public emacs-debase
> > > +  (let ((commit "0b6fc2af3440d68798e3a85d4c889341aae07936")
> > > +        (version "0.7")
> > > +        (revision "1"))
> > > +    (package
> > > +      (name "emacs-debase")
> > > +      (version (git-version version revision commit))
> > > +      (source
> > > +       (origin
> > > +         (method git-fetch)
> > > +         (uri (git-reference
> > > +               (url
> > > "https://codeberg.org/emacs-weirdware/debase.git")
> > > +               (commit commit)))
> > > +         (file-name (git-file-name name version))
> > > +         (sha256
> > > +          (base32
> > > "112vk1svnc6516vhs47sx5jw6bg8lwrc15l99dxj0sc313lxjy3k"))))
> > > +
> > > +      (build-system emacs-build-system)
> > > +      (inputs (list))
> > > +      (home-page 
> > > "https://codeberg.org/emacs-weirdware/debase")
> > > +      (synopsis "D-Bus convenience layer for Emacs")
> > > +      (description
> > > +       "Debase frees you from writing repetitive, annoying
> > > +boilerplate code to drive D-Bus services by throwing another 
> > > pile of
> > > +abstraction at the problem, in the form of unreadably dense, 
> > > macro-
> > > heavy,
> > > +profoundly cursed Lisp.")
> > Less ad-speak please :)
> 
> I’ll make the change, but I dislike this feedback.  The 
> description is tongue-in-cheek, because the situation with D-Bus 
> is comically ridiculous
You may not like it, but the purpose of a description in Guix is to
describe software objectively.  Your opinion on the merits or lack
thereof of dbus is merely that: an opinion.  With no facts or citations
from other sources to back up your claim that the situation is
"comically ridiculous", I shall simply file it under "highly subjective
stuff I read on the Internet once". 

> [T]his kind of whistling-past-the-graveyard humor suffuses much of my
> work.
Yeah, I agree that that's perhaps not the best starting point for
writing actually informative descriptions.  C'est la vie.  As a matter
of fact, you're not the first one whom I ask to revise their
description because upstream did a bad job; though on the top of my
head I can not recall whether you're the first upstream developer to do
so.  In any case, I simply ask you to tone it down and stick to the
facts – as far as I can see, debase appears to be an ORM for dbus in
Emacs.  Let's start from there and see where we land :)

Cheers




  reply	other threads:[~2023-11-13 18:19 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1699740282.git.ian@retrospec.tv>
2023-11-11 22:38 ` [bug#67114] [PATCH 01/14] gnu: Add emacs-dnt Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-12  7:28   ` Liliana Marie Prikler
2023-11-12 17:21     ` Ian Eure
2023-11-12  7:29   ` [bug#67114] " Liliana Marie Prikler
2023-11-12 18:09     ` Ian Eure
2023-11-12 21:42       ` Liliana Marie Prikler
2023-11-11 22:38 ` [bug#67114] [PATCH 02/14] gnu: Add emacs-geoclue Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 03/14] gnu: Add emacs-9lc-mode Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-12  7:31   ` [bug#67114] " Liliana Marie Prikler
2023-11-12 17:47     ` Ian Eure
2023-11-12 20:42       ` Liliana Marie Prikler
2023-11-11 22:38 ` [bug#67114] [PATCH 04/14] gnu: Add emacs-tl1-mode Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 05/14] gnu: Add emacs-diss Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 06/14] gnu: Add emacs-exwm-mff Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 07/14] gnu: Add emacs-exwm-firefox-core Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 08/14] gnu: Add emacs-exwm-firefox Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 09/14] gnu: Add emacs-exwm-ss Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 10/14] gnu: Add emacs-debase Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-12  7:32   ` [bug#67114] " Liliana Marie Prikler
2023-11-12 18:01     ` Ian Eure
2023-11-13 18:18       ` Liliana Marie Prikler [this message]
2023-11-11 22:38 ` [bug#67114] [PATCH 11/14] gnu: Add emacs-discomfort Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-12  7:32   ` [bug#67114] " Liliana Marie Prikler
2023-11-11 22:38 ` [bug#67114] [PATCH 12/14] gnu: Add emacs-shell-here Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 13/14] gnu: Add emacs-hyperspace Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure
2023-11-11 22:38 ` [bug#67114] [PATCH 14/14] gnu: Add emacs-nssh Ian Eure
2023-11-12  4:16   ` [bug#67120] " Ian Eure

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d8c31ecbe3017671651e6d28ed452bcdcbb13d02.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=67114@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=ian@retrospec.tv \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.