Recent activity

Re: [PATCH v2] rde: Add feature-emacs-denote. a month ago

From Benoit Joly to ~abcdw/rde-devel

Hi Andrew,

the changes make total sense. should have time to update tonight or
tomorrow.

thanks!

-- 
Best regards,
Benoit Joly

Re: observations on mail related features 2 months ago

From Benoit Joly to ~abcdw/rde-devel

On 2023-03-21 19:01, conses wrote:

Hi Conses,

> Just to let you know (since we haven't updated the changelog yet),
> feature-goimapnotify was introduced in
> 6011cb603e2f7be74a98cfb997543ff137ac51fa.  It checks on the presence of
> isync to sync your mailboxes on inbox updates.

oh, thanks for mentioning. I saw the patch some time ago, but did not
realized it was merged.

going to try that soon for sure.

Re: [PATCH] rde: features: moving deprecated iwd? to shepherd-requirement. 2 months ago

From Benoit Joly to ~abcdw/rde-devel

Hi,

I did test this patch and it works with latest rde and latest guix.

It's actually the only way to run rde feature-networking with iwd on a
recent guix.

thanks!

Benoit

-- 
Best regards,
Benoit Joly

Re: broken feature-networking with iwd 2 months ago

From Benoit Joly to ~abcdw/rde-devel

forget it. lets close this. it's a duplicate.

-- 
Best regards,
Benoit Joly

broken feature-networking with iwd 2 months ago

From Benoit Joly to ~abcdw/rde-devel

Hi Folks,

anyone experienced an issue with feature-networking not being
installable on latest guix channel?

it appears network-manager-service-type changed in latest guix version
and we need to change "iwd? #t" to shepherd-dependency (list 'iwd)

I have a successfull system reconfigure with that change. I will
test tonight if it survives a reboot and if I still have wifi working.

is this a patch I should submit once it's tested?

Re: ongoing effort to create a RDE feature for denote 2 months ago

From Benoit Joly to ~protesilaos/denote

On 2023-03-20 16:29, Peter Prevos wrote:

> Hi Benoit,

Hi Peter!

> Excuse my ignorance, what is RDE?
>
>
> P:)

it's a "Developers and power user friendly GNU/Linux distribution.".

In practice, it's a linux OS based on GNU Guix. It provides a opiniated

Re: ongoing effort to create a RDE feature for denote 2 months ago

From Benoit Joly to ~protesilaos/denote

On 2023-03-20 07:14, Protesilaos Stavrou wrote:

Hi Prot,

>> From: Benoit Joly <benoit@benoitj.ca>
>> Date: Sun, 19 Mar 2023 14:03:01 -0400
>>
>> Hi Protesilaos,
>
> Hello Benoit,
>
>> I'm a recent user of denote, and RDE.
>>
>> I like the simplicity and flexibility of denote,

[PATCH v2] rde: Add feature-emacs-denote. 2 months ago

From Benoit Joly to ~abcdw/rde-devel

---
The existance of this patch was shared on denote's mailing list: https://lists.sr.ht/~protesilaos/denote/%3C87y1nsk4a2.fsf%40benoitj.ca%3E

I also CCed Prot on the patch.

Benoit

 src/rde/features/emacs-xyz.scm | 112 +++++++++++++++++++++++++++++++++
 1 file changed, 112 insertions(+)

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
index c384914..3e14a66 100644
--- a/src/rde/features/emacs-xyz.scm
+++ b/src/rde/features/emacs-xyz.scm
[message trimmed]

ongoing effort to create a RDE feature for denote 2 months ago

From Benoit Joly to ~protesilaos/denote

Hi Protesilaos,

I'm a recent user of denote, and RDE.

I like the simplicity and flexibility of denote,
and I like sane defaults RDE brings to a guix OS and personal configuration.

There has been interest in RDE's community to package denote as a rde feature,
and I started working on it.

While chatting with Andrew Tropin (RDE's author), he suggested to share
this with you.

[PATCH] rde: Add feature-emacs-denote. 2 months ago

From Benoit Joly to ~abcdw/rde-devel

---
 src/rde/features/emacs-xyz.scm | 104 +++++++++++++++++++++++++++++++++
 1 file changed, 104 insertions(+)

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
index c384914..55c27b1 100644
--- a/src/rde/features/emacs-xyz.scm
+++ b/src/rde/features/emacs-xyz.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2022 Demis Balbach <db@minikn.xyz>
;;; Copyright © 2022, 2023 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2022, 2023 conses <contact@conses.eu>
;;; Copyright © 2023 Benoit Joly <benoit@benoitj.ca>
;;;
[message trimmed]